| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'display/output_configurator.cc', | 124 'display/output_configurator.cc', |
| 125 'display/output_configurator.h', | 125 'display/output_configurator.h', |
| 126 'network/cros_network_functions.cc', | 126 'network/cros_network_functions.cc', |
| 127 'network/cros_network_functions.h', | 127 'network/cros_network_functions.h', |
| 128 'network/device_state.cc', | 128 'network/device_state.cc', |
| 129 'network/device_state.h', | 129 'network/device_state.h', |
| 130 'network/geolocation_handler.cc', | 130 'network/geolocation_handler.cc', |
| 131 'network/geolocation_handler.h', | 131 'network/geolocation_handler.h', |
| 132 'network/managed_state.cc', | 132 'network/managed_state.cc', |
| 133 'network/managed_state.h', | 133 'network/managed_state.h', |
| 134 'network/managed_network_configuration_handler.cc', |
| 135 'network/managed_network_configuration_handler.h', |
| 134 'network/network_change_notifier_chromeos.cc', | 136 'network/network_change_notifier_chromeos.cc', |
| 135 'network/network_change_notifier_chromeos.h', | 137 'network/network_change_notifier_chromeos.h', |
| 136 'network/network_change_notifier_factory_chromeos.cc', | 138 'network/network_change_notifier_factory_chromeos.cc', |
| 137 'network/network_change_notifier_factory_chromeos.h', | 139 'network/network_change_notifier_factory_chromeos.h', |
| 138 'network/network_configuration_handler.cc', | 140 'network/network_configuration_handler.cc', |
| 139 'network/network_configuration_handler.h', | 141 'network/network_configuration_handler.h', |
| 140 'network/network_device_handler.cc', | 142 'network/network_device_handler.cc', |
| 141 'network/network_device_handler.h', | 143 'network/network_device_handler.h', |
| 142 'network/network_event_log.cc', | 144 'network/network_event_log.cc', |
| 143 'network/network_event_log.h', | 145 'network/network_event_log.h', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 416 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 415 ], | 417 ], |
| 416 'variables': { | 418 'variables': { |
| 417 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 419 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 418 'proto_out_dir': 'chromeos/dbus', | 420 'proto_out_dir': 'chromeos/dbus', |
| 419 }, | 421 }, |
| 420 'includes': ['../build/protoc.gypi'], | 422 'includes': ['../build/protoc.gypi'], |
| 421 }, | 423 }, |
| 422 ], | 424 ], |
| 423 } | 425 } |
| OLD | NEW |