| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'dbus/speech_synthesizer_client.cc', | 117 'dbus/speech_synthesizer_client.cc', |
| 118 'dbus/speech_synthesizer_client.h', | 118 'dbus/speech_synthesizer_client.h', |
| 119 'dbus/sms_client.cc', | 119 'dbus/sms_client.cc', |
| 120 'dbus/sms_client.h', | 120 'dbus/sms_client.h', |
| 121 'dbus/update_engine_client.cc', | 121 'dbus/update_engine_client.cc', |
| 122 'dbus/update_engine_client.h', | 122 'dbus/update_engine_client.h', |
| 123 'disks/disk_mount_manager.cc', | 123 'disks/disk_mount_manager.cc', |
| 124 'disks/disk_mount_manager.h', | 124 'disks/disk_mount_manager.h', |
| 125 'display/output_configurator.cc', | 125 'display/output_configurator.cc', |
| 126 'display/output_configurator.h', | 126 'display/output_configurator.h', |
| 127 'network/connection_change_notifier.cc', |
| 128 'network/connection_change_notifier.h', |
| 129 'network/connection_change_notifier_factory.cc', |
| 130 'network/connection_change_notifier_factory.h', |
| 127 'network/device_state.cc', | 131 'network/device_state.cc', |
| 128 'network/device_state.h', | 132 'network/device_state.h', |
| 129 'network/managed_state.cc', | 133 'network/managed_state.cc', |
| 130 'network/managed_state.h', | 134 'network/managed_state.h', |
| 131 'network/network_configuration_handler.cc', | 135 'network/network_configuration_handler.cc', |
| 132 'network/network_configuration_handler.h', | 136 'network/network_configuration_handler.h', |
| 133 'network/network_event_log.cc', | 137 'network/network_event_log.cc', |
| 134 'network/network_event_log.h', | 138 'network/network_event_log.h', |
| 135 'network/network_handler_callbacks.cc', | 139 'network/network_handler_callbacks.cc', |
| 136 'network/network_handler_callbacks.h', | 140 'network/network_handler_callbacks.h', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'dbus/ibus/ibus_engine_service_unittest.cc', | 291 'dbus/ibus/ibus_engine_service_unittest.cc', |
| 288 'dbus/ibus/ibus_input_context_client_unittest.cc', | 292 'dbus/ibus/ibus_input_context_client_unittest.cc', |
| 289 'dbus/ibus/ibus_lookup_table_unittest.cc', | 293 'dbus/ibus/ibus_lookup_table_unittest.cc', |
| 290 'dbus/ibus/ibus_object_unittest.cc', | 294 'dbus/ibus/ibus_object_unittest.cc', |
| 291 'dbus/ibus/ibus_panel_service_unittest.cc', | 295 'dbus/ibus/ibus_panel_service_unittest.cc', |
| 292 'dbus/ibus/ibus_property_unittest.cc', | 296 'dbus/ibus/ibus_property_unittest.cc', |
| 293 'dbus/ibus/ibus_text_unittest.cc', | 297 'dbus/ibus/ibus_text_unittest.cc', |
| 294 'dbus/introspectable_client_unittest.cc', | 298 'dbus/introspectable_client_unittest.cc', |
| 295 'dbus/modem_messaging_client_unittest.cc', | 299 'dbus/modem_messaging_client_unittest.cc', |
| 296 'disks/disk_mount_manager_unittest.cc', | 300 'disks/disk_mount_manager_unittest.cc', |
| 301 'network/connection_change_notifier_unittest.cc', |
| 297 'network/network_configuration_handler_unittest.cc', | 302 'network/network_configuration_handler_unittest.cc', |
| 298 'network/network_event_log_unittest.cc', | 303 'network/network_event_log_unittest.cc', |
| 299 'network/network_sms_handler_unittest.cc', | 304 'network/network_sms_handler_unittest.cc', |
| 300 'network/network_state_handler_unittest.cc', | 305 'network/network_state_handler_unittest.cc', |
| 301 'network/shill_property_handler_unittest.cc', | 306 'network/shill_property_handler_unittest.cc', |
| 302 'power/power_state_override_unittest.cc', | 307 'power/power_state_override_unittest.cc', |
| 303 ], | 308 ], |
| 304 'include_dirs': [ | 309 'include_dirs': [ |
| 305 '..', | 310 '..', |
| 306 ], | 311 ], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 370 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 366 ], | 371 ], |
| 367 'variables': { | 372 'variables': { |
| 368 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 373 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 369 'proto_out_dir': 'chromeos/dbus', | 374 'proto_out_dir': 'chromeos/dbus', |
| 370 }, | 375 }, |
| 371 'includes': ['../build/protoc.gypi'], | 376 'includes': ['../build/protoc.gypi'], |
| 372 }, | 377 }, |
| 373 ], | 378 ], |
| 374 } | 379 } |
| OLD | NEW |