| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'browser/chromeos/input_method/infolist_window_view.cc', | 336 'browser/chromeos/input_method/infolist_window_view.cc', |
| 337 'browser/chromeos/input_method/infolist_window_view.h', | 337 'browser/chromeos/input_method/infolist_window_view.h', |
| 338 'browser/chromeos/input_method/input_method_engine_ibus.cc', | 338 'browser/chromeos/input_method/input_method_engine_ibus.cc', |
| 339 'browser/chromeos/input_method/input_method_engine_ibus.h', | 339 'browser/chromeos/input_method/input_method_engine_ibus.h', |
| 340 'browser/chromeos/input_method/input_method_configuration.cc', | 340 'browser/chromeos/input_method/input_method_configuration.cc', |
| 341 'browser/chromeos/input_method/input_method_configuration.h', | 341 'browser/chromeos/input_method/input_method_configuration.h', |
| 342 'browser/chromeos/input_method/input_method_delegate_impl.cc', | 342 'browser/chromeos/input_method/input_method_delegate_impl.cc', |
| 343 'browser/chromeos/input_method/input_method_delegate_impl.h', | 343 'browser/chromeos/input_method/input_method_delegate_impl.h', |
| 344 'browser/chromeos/input_method/input_method_engine.cc', | 344 'browser/chromeos/input_method/input_method_engine.cc', |
| 345 'browser/chromeos/input_method/input_method_engine.h', | 345 'browser/chromeos/input_method/input_method_engine.h', |
| 346 'browser/chromeos/input_method/input_method_manager.h', | |
| 347 'browser/chromeos/input_method/input_method_manager_impl.cc', | 346 'browser/chromeos/input_method/input_method_manager_impl.cc', |
| 348 'browser/chromeos/input_method/input_method_manager_impl.h', | 347 'browser/chromeos/input_method/input_method_manager_impl.h', |
| 349 'browser/chromeos/input_method/input_method_persistence.cc', | 348 'browser/chromeos/input_method/input_method_persistence.cc', |
| 350 'browser/chromeos/input_method/input_method_persistence.h', | 349 'browser/chromeos/input_method/input_method_persistence.h', |
| 351 'browser/chromeos/input_method/input_method_util.cc', | 350 'browser/chromeos/input_method/input_method_util.cc', |
| 352 'browser/chromeos/input_method/input_method_util.h', | 351 'browser/chromeos/input_method/input_method_util.h', |
| 353 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', | 352 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', |
| 354 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', | 353 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', |
| 355 'browser/chromeos/input_method/mock_ibus_controller.cc', | 354 'browser/chromeos/input_method/mock_ibus_controller.cc', |
| 356 'browser/chromeos/input_method/mock_ibus_controller.h', | 355 'browser/chromeos/input_method/mock_ibus_controller.h', |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 'browser/chromeos/policy/proto/install_attributes.proto', | 888 'browser/chromeos/policy/proto/install_attributes.proto', |
| 890 ], | 889 ], |
| 891 'variables': { | 890 'variables': { |
| 892 'proto_in_dir': 'browser/chromeos/policy/proto', | 891 'proto_in_dir': 'browser/chromeos/policy/proto', |
| 893 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 892 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
| 894 }, | 893 }, |
| 895 'includes': [ '../build/protoc.gypi' ] | 894 'includes': [ '../build/protoc.gypi' ] |
| 896 }, | 895 }, |
| 897 ], | 896 ], |
| 898 } | 897 } |
| OLD | NEW |