| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'network/device_state.cc', | 226 'network/device_state.cc', |
| 227 'network/device_state.h', | 227 'network/device_state.h', |
| 228 'network/favorite_state.cc', | 228 'network/favorite_state.cc', |
| 229 'network/favorite_state.h', | 229 'network/favorite_state.h', |
| 230 'network/geolocation_handler.cc', | 230 'network/geolocation_handler.cc', |
| 231 'network/geolocation_handler.h', | 231 'network/geolocation_handler.h', |
| 232 'network/managed_network_configuration_handler.cc', | 232 'network/managed_network_configuration_handler.cc', |
| 233 'network/managed_network_configuration_handler.h', | 233 'network/managed_network_configuration_handler.h', |
| 234 'network/managed_state.cc', | 234 'network/managed_state.cc', |
| 235 'network/managed_state.h', | 235 'network/managed_state.h', |
| 236 'network/network_activation_handler.cc', |
| 237 'network/network_activation_handler.h', |
| 236 'network/network_cert_migrator.cc', | 238 'network/network_cert_migrator.cc', |
| 237 'network/network_cert_migrator.h', | 239 'network/network_cert_migrator.h', |
| 238 'network/network_change_notifier_chromeos.cc', | 240 'network/network_change_notifier_chromeos.cc', |
| 239 'network/network_change_notifier_chromeos.h', | 241 'network/network_change_notifier_chromeos.h', |
| 240 'network/network_change_notifier_factory_chromeos.cc', | 242 'network/network_change_notifier_factory_chromeos.cc', |
| 241 'network/network_change_notifier_factory_chromeos.h', | 243 'network/network_change_notifier_factory_chromeos.h', |
| 242 'network/network_configuration_handler.cc', | 244 'network/network_configuration_handler.cc', |
| 243 'network/network_configuration_handler.h', | 245 'network/network_configuration_handler.h', |
| 244 'network/network_connection_handler.cc', | 246 'network/network_connection_handler.cc', |
| 245 'network/network_connection_handler.h', | 247 'network/network_connection_handler.h', |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 554 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 553 ], | 555 ], |
| 554 'variables': { | 556 'variables': { |
| 555 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 557 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 556 'proto_out_dir': 'chromeos/dbus/power_manager', | 558 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 557 }, | 559 }, |
| 558 'includes': ['../build/protoc.gypi'], | 560 'includes': ['../build/protoc.gypi'], |
| 559 }, | 561 }, |
| 560 ], | 562 ], |
| 561 } | 563 } |
| OLD | NEW |