| 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_tools.gypi' | 10 'chromeos_tools.gypi' |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'ime/input_method_config.h', | 171 'ime/input_method_config.h', |
| 172 'ime/input_method_delegate.h', | 172 'ime/input_method_delegate.h', |
| 173 'ime/input_method_descriptor.cc', | 173 'ime/input_method_descriptor.cc', |
| 174 'ime/input_method_descriptor.h', | 174 'ime/input_method_descriptor.h', |
| 175 'ime/input_method_property.cc', | 175 'ime/input_method_property.cc', |
| 176 'ime/input_method_property.h', | 176 'ime/input_method_property.h', |
| 177 'ime/input_method_whitelist.cc', | 177 'ime/input_method_whitelist.cc', |
| 178 'ime/input_method_whitelist.h', | 178 'ime/input_method_whitelist.h', |
| 179 'ime/xkeyboard.cc', | 179 'ime/xkeyboard.cc', |
| 180 'ime/xkeyboard.h', | 180 'ime/xkeyboard.h', |
| 181 'login/login_state.cc', |
| 182 'login/login_state.h', |
| 181 'network/cros_network_functions.cc', | 183 'network/cros_network_functions.cc', |
| 182 'network/cros_network_functions.h', | 184 'network/cros_network_functions.h', |
| 183 'network/device_state.cc', | 185 'network/device_state.cc', |
| 184 'network/device_state.h', | 186 'network/device_state.h', |
| 185 'network/geolocation_handler.cc', | 187 'network/geolocation_handler.cc', |
| 186 'network/geolocation_handler.h', | 188 'network/geolocation_handler.h', |
| 187 'network/managed_state.cc', | 189 'network/managed_state.cc', |
| 188 'network/managed_state.h', | 190 'network/managed_state.h', |
| 189 'network/network_change_notifier_chromeos.cc', | 191 'network/network_change_notifier_chromeos.cc', |
| 190 'network/network_change_notifier_chromeos.h', | 192 'network/network_change_notifier_chromeos.h', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 'dbus/ibus/ibus_text_unittest.cc', | 426 'dbus/ibus/ibus_text_unittest.cc', |
| 425 'dbus/introspectable_client_unittest.cc', | 427 'dbus/introspectable_client_unittest.cc', |
| 426 'dbus/modem_messaging_client_unittest.cc', | 428 'dbus/modem_messaging_client_unittest.cc', |
| 427 'disks/disk_mount_manager_unittest.cc', | 429 'disks/disk_mount_manager_unittest.cc', |
| 428 'ime/component_extension_ime_manager_unittest.cc', | 430 'ime/component_extension_ime_manager_unittest.cc', |
| 429 'ime/extension_ime_util_unittest.cc', | 431 'ime/extension_ime_util_unittest.cc', |
| 430 'ime/input_method_descriptor_unittest.cc', | 432 'ime/input_method_descriptor_unittest.cc', |
| 431 'ime/input_method_property_unittest.cc', | 433 'ime/input_method_property_unittest.cc', |
| 432 'ime/input_method_whitelist_unittest.cc', | 434 'ime/input_method_whitelist_unittest.cc', |
| 433 'ime/xkeyboard_unittest.cc', | 435 'ime/xkeyboard_unittest.cc', |
| 436 'login/login_state_unittest.cc', |
| 434 'network/cros_network_functions_unittest.cc', | 437 'network/cros_network_functions_unittest.cc', |
| 435 'network/geolocation_handler_unittest.cc', | 438 'network/geolocation_handler_unittest.cc', |
| 436 'network/network_change_notifier_chromeos_unittest.cc', | 439 'network/network_change_notifier_chromeos_unittest.cc', |
| 437 'network/network_configuration_handler_unittest.cc', | 440 'network/network_configuration_handler_unittest.cc', |
| 438 'network/network_event_log_unittest.cc', | 441 'network/network_event_log_unittest.cc', |
| 439 'network/network_sms_handler_unittest.cc', | 442 'network/network_sms_handler_unittest.cc', |
| 440 'network/network_state_handler_unittest.cc', | 443 'network/network_state_handler_unittest.cc', |
| 441 'network/network_util_unittest.cc', | 444 'network/network_util_unittest.cc', |
| 442 'network/onc/onc_certificate_importer_unittest.cc', | 445 'network/onc/onc_certificate_importer_unittest.cc', |
| 443 'network/onc/onc_merger_unittest.cc', | 446 'network/onc/onc_merger_unittest.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 504 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 502 ], | 505 ], |
| 503 'variables': { | 506 'variables': { |
| 504 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 507 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 505 'proto_out_dir': 'chromeos/dbus', | 508 'proto_out_dir': 'chromeos/dbus', |
| 506 }, | 509 }, |
| 507 'includes': ['../build/protoc.gypi'], | 510 'includes': ['../build/protoc.gypi'], |
| 508 }, | 511 }, |
| 509 ], | 512 ], |
| 510 } | 513 } |
| OLD | NEW |