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' |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
14 'target_name': 'chromeos', | 14 'target_name': 'chromeos', |
15 'type': '<(component)', | 15 'type': '<(component)', |
16 'dependencies': [ | 16 'dependencies': [ |
17 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
18 '../base/base.gyp:base_prefs', | 18 '../base/base.gyp:base_prefs', |
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
20 '../build/linux/system.gyp:dbus', | 20 '../build/linux/system.gyp:dbus', |
21 '../build/linux/system.gyp:ssl', | 21 '../build/linux/system.gyp:ssl', |
22 '../dbus/dbus.gyp:dbus', | 22 '../dbus/dbus.gyp:dbus', |
23 '../net/net.gyp:net', | 23 '../net/net.gyp:net', |
24 '../third_party/libxml/libxml.gyp:libxml', | 24 '../third_party/libxml/libxml.gyp:libxml', |
25 'power_manager_proto', | 25 'power_manager_proto', |
26 'power_state_control_proto', | |
27 'power_supply_properties_proto', | 26 'power_supply_properties_proto', |
28 'video_activity_update_proto', | 27 'video_activity_update_proto', |
29 ], | 28 ], |
30 'defines': [ | 29 'defines': [ |
31 'CHROMEOS_IMPLEMENTATION', | 30 'CHROMEOS_IMPLEMENTATION', |
32 ], | 31 ], |
33 'sources': [ | 32 'sources': [ |
34 'attestation/attestation_flow.cc', | 33 'attestation/attestation_flow.cc', |
35 'attestation/attestation_flow.h', | 34 'attestation/attestation_flow.h', |
36 'chromeos_export.h', | 35 'chromeos_export.h', |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'network/onc/onc_translator_onc_to_shill.cc', | 190 'network/onc/onc_translator_onc_to_shill.cc', |
192 'network/onc/onc_translator_shill_to_onc.cc', | 191 'network/onc/onc_translator_shill_to_onc.cc', |
193 'network/onc/onc_utils.cc', | 192 'network/onc/onc_utils.cc', |
194 'network/onc/onc_utils.h', | 193 'network/onc/onc_utils.h', |
195 'network/onc/onc_validator.cc', | 194 'network/onc/onc_validator.cc', |
196 'network/onc/onc_validator.h', | 195 'network/onc/onc_validator.h', |
197 'network/shill_property_handler.cc', | 196 'network/shill_property_handler.cc', |
198 'network/shill_property_handler.h', | 197 'network/shill_property_handler.h', |
199 'network/sms_watcher.cc', | 198 'network/sms_watcher.cc', |
200 'network/sms_watcher.h', | 199 'network/sms_watcher.h', |
201 'power/power_state_override.cc', | |
202 'power/power_state_override.h', | |
203 'process_proxy/process_output_watcher.cc', | 200 'process_proxy/process_output_watcher.cc', |
204 'process_proxy/process_output_watcher.h', | 201 'process_proxy/process_output_watcher.h', |
205 'process_proxy/process_proxy.cc', | 202 'process_proxy/process_proxy.cc', |
206 'process_proxy/process_proxy.h', | 203 'process_proxy/process_proxy.h', |
207 'process_proxy/process_proxy_registry.cc', | 204 'process_proxy/process_proxy_registry.cc', |
208 'process_proxy/process_proxy_registry.h', | 205 'process_proxy/process_proxy_registry.h', |
209 'screen_capture/screen_capture_observer.h', | 206 'screen_capture/screen_capture_observer.h', |
210 ], | 207 ], |
211 'conditions': [ | 208 'conditions': [ |
212 ['use_x11 == 1', { | 209 ['use_x11 == 1', { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 '../base/base.gyp:run_all_unittests', | 336 '../base/base.gyp:run_all_unittests', |
340 '../base/base.gyp:test_support_base', | 337 '../base/base.gyp:test_support_base', |
341 '../build/linux/system.gyp:dbus', | 338 '../build/linux/system.gyp:dbus', |
342 '../build/linux/system.gyp:ssl', | 339 '../build/linux/system.gyp:ssl', |
343 '../crypto/crypto.gyp:crypto', | 340 '../crypto/crypto.gyp:crypto', |
344 '../dbus/dbus.gyp:dbus_test_support', | 341 '../dbus/dbus.gyp:dbus_test_support', |
345 '../net/net.gyp:net', | 342 '../net/net.gyp:net', |
346 '../testing/gmock.gyp:gmock', | 343 '../testing/gmock.gyp:gmock', |
347 '../testing/gtest.gyp:gtest', | 344 '../testing/gtest.gyp:gtest', |
348 'chromeos_test_support', | 345 'chromeos_test_support', |
| 346 'power_manager_proto', |
349 ], | 347 ], |
350 'sources': [ | 348 'sources': [ |
351 'attestation/attestation_flow_unittest.cc', | 349 'attestation/attestation_flow_unittest.cc', |
352 'display/output_configurator_unittest.cc', | 350 'display/output_configurator_unittest.cc', |
353 'dbus/blocking_method_caller_unittest.cc', | 351 'dbus/blocking_method_caller_unittest.cc', |
| 352 'dbus/power_policy_controller_unittest.cc', |
354 'dbus/shill_client_unittest_base.cc', | 353 'dbus/shill_client_unittest_base.cc', |
355 'dbus/shill_client_unittest_base.h', | 354 'dbus/shill_client_unittest_base.h', |
356 'dbus/shill_device_client_unittest.cc', | 355 'dbus/shill_device_client_unittest.cc', |
357 'dbus/shill_ipconfig_client_unittest.cc', | 356 'dbus/shill_ipconfig_client_unittest.cc', |
358 'dbus/shill_manager_client_unittest.cc', | 357 'dbus/shill_manager_client_unittest.cc', |
359 'dbus/shill_profile_client_unittest.cc', | 358 'dbus/shill_profile_client_unittest.cc', |
360 'dbus/shill_service_client_unittest.cc', | 359 'dbus/shill_service_client_unittest.cc', |
361 'dbus/gsm_sms_client_unittest.cc', | 360 'dbus/gsm_sms_client_unittest.cc', |
362 'dbus/ibus/ibus_client_unittest.cc', | 361 'dbus/ibus/ibus_client_unittest.cc', |
363 'dbus/ibus/ibus_config_client_unittest.cc', | 362 'dbus/ibus/ibus_config_client_unittest.cc', |
364 'dbus/ibus/ibus_component_unittest.cc', | 363 'dbus/ibus/ibus_component_unittest.cc', |
365 'dbus/ibus/ibus_engine_factory_service_unittest.cc', | 364 'dbus/ibus/ibus_engine_factory_service_unittest.cc', |
366 'dbus/ibus/ibus_engine_service_unittest.cc', | 365 'dbus/ibus/ibus_engine_service_unittest.cc', |
367 'dbus/ibus/ibus_input_context_client_unittest.cc', | 366 'dbus/ibus/ibus_input_context_client_unittest.cc', |
368 'dbus/ibus/ibus_lookup_table_unittest.cc', | 367 'dbus/ibus/ibus_lookup_table_unittest.cc', |
369 'dbus/ibus/ibus_object_unittest.cc', | 368 'dbus/ibus/ibus_object_unittest.cc', |
370 'dbus/ibus/ibus_panel_service_unittest.cc', | 369 'dbus/ibus/ibus_panel_service_unittest.cc', |
371 'dbus/ibus/ibus_property_unittest.cc', | 370 'dbus/ibus/ibus_property_unittest.cc', |
372 'dbus/ibus/ibus_text_unittest.cc', | 371 'dbus/ibus/ibus_text_unittest.cc', |
373 'dbus/introspectable_client_unittest.cc', | 372 'dbus/introspectable_client_unittest.cc', |
374 'dbus/modem_messaging_client_unittest.cc', | 373 'dbus/modem_messaging_client_unittest.cc', |
375 'disks/disk_mount_manager_unittest.cc', | 374 'disks/disk_mount_manager_unittest.cc', |
376 'network/cros_network_functions_unittest.cc', | 375 'network/cros_network_functions_unittest.cc', |
377 'network/geolocation_handler_unittest.cc', | 376 'network/geolocation_handler_unittest.cc', |
378 » 'network/network_change_notifier_chromeos_unittest.cc', | 377 'network/network_change_notifier_chromeos_unittest.cc', |
379 'network/network_configuration_handler_unittest.cc', | 378 'network/network_configuration_handler_unittest.cc', |
380 'network/network_event_log_unittest.cc', | 379 'network/network_event_log_unittest.cc', |
381 'network/network_sms_handler_unittest.cc', | 380 'network/network_sms_handler_unittest.cc', |
382 'network/network_state_handler_unittest.cc', | 381 'network/network_state_handler_unittest.cc', |
383 'network/network_util_unittest.cc', | 382 'network/network_util_unittest.cc', |
384 'network/onc/onc_certificate_importer_unittest.cc', | 383 'network/onc/onc_certificate_importer_unittest.cc', |
385 'network/onc/onc_merger_unittest.cc', | 384 'network/onc/onc_merger_unittest.cc', |
386 'network/onc/onc_normalizer_unittest.cc', | 385 'network/onc/onc_normalizer_unittest.cc', |
387 'network/onc/onc_translator_unittest.cc', | 386 'network/onc/onc_translator_unittest.cc', |
388 'network/onc/onc_utils_unittest.cc', | 387 'network/onc/onc_utils_unittest.cc', |
389 'network/onc/onc_validator_unittest.cc', | 388 'network/onc/onc_validator_unittest.cc', |
390 'network/shill_property_handler_unittest.cc', | 389 'network/shill_property_handler_unittest.cc', |
391 'power/power_state_override_unittest.cc', | |
392 'process_proxy/process_output_watcher_unittest.cc', | 390 'process_proxy/process_output_watcher_unittest.cc', |
393 'process_proxy/process_proxy_unittest.cc', | 391 'process_proxy/process_proxy_unittest.cc', |
394 ], | 392 ], |
395 'include_dirs': [ | 393 'include_dirs': [ |
396 '..', | 394 '..', |
397 ], | 395 ], |
398 'conditions': [ | 396 'conditions': [ |
399 [ 'linux_use_tcmalloc==1', { | 397 [ 'linux_use_tcmalloc==1', { |
400 'dependencies': [ | 398 'dependencies': [ |
401 '../base/allocator/allocator.gyp:allocator', | 399 '../base/allocator/allocator.gyp:allocator', |
(...skipping 14 matching lines...) Expand all Loading... |
416 ], | 414 ], |
417 'variables': { | 415 'variables': { |
418 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 416 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
419 'proto_out_dir': 'chromeos/dbus/power_manager', | 417 'proto_out_dir': 'chromeos/dbus/power_manager', |
420 }, | 418 }, |
421 'includes': ['../build/protoc.gypi'], | 419 'includes': ['../build/protoc.gypi'], |
422 }, | 420 }, |
423 { | 421 { |
424 # Protobuf compiler / generator for the PowerSupplyProperties protocol | 422 # Protobuf compiler / generator for the PowerSupplyProperties protocol |
425 # buffer. | 423 # buffer. |
426 'target_name': 'power_state_control_proto', | |
427 'type': 'static_library', | |
428 'sources': [ | |
429 '../third_party/cros_system_api/dbus/power_state_control.proto', | |
430 ], | |
431 'variables': { | |
432 'proto_in_dir': '../third_party/cros_system_api/dbus', | |
433 'proto_out_dir': 'chromeos/dbus', | |
434 }, | |
435 'includes': ['../build/protoc.gypi'], | |
436 }, | |
437 { | |
438 # Protobuf compiler / generator for the PowerSupplyProperties protocol | |
439 # buffer. | |
440 'target_name': 'power_supply_properties_proto', | 424 'target_name': 'power_supply_properties_proto', |
441 'type': 'static_library', | 425 'type': 'static_library', |
442 'sources': [ | 426 'sources': [ |
443 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 427 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
444 ], | 428 ], |
445 'variables': { | 429 'variables': { |
446 'proto_in_dir': '../third_party/cros_system_api/dbus', | 430 'proto_in_dir': '../third_party/cros_system_api/dbus', |
447 'proto_out_dir': 'chromeos/dbus', | 431 'proto_out_dir': 'chromeos/dbus', |
448 }, | 432 }, |
449 'includes': ['../build/protoc.gypi'], | 433 'includes': ['../build/protoc.gypi'], |
450 }, | 434 }, |
451 { | 435 { |
452 # Protobuf compiler / generator for the VideoActivityUpdate protocol | 436 # Protobuf compiler / generator for the VideoActivityUpdate protocol |
453 # buffer. | 437 # buffer. |
454 'target_name': 'video_activity_update_proto', | 438 'target_name': 'video_activity_update_proto', |
455 'type': 'static_library', | 439 'type': 'static_library', |
456 'sources': [ | 440 'sources': [ |
457 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 441 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
458 ], | 442 ], |
459 'variables': { | 443 'variables': { |
460 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 444 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
461 'proto_out_dir': 'chromeos/dbus', | 445 'proto_out_dir': 'chromeos/dbus', |
462 }, | 446 }, |
463 'includes': ['../build/protoc.gypi'], | 447 'includes': ['../build/protoc.gypi'], |
464 }, | 448 }, |
465 ], | 449 ], |
466 } | 450 } |
OLD | NEW |