OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'chromeos_memory.gypi', | 10 'chromeos_memory.gypi', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 'ime/fake_xkeyboard.h', | 221 'ime/fake_xkeyboard.h', |
222 'ime/ibus_keymap.cc', | 222 'ime/ibus_keymap.cc', |
223 'ime/ibus_keymap.h', | 223 'ime/ibus_keymap.h', |
224 'ime/composition_text.cc', | 224 'ime/composition_text.cc', |
225 'ime/composition_text.h', | 225 'ime/composition_text.h', |
226 'ime/input_method_delegate.h', | 226 'ime/input_method_delegate.h', |
227 'ime/input_method_descriptor.cc', | 227 'ime/input_method_descriptor.cc', |
228 'ime/input_method_descriptor.h', | 228 'ime/input_method_descriptor.h', |
229 'ime/input_method_manager.cc', | 229 'ime/input_method_manager.cc', |
230 'ime/input_method_manager.h', | 230 'ime/input_method_manager.h', |
| 231 'ime/input_method_property.cc', |
| 232 'ime/input_method_property.h', |
231 'ime/input_method_whitelist.cc', | 233 'ime/input_method_whitelist.cc', |
232 'ime/input_method_whitelist.h', | 234 'ime/input_method_whitelist.h', |
233 'ime/xkeyboard.cc', | 235 'ime/xkeyboard.cc', |
234 'ime/xkeyboard.h', | 236 'ime/xkeyboard.h', |
235 'login/login_state.cc', | 237 'login/login_state.cc', |
236 'login/login_state.h', | 238 'login/login_state.h', |
237 'network/certificate_pattern.cc', | 239 'network/certificate_pattern.cc', |
238 'network/certificate_pattern.h', | 240 'network/certificate_pattern.h', |
239 'network/client_cert_resolver.cc', | 241 'network/client_cert_resolver.cc', |
240 'network/client_cert_resolver.h', | 242 'network/client_cert_resolver.h', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 'dbus/shill_manager_client_unittest.cc', | 484 'dbus/shill_manager_client_unittest.cc', |
483 'dbus/shill_profile_client_unittest.cc', | 485 'dbus/shill_profile_client_unittest.cc', |
484 'dbus/shill_service_client_unittest.cc', | 486 'dbus/shill_service_client_unittest.cc', |
485 'disks/disk_mount_manager_unittest.cc', | 487 'disks/disk_mount_manager_unittest.cc', |
486 'display/output_configurator_unittest.cc', | 488 'display/output_configurator_unittest.cc', |
487 'display/output_util_unittest.cc', | 489 'display/output_util_unittest.cc', |
488 'ime/component_extension_ime_manager_unittest.cc', | 490 'ime/component_extension_ime_manager_unittest.cc', |
489 'ime/extension_ime_util_unittest.cc', | 491 'ime/extension_ime_util_unittest.cc', |
490 'ime/composition_text_unittest.cc', | 492 'ime/composition_text_unittest.cc', |
491 'ime/input_method_manager.h', | 493 'ime/input_method_manager.h', |
| 494 'ime/input_method_property_unittest.cc', |
492 'ime/input_method_whitelist_unittest.cc', | 495 'ime/input_method_whitelist_unittest.cc', |
493 'ime/xkeyboard_unittest.cc', | 496 'ime/xkeyboard_unittest.cc', |
494 'login/login_state_unittest.cc', | 497 'login/login_state_unittest.cc', |
495 'network/client_cert_resolver_unittest.cc', | 498 'network/client_cert_resolver_unittest.cc', |
496 'network/geolocation_handler_unittest.cc', | 499 'network/geolocation_handler_unittest.cc', |
497 'network/managed_network_configuration_handler_unittest.cc', | 500 'network/managed_network_configuration_handler_unittest.cc', |
498 'network/network_cert_migrator_unittest.cc', | 501 'network/network_cert_migrator_unittest.cc', |
499 'network/network_change_notifier_chromeos_unittest.cc', | 502 'network/network_change_notifier_chromeos_unittest.cc', |
500 'network/network_configuration_handler_unittest.cc', | 503 'network/network_configuration_handler_unittest.cc', |
501 'network/network_connection_handler_unittest.cc', | 504 'network/network_connection_handler_unittest.cc', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 546 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
544 ], | 547 ], |
545 'variables': { | 548 'variables': { |
546 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 549 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
547 'proto_out_dir': 'chromeos/dbus/power_manager', | 550 'proto_out_dir': 'chromeos/dbus/power_manager', |
548 }, | 551 }, |
549 'includes': ['../build/protoc.gypi'], | 552 'includes': ['../build/protoc.gypi'], |
550 }, | 553 }, |
551 ], | 554 ], |
552 } | 555 } |
OLD | NEW |