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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'dbus/update_engine_client.cc', | 122 'dbus/update_engine_client.cc', |
123 'dbus/update_engine_client.h', | 123 'dbus/update_engine_client.h', |
124 'disks/disk_mount_manager.cc', | 124 'disks/disk_mount_manager.cc', |
125 'disks/disk_mount_manager.h', | 125 'disks/disk_mount_manager.h', |
126 'display/output_configurator.cc', | 126 'display/output_configurator.cc', |
127 'display/output_configurator.h', | 127 'display/output_configurator.h', |
128 'network/device_state.cc', | 128 'network/device_state.cc', |
129 'network/device_state.h', | 129 'network/device_state.h', |
130 'network/managed_state.cc', | 130 'network/managed_state.cc', |
131 'network/managed_state.h', | 131 'network/managed_state.h', |
| 132 'network/network_change_notifier_chromeos.cc', |
| 133 'network/network_change_notifier_chromeos.h', |
| 134 'network/network_change_notifier_factory_chromeos.cc', |
| 135 'network/network_change_notifier_factory_chromeos.h', |
132 'network/network_configuration_handler.cc', | 136 'network/network_configuration_handler.cc', |
133 'network/network_configuration_handler.h', | 137 'network/network_configuration_handler.h', |
134 'network/network_event_log.cc', | 138 'network/network_event_log.cc', |
135 'network/network_event_log.h', | 139 'network/network_event_log.h', |
136 'network/network_handler_callbacks.cc', | 140 'network/network_handler_callbacks.cc', |
137 'network/network_handler_callbacks.h', | 141 'network/network_handler_callbacks.h', |
138 'network/network_sms_handler.cc', | 142 'network/network_sms_handler.cc', |
139 'network/network_sms_handler.h', | 143 'network/network_sms_handler.h', |
140 'network/network_state.cc', | 144 'network/network_state.cc', |
141 'network/network_state.h', | 145 'network/network_state.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'dbus/ibus/ibus_engine_service_unittest.cc', | 318 'dbus/ibus/ibus_engine_service_unittest.cc', |
315 'dbus/ibus/ibus_input_context_client_unittest.cc', | 319 'dbus/ibus/ibus_input_context_client_unittest.cc', |
316 'dbus/ibus/ibus_lookup_table_unittest.cc', | 320 'dbus/ibus/ibus_lookup_table_unittest.cc', |
317 'dbus/ibus/ibus_object_unittest.cc', | 321 'dbus/ibus/ibus_object_unittest.cc', |
318 'dbus/ibus/ibus_panel_service_unittest.cc', | 322 'dbus/ibus/ibus_panel_service_unittest.cc', |
319 'dbus/ibus/ibus_property_unittest.cc', | 323 'dbus/ibus/ibus_property_unittest.cc', |
320 'dbus/ibus/ibus_text_unittest.cc', | 324 'dbus/ibus/ibus_text_unittest.cc', |
321 'dbus/introspectable_client_unittest.cc', | 325 'dbus/introspectable_client_unittest.cc', |
322 'dbus/modem_messaging_client_unittest.cc', | 326 'dbus/modem_messaging_client_unittest.cc', |
323 'disks/disk_mount_manager_unittest.cc', | 327 'disks/disk_mount_manager_unittest.cc', |
| 328 'network/network_change_notifier_chromeos_unittest.cc', |
324 'network/network_configuration_handler_unittest.cc', | 329 'network/network_configuration_handler_unittest.cc', |
325 'network/network_event_log_unittest.cc', | 330 'network/network_event_log_unittest.cc', |
326 'network/network_sms_handler_unittest.cc', | 331 'network/network_sms_handler_unittest.cc', |
327 'network/network_state_handler_unittest.cc', | 332 'network/network_state_handler_unittest.cc', |
328 'network/onc/onc_certificate_importer_unittest.cc', | 333 'network/onc/onc_certificate_importer_unittest.cc', |
329 'network/onc/onc_merger_unittest.cc', | 334 'network/onc/onc_merger_unittest.cc', |
330 'network/onc/onc_normalizer_unittest.cc', | 335 'network/onc/onc_normalizer_unittest.cc', |
331 'network/onc/onc_test_utils.cc', | 336 'network/onc/onc_test_utils.cc', |
332 'network/onc/onc_test_utils.h', | 337 'network/onc/onc_test_utils.h', |
333 'network/onc/onc_translator_unittest.cc', | 338 'network/onc/onc_translator_unittest.cc', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 405 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
401 ], | 406 ], |
402 'variables': { | 407 'variables': { |
403 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 408 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
404 'proto_out_dir': 'chromeos/dbus', | 409 'proto_out_dir': 'chromeos/dbus', |
405 }, | 410 }, |
406 'includes': ['../build/protoc.gypi'], | 411 'includes': ['../build/protoc.gypi'], |
407 }, | 412 }, |
408 ], | 413 ], |
409 } | 414 } |
OLD | NEW |