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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
115 'dbus/speech_synthesizer_client.cc', | 115 'dbus/speech_synthesizer_client.cc', |
116 'dbus/speech_synthesizer_client.h', | 116 'dbus/speech_synthesizer_client.h', |
117 'dbus/sms_client.cc', | 117 'dbus/sms_client.cc', |
118 'dbus/sms_client.h', | 118 'dbus/sms_client.h', |
119 'dbus/update_engine_client.cc', | 119 'dbus/update_engine_client.cc', |
120 'dbus/update_engine_client.h', | 120 'dbus/update_engine_client.h', |
121 'disks/disk_mount_manager.cc', | 121 'disks/disk_mount_manager.cc', |
122 'disks/disk_mount_manager.h', | 122 'disks/disk_mount_manager.h', |
123 'display/output_configurator.cc', | 123 'display/output_configurator.cc', |
124 'display/output_configurator.h', | 124 'display/output_configurator.h', |
125 'network/device_state.cc', | |
126 'network/device_state.h', | |
127 'network/managed_state.cc', | |
hashimoto
2012/11/06 01:51:24
managed_state.h missing?
stevenjb
2012/11/06 03:17:03
Oops. Fixed.
| |
125 'network/network_sms_handler.cc', | 128 'network/network_sms_handler.cc', |
126 'network/network_sms_handler.h', | 129 'network/network_sms_handler.h', |
130 'network/network_state.cc', | |
131 'network/network_state.h', | |
132 'network/network_state_handler.cc', | |
133 'network/network_state_handler.h', | |
134 'network/network_state_handler_observer.cc', | |
135 'network/network_state_handler_observer.h', | |
136 'network/shill_property_handler.cc', | |
137 'network/shill_property_handler.h', | |
138 'network/shill_service_observer.cc', | |
139 'network/shill_service_observer.h', | |
127 'power/power_state_override.cc', | 140 'power/power_state_override.cc', |
128 'power/power_state_override.h', | 141 'power/power_state_override.h', |
129 ], | 142 ], |
130 'link_settings': { | 143 'link_settings': { |
131 'libraries': [ | 144 'libraries': [ |
132 '-lXext', | 145 '-lXext', |
133 '-lXrandr', | 146 '-lXrandr', |
134 ], | 147 ], |
135 }, | 148 }, |
136 }, | 149 }, |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
263 'dbus/ibus/ibus_engine_factory_service_unittest.cc', | 276 'dbus/ibus/ibus_engine_factory_service_unittest.cc', |
264 'dbus/ibus/ibus_engine_service_unittest.cc', | 277 'dbus/ibus/ibus_engine_service_unittest.cc', |
265 'dbus/ibus/ibus_input_context_client_unittest.cc', | 278 'dbus/ibus/ibus_input_context_client_unittest.cc', |
266 'dbus/ibus/ibus_lookup_table_unittest.cc', | 279 'dbus/ibus/ibus_lookup_table_unittest.cc', |
267 'dbus/ibus/ibus_object_unittest.cc', | 280 'dbus/ibus/ibus_object_unittest.cc', |
268 'dbus/ibus/ibus_property_unittest.cc', | 281 'dbus/ibus/ibus_property_unittest.cc', |
269 'dbus/ibus/ibus_text_unittest.cc', | 282 'dbus/ibus/ibus_text_unittest.cc', |
270 'dbus/introspectable_client_unittest.cc', | 283 'dbus/introspectable_client_unittest.cc', |
271 'dbus/modem_messaging_client_unittest.cc', | 284 'dbus/modem_messaging_client_unittest.cc', |
272 'network/network_sms_handler_unittest.cc', | 285 'network/network_sms_handler_unittest.cc', |
286 'network/network_state_handler_unittest.cc', | |
287 'network/shill_property_handler_unittest.cc', | |
273 'power/power_state_override_unittest.cc', | 288 'power/power_state_override_unittest.cc', |
274 ], | 289 ], |
275 'include_dirs': [ | 290 'include_dirs': [ |
276 '..', | 291 '..', |
277 ], | 292 ], |
278 'conditions': [ | 293 'conditions': [ |
279 [ 'linux_use_tcmalloc==1', { | 294 [ 'linux_use_tcmalloc==1', { |
280 'dependencies': [ | 295 'dependencies': [ |
281 '../base/allocator/allocator.gyp:allocator', | 296 '../base/allocator/allocator.gyp:allocator', |
282 ], | 297 ], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
321 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 336 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
322 ], | 337 ], |
323 'variables': { | 338 'variables': { |
324 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 339 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
325 'proto_out_dir': 'chromeos/dbus', | 340 'proto_out_dir': 'chromeos/dbus', |
326 }, | 341 }, |
327 'includes': ['../build/protoc.gypi'], | 342 'includes': ['../build/protoc.gypi'], |
328 }, | 343 }, |
329 ], | 344 ], |
330 } | 345 } |
OLD | NEW |