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/favorite_state.cc', | 226 'network/favorite_state.cc', |
227 'network/favorite_state.h', | 227 'network/favorite_state.h', |
228 'network/geolocation_handler.cc', | 228 'network/geolocation_handler.cc', |
229 'network/geolocation_handler.h', | 229 'network/geolocation_handler.h', |
230 'network/managed_network_configuration_handler.cc', | 230 'network/managed_network_configuration_handler.cc', |
231 'network/managed_network_configuration_handler.h', | 231 'network/managed_network_configuration_handler.h', |
232 'network/managed_network_configuration_handler_impl.cc', | 232 'network/managed_network_configuration_handler_impl.cc', |
233 'network/managed_network_configuration_handler_impl.h', | 233 'network/managed_network_configuration_handler_impl.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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 553 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
552 ], | 554 ], |
553 'variables': { | 555 'variables': { |
554 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 556 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
555 'proto_out_dir': 'chromeos/dbus/power_manager', | 557 'proto_out_dir': 'chromeos/dbus/power_manager', |
556 }, | 558 }, |
557 'includes': ['../build/protoc.gypi'], | 559 'includes': ['../build/protoc.gypi'], |
558 }, | 560 }, |
559 ], | 561 ], |
560 } | 562 } |
OLD | NEW |