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