| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 'browser/chromeos/input_method/input_method_delegate.h', | 329 'browser/chromeos/input_method/input_method_delegate.h', |
| 330 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 330 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
| 331 'browser/chromeos/input_method/input_method_delegate_impl.h', | 331 'browser/chromeos/input_method/input_method_delegate_impl.h', |
| 332 'browser/chromeos/input_method/input_method_descriptor.cc', | 332 'browser/chromeos/input_method/input_method_descriptor.cc', |
| 333 'browser/chromeos/input_method/input_method_descriptor.h', | 333 'browser/chromeos/input_method/input_method_descriptor.h', |
| 334 'browser/chromeos/input_method/input_method_engine.cc', | 334 'browser/chromeos/input_method/input_method_engine.cc', |
| 335 'browser/chromeos/input_method/input_method_engine.h', | 335 'browser/chromeos/input_method/input_method_engine.h', |
| 336 'browser/chromeos/input_method/input_method_manager.h', | 336 'browser/chromeos/input_method/input_method_manager.h', |
| 337 'browser/chromeos/input_method/input_method_manager_impl.cc', | 337 'browser/chromeos/input_method/input_method_manager_impl.cc', |
| 338 'browser/chromeos/input_method/input_method_manager_impl.h', | 338 'browser/chromeos/input_method/input_method_manager_impl.h', |
| 339 'browser/chromeos/input_method/input_method_persistence.cc', |
| 340 'browser/chromeos/input_method/input_method_persistence.h', |
| 339 'browser/chromeos/input_method/input_method_property.cc', | 341 'browser/chromeos/input_method/input_method_property.cc', |
| 340 'browser/chromeos/input_method/input_method_property.h', | 342 'browser/chromeos/input_method/input_method_property.h', |
| 341 'browser/chromeos/input_method/input_method_util.cc', | 343 'browser/chromeos/input_method/input_method_util.cc', |
| 342 'browser/chromeos/input_method/input_method_util.h', | 344 'browser/chromeos/input_method/input_method_util.h', |
| 343 'browser/chromeos/input_method/input_method_whitelist.cc', | 345 'browser/chromeos/input_method/input_method_whitelist.cc', |
| 344 'browser/chromeos/input_method/input_method_whitelist.h', | 346 'browser/chromeos/input_method/input_method_whitelist.h', |
| 345 'browser/chromeos/input_method/mock_ibus_controller.cc', | 347 'browser/chromeos/input_method/mock_ibus_controller.cc', |
| 346 'browser/chromeos/input_method/mock_ibus_controller.h', | 348 'browser/chromeos/input_method/mock_ibus_controller.h', |
| 347 'browser/chromeos/input_method/xkeyboard.cc', | 349 'browser/chromeos/input_method/xkeyboard.cc', |
| 348 'browser/chromeos/input_method/xkeyboard.h', | 350 'browser/chromeos/input_method/xkeyboard.h', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'type': 'static_library', | 762 'type': 'static_library', |
| 761 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 763 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 762 'variables': { | 764 'variables': { |
| 763 'proto_in_dir': 'browser/chromeos/drive', | 765 'proto_in_dir': 'browser/chromeos/drive', |
| 764 'proto_out_dir': 'chrome/browser/chromeos/drive', | 766 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 765 }, | 767 }, |
| 766 'includes': [ '../build/protoc.gypi' ] | 768 'includes': [ '../build/protoc.gypi' ] |
| 767 }, | 769 }, |
| 768 ], | 770 ], |
| 769 } | 771 } |
| OLD | NEW |