| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'ime/input_method_property.cc', | 207 'ime/input_method_property.cc', |
| 208 'ime/input_method_property.h', | 208 'ime/input_method_property.h', |
| 209 'ime/input_method_whitelist.cc', | 209 'ime/input_method_whitelist.cc', |
| 210 'ime/input_method_whitelist.h', | 210 'ime/input_method_whitelist.h', |
| 211 'ime/xkeyboard.cc', | 211 'ime/xkeyboard.cc', |
| 212 'ime/xkeyboard.h', | 212 'ime/xkeyboard.h', |
| 213 'login/login_state.cc', | 213 'login/login_state.cc', |
| 214 'login/login_state.h', | 214 'login/login_state.h', |
| 215 'network/certificate_pattern.cc', | 215 'network/certificate_pattern.cc', |
| 216 'network/certificate_pattern.h', | 216 'network/certificate_pattern.h', |
| 217 'network/client_cert_resolver.cc', |
| 218 'network/client_cert_resolver.h', |
| 217 'network/client_cert_util.cc', | 219 'network/client_cert_util.cc', |
| 218 'network/client_cert_util.h', | 220 'network/client_cert_util.h', |
| 219 'network/cros_network_functions.cc', | 221 'network/cros_network_functions.cc', |
| 220 'network/cros_network_functions.h', | 222 'network/cros_network_functions.h', |
| 221 'network/device_state.cc', | 223 'network/device_state.cc', |
| 222 'network/device_state.h', | 224 'network/device_state.h', |
| 223 'network/favorite_state.cc', | 225 'network/favorite_state.cc', |
| 224 'network/favorite_state.h', | 226 'network/favorite_state.h', |
| 225 'network/geolocation_handler.cc', | 227 'network/geolocation_handler.cc', |
| 226 'network/geolocation_handler.h', | 228 'network/geolocation_handler.h', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'disks/disk_mount_manager_unittest.cc', | 489 'disks/disk_mount_manager_unittest.cc', |
| 488 'display/output_configurator_unittest.cc', | 490 'display/output_configurator_unittest.cc', |
| 489 'display/output_util_unittest.cc', | 491 'display/output_util_unittest.cc', |
| 490 'ime/component_extension_ime_manager_unittest.cc', | 492 'ime/component_extension_ime_manager_unittest.cc', |
| 491 'ime/extension_ime_util_unittest.cc', | 493 'ime/extension_ime_util_unittest.cc', |
| 492 'ime/input_method_manager.h', | 494 'ime/input_method_manager.h', |
| 493 'ime/input_method_property_unittest.cc', | 495 'ime/input_method_property_unittest.cc', |
| 494 'ime/input_method_whitelist_unittest.cc', | 496 'ime/input_method_whitelist_unittest.cc', |
| 495 'ime/xkeyboard_unittest.cc', | 497 'ime/xkeyboard_unittest.cc', |
| 496 'login/login_state_unittest.cc', | 498 'login/login_state_unittest.cc', |
| 499 'network/client_cert_resolver_unittest.cc', |
| 497 'network/cros_network_functions_unittest.cc', | 500 'network/cros_network_functions_unittest.cc', |
| 498 'network/geolocation_handler_unittest.cc', | 501 'network/geolocation_handler_unittest.cc', |
| 499 'network/managed_network_configuration_handler_unittest.cc', | 502 'network/managed_network_configuration_handler_unittest.cc', |
| 500 'network/network_cert_migrator_unittest.cc', | 503 'network/network_cert_migrator_unittest.cc', |
| 501 'network/network_change_notifier_chromeos_unittest.cc', | 504 'network/network_change_notifier_chromeos_unittest.cc', |
| 502 'network/network_configuration_handler_unittest.cc', | 505 'network/network_configuration_handler_unittest.cc', |
| 503 'network/network_connection_handler_unittest.cc', | 506 'network/network_connection_handler_unittest.cc', |
| 504 'network/network_device_handler_unittest.cc', | 507 'network/network_device_handler_unittest.cc', |
| 505 'network/network_event_log_unittest.cc', | 508 'network/network_event_log_unittest.cc', |
| 506 'network/network_profile_handler_stub.h', | 509 'network/network_profile_handler_stub.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 547 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 545 ], | 548 ], |
| 546 'variables': { | 549 'variables': { |
| 547 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 550 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 548 'proto_out_dir': 'chromeos/dbus/power_manager', | 551 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 549 }, | 552 }, |
| 550 'includes': ['../build/protoc.gypi'], | 553 'includes': ['../build/protoc.gypi'], |
| 551 }, | 554 }, |
| 552 ], | 555 ], |
| 553 } | 556 } |
| OLD | NEW |