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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'network/network_change_notifier_chromeos.cc', | 255 'network/network_change_notifier_chromeos.cc', |
256 'network/network_change_notifier_chromeos.h', | 256 'network/network_change_notifier_chromeos.h', |
257 'network/network_change_notifier_factory_chromeos.cc', | 257 'network/network_change_notifier_factory_chromeos.cc', |
258 'network/network_change_notifier_factory_chromeos.h', | 258 'network/network_change_notifier_factory_chromeos.h', |
259 'network/network_configuration_handler.cc', | 259 'network/network_configuration_handler.cc', |
260 'network/network_configuration_handler.h', | 260 'network/network_configuration_handler.h', |
261 'network/network_connection_handler.cc', | 261 'network/network_connection_handler.cc', |
262 'network/network_connection_handler.h', | 262 'network/network_connection_handler.h', |
263 'network/network_event_log.cc', | 263 'network/network_event_log.cc', |
264 'network/network_event_log.h', | 264 'network/network_event_log.h', |
| 265 'network/network_handler.cc', |
| 266 'network/network_handler.h', |
265 'network/network_handler_callbacks.cc', | 267 'network/network_handler_callbacks.cc', |
266 'network/network_handler_callbacks.h', | 268 'network/network_handler_callbacks.h', |
267 'network/network_ip_config.cc', | 269 'network/network_ip_config.cc', |
268 'network/network_ip_config.h', | 270 'network/network_ip_config.h', |
269 'network/network_profile.cc', | 271 'network/network_profile.cc', |
270 'network/network_profile.h', | 272 'network/network_profile.h', |
271 'network/network_profile_handler.cc', | 273 'network/network_profile_handler.cc', |
272 'network/network_profile_handler.h', | 274 'network/network_profile_handler.h', |
273 'network/network_profile_observer.h', | 275 'network/network_profile_observer.h', |
274 'network/network_sms_handler.cc', | 276 'network/network_sms_handler.cc', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 585 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
584 ], | 586 ], |
585 'variables': { | 587 'variables': { |
586 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 588 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
587 'proto_out_dir': 'chromeos/dbus', | 589 'proto_out_dir': 'chromeos/dbus', |
588 }, | 590 }, |
589 'includes': ['../build/protoc.gypi'], | 591 'includes': ['../build/protoc.gypi'], |
590 }, | 592 }, |
591 ], | 593 ], |
592 } | 594 } |
OLD | NEW |