| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'network/managed_state.cc', | 244 'network/managed_state.cc', |
| 245 'network/managed_state.h', | 245 'network/managed_state.h', |
| 246 'network/network_change_notifier_chromeos.cc', | 246 'network/network_change_notifier_chromeos.cc', |
| 247 'network/network_change_notifier_chromeos.h', | 247 'network/network_change_notifier_chromeos.h', |
| 248 'network/network_change_notifier_factory_chromeos.cc', | 248 'network/network_change_notifier_factory_chromeos.cc', |
| 249 'network/network_change_notifier_factory_chromeos.h', | 249 'network/network_change_notifier_factory_chromeos.h', |
| 250 'network/network_configuration_handler.cc', | 250 'network/network_configuration_handler.cc', |
| 251 'network/network_configuration_handler.h', | 251 'network/network_configuration_handler.h', |
| 252 'network/network_event_log.cc', | 252 'network/network_event_log.cc', |
| 253 'network/network_event_log.h', | 253 'network/network_event_log.h', |
| 254 'network/network_handler.cc', |
| 255 'network/network_handler.h', |
| 254 'network/network_handler_callbacks.cc', | 256 'network/network_handler_callbacks.cc', |
| 255 'network/network_handler_callbacks.h', | 257 'network/network_handler_callbacks.h', |
| 256 'network/network_ip_config.cc', | 258 'network/network_ip_config.cc', |
| 257 'network/network_ip_config.h', | 259 'network/network_ip_config.h', |
| 258 'network/network_profile.cc', | 260 'network/network_profile.cc', |
| 259 'network/network_profile.h', | 261 'network/network_profile.h', |
| 260 'network/network_profile_handler.cc', | 262 'network/network_profile_handler.cc', |
| 261 'network/network_profile_handler.h', | 263 'network/network_profile_handler.h', |
| 262 'network/network_profile_observer.h', | 264 'network/network_profile_observer.h', |
| 263 'network/network_sms_handler.cc', | 265 'network/network_sms_handler.cc', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 574 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 573 ], | 575 ], |
| 574 'variables': { | 576 'variables': { |
| 575 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 577 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 576 'proto_out_dir': 'chromeos/dbus', | 578 'proto_out_dir': 'chromeos/dbus', |
| 577 }, | 579 }, |
| 578 'includes': ['../build/protoc.gypi'], | 580 'includes': ['../build/protoc.gypi'], |
| 579 }, | 581 }, |
| 580 ], | 582 ], |
| 581 } | 583 } |
| OLD | NEW |