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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'ime/extension_ime_util.h', | 218 'ime/extension_ime_util.h', |
219 'ime/ibus_keymap.cc', | 219 'ime/ibus_keymap.cc', |
220 'ime/ibus_keymap.h', | 220 'ime/ibus_keymap.h', |
221 'ime/composition_text.cc', | 221 'ime/composition_text.cc', |
222 'ime/composition_text.h', | 222 'ime/composition_text.h', |
223 'ime/input_method_delegate.h', | 223 'ime/input_method_delegate.h', |
224 'ime/input_method_descriptor.cc', | 224 'ime/input_method_descriptor.cc', |
225 'ime/input_method_descriptor.h', | 225 'ime/input_method_descriptor.h', |
226 'ime/input_method_manager.cc', | 226 'ime/input_method_manager.cc', |
227 'ime/input_method_manager.h', | 227 'ime/input_method_manager.h', |
228 'ime/input_method_property.cc', | |
229 'ime/input_method_property.h', | |
230 'ime/input_method_whitelist.cc', | 228 'ime/input_method_whitelist.cc', |
231 'ime/input_method_whitelist.h', | 229 'ime/input_method_whitelist.h', |
232 'ime/xkeyboard.cc', | 230 'ime/xkeyboard.cc', |
233 'ime/xkeyboard.h', | 231 'ime/xkeyboard.h', |
234 'login/login_state.cc', | 232 'login/login_state.cc', |
235 'login/login_state.h', | 233 'login/login_state.h', |
236 'network/certificate_pattern.cc', | 234 'network/certificate_pattern.cc', |
237 'network/certificate_pattern.h', | 235 'network/certificate_pattern.h', |
238 'network/client_cert_resolver.cc', | 236 'network/client_cert_resolver.cc', |
239 'network/client_cert_resolver.h', | 237 'network/client_cert_resolver.h', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 'dbus/shill_manager_client_unittest.cc', | 481 'dbus/shill_manager_client_unittest.cc', |
484 'dbus/shill_profile_client_unittest.cc', | 482 'dbus/shill_profile_client_unittest.cc', |
485 'dbus/shill_service_client_unittest.cc', | 483 'dbus/shill_service_client_unittest.cc', |
486 'disks/disk_mount_manager_unittest.cc', | 484 'disks/disk_mount_manager_unittest.cc', |
487 'display/output_configurator_unittest.cc', | 485 'display/output_configurator_unittest.cc', |
488 'display/output_util_unittest.cc', | 486 'display/output_util_unittest.cc', |
489 'ime/component_extension_ime_manager_unittest.cc', | 487 'ime/component_extension_ime_manager_unittest.cc', |
490 'ime/extension_ime_util_unittest.cc', | 488 'ime/extension_ime_util_unittest.cc', |
491 'ime/composition_text_unittest.cc', | 489 'ime/composition_text_unittest.cc', |
492 'ime/input_method_manager.h', | 490 'ime/input_method_manager.h', |
493 'ime/input_method_property_unittest.cc', | |
494 'ime/input_method_whitelist_unittest.cc', | 491 'ime/input_method_whitelist_unittest.cc', |
495 'ime/xkeyboard_unittest.cc', | 492 'ime/xkeyboard_unittest.cc', |
496 'login/login_state_unittest.cc', | 493 'login/login_state_unittest.cc', |
497 'network/client_cert_resolver_unittest.cc', | 494 'network/client_cert_resolver_unittest.cc', |
498 'network/geolocation_handler_unittest.cc', | 495 'network/geolocation_handler_unittest.cc', |
499 'network/managed_network_configuration_handler_unittest.cc', | 496 'network/managed_network_configuration_handler_unittest.cc', |
500 'network/network_cert_migrator_unittest.cc', | 497 'network/network_cert_migrator_unittest.cc', |
501 'network/network_change_notifier_chromeos_unittest.cc', | 498 'network/network_change_notifier_chromeos_unittest.cc', |
502 'network/network_configuration_handler_unittest.cc', | 499 'network/network_configuration_handler_unittest.cc', |
503 'network/network_connection_handler_unittest.cc', | 500 'network/network_connection_handler_unittest.cc', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
545 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 542 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
546 ], | 543 ], |
547 'variables': { | 544 'variables': { |
548 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 545 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
549 'proto_out_dir': 'chromeos/dbus/power_manager', | 546 'proto_out_dir': 'chromeos/dbus/power_manager', |
550 }, | 547 }, |
551 'includes': ['../build/protoc.gypi'], | 548 'includes': ['../build/protoc.gypi'], |
552 }, | 549 }, |
553 ], | 550 ], |
554 } | 551 } |
OLD | NEW |