| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'dbus/speech_synthesizer_client.cc', | 116 'dbus/speech_synthesizer_client.cc', |
| 117 'dbus/speech_synthesizer_client.h', | 117 'dbus/speech_synthesizer_client.h', |
| 118 'dbus/sms_client.cc', | 118 'dbus/sms_client.cc', |
| 119 'dbus/sms_client.h', | 119 'dbus/sms_client.h', |
| 120 'dbus/update_engine_client.cc', | 120 'dbus/update_engine_client.cc', |
| 121 'dbus/update_engine_client.h', | 121 'dbus/update_engine_client.h', |
| 122 'disks/disk_mount_manager.cc', | 122 'disks/disk_mount_manager.cc', |
| 123 'disks/disk_mount_manager.h', | 123 'disks/disk_mount_manager.h', |
| 124 'display/output_configurator.cc', | 124 'display/output_configurator.cc', |
| 125 'display/output_configurator.h', | 125 'display/output_configurator.h', |
| 126 'ime/ibus_bridge.h', |
| 127 'ime/ibus_bridge.cc', |
| 126 'network/cros_network_functions.cc', | 128 'network/cros_network_functions.cc', |
| 127 'network/cros_network_functions.h', | 129 'network/cros_network_functions.h', |
| 128 'network/device_state.cc', | 130 'network/device_state.cc', |
| 129 'network/device_state.h', | 131 'network/device_state.h', |
| 130 'network/geolocation_handler.cc', | 132 'network/geolocation_handler.cc', |
| 131 'network/geolocation_handler.h', | 133 'network/geolocation_handler.h', |
| 132 'network/managed_state.cc', | 134 'network/managed_state.cc', |
| 133 'network/managed_state.h', | 135 'network/managed_state.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', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 418 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 417 ], | 419 ], |
| 418 'variables': { | 420 'variables': { |
| 419 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 421 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 420 'proto_out_dir': 'chromeos/dbus', | 422 'proto_out_dir': 'chromeos/dbus', |
| 421 }, | 423 }, |
| 422 'includes': ['../build/protoc.gypi'], | 424 'includes': ['../build/protoc.gypi'], |
| 423 }, | 425 }, |
| 424 ], | 426 ], |
| 425 } | 427 } |
| OLD | NEW |