Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Side by Side Diff: chromeos/chromeos.gyp

Issue 14643006: [chromeos] Remove dependencies of StatisticsProvider on chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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'
(...skipping 12 matching lines...) Expand all
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 'ime/input_method.gyp:gencode', 25 'ime/input_method.gyp:gencode',
26 'power_manager_proto', 26 'power_manager_proto',
27 'video_activity_update_proto', 27 'video_activity_update_proto',
28 ], 28 ],
29 'defines': [ 29 'defines': [
30 'CHROMEOS_IMPLEMENTATION', 30 'CHROMEOS_IMPLEMENTATION',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'app_mode/kiosk_oem_manifest_parser.cc',
34 'app_mode/kiosk_oem_manifest_parser.h',
33 'audio/audio_device.cc', 35 'audio/audio_device.cc',
34 'audio/audio_device.h', 36 'audio/audio_device.h',
35 'audio/audio_pref_observer.h', 37 'audio/audio_pref_observer.h',
36 'audio/audio_pref_handler.h', 38 'audio/audio_pref_handler.h',
37 'audio/cras_audio_handler.cc', 39 'audio/cras_audio_handler.cc',
38 'audio/cras_audio_handler.h', 40 'audio/cras_audio_handler.h',
39 'audio/mock_cras_audio_handler.cc', 41 'audio/mock_cras_audio_handler.cc',
40 'audio/mock_cras_audio_handler.h', 42 'audio/mock_cras_audio_handler.h',
41 'audio/cras_audio_switch_handler.cc', 43 'audio/cras_audio_switch_handler.cc',
42 'audio/cras_audio_switch_handler.h', 44 'audio/cras_audio_switch_handler.h',
43 'attestation/attestation_constants.cc', 45 'attestation/attestation_constants.cc',
44 'attestation/attestation_constants.h', 46 'attestation/attestation_constants.h',
45 'attestation/attestation_flow.cc', 47 'attestation/attestation_flow.cc',
46 'attestation/attestation_flow.h', 48 'attestation/attestation_flow.h',
49 'chromeos_constants.cc',
50 'chromeos_constants.h',
47 'chromeos_export.h', 51 'chromeos_export.h',
48 'chromeos_paths.cc', 52 'chromeos_paths.cc',
49 'chromeos_paths.h', 53 'chromeos_paths.h',
50 'chromeos_switches.cc', 54 'chromeos_switches.cc',
51 'chromeos_switches.h', 55 'chromeos_switches.h',
52 'cryptohome/async_method_caller.cc', 56 'cryptohome/async_method_caller.cc',
53 'cryptohome/async_method_caller.h', 57 'cryptohome/async_method_caller.h',
54 'cryptohome/cryptohome_library.cc', 58 'cryptohome/cryptohome_library.cc',
55 'cryptohome/cryptohome_library.h', 59 'cryptohome/cryptohome_library.h',
56 'dbus/audio_node.cc', 60 'dbus/audio_node.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'network/shill_property_handler.cc', 289 'network/shill_property_handler.cc',
286 'network/shill_property_handler.h', 290 'network/shill_property_handler.h',
287 'network/sms_watcher.cc', 291 'network/sms_watcher.cc',
288 'network/sms_watcher.h', 292 'network/sms_watcher.h',
289 'process_proxy/process_output_watcher.cc', 293 'process_proxy/process_output_watcher.cc',
290 'process_proxy/process_output_watcher.h', 294 'process_proxy/process_output_watcher.h',
291 'process_proxy/process_proxy.cc', 295 'process_proxy/process_proxy.cc',
292 'process_proxy/process_proxy.h', 296 'process_proxy/process_proxy.h',
293 'process_proxy/process_proxy_registry.cc', 297 'process_proxy/process_proxy_registry.cc',
294 'process_proxy/process_proxy_registry.h', 298 'process_proxy/process_proxy_registry.h',
299 'system/name_value_pairs_parser.cc',
300 'system/name_value_pairs_parser.h',
295 ], 301 ],
296 'conditions': [ 302 'conditions': [
297 ['use_x11 == 1', { 303 ['use_x11 == 1', {
298 'link_settings': { 304 'link_settings': {
299 'libraries': [ 305 'libraries': [
300 '-lXext', 306 '-lXext',
301 '-lXrandr', 307 '-lXrandr',
302 ], 308 ],
303 }, 309 },
304 }, { 310 }, {
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 '../crypto/crypto.gyp:crypto', 465 '../crypto/crypto.gyp:crypto',
460 '../dbus/dbus.gyp:dbus_test_support', 466 '../dbus/dbus.gyp:dbus_test_support',
461 '../net/net.gyp:net', 467 '../net/net.gyp:net',
462 '../testing/gmock.gyp:gmock', 468 '../testing/gmock.gyp:gmock',
463 '../testing/gtest.gyp:gtest', 469 '../testing/gtest.gyp:gtest',
464 'chromeos_test_support', 470 'chromeos_test_support',
465 'power_manager_proto', 471 'power_manager_proto',
466 ], 472 ],
467 'sources': [ 473 'sources': [
468 'attestation/attestation_flow_unittest.cc', 474 'attestation/attestation_flow_unittest.cc',
475 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
469 'display/output_configurator_unittest.cc', 476 'display/output_configurator_unittest.cc',
470 'dbus/blocking_method_caller_unittest.cc', 477 'dbus/blocking_method_caller_unittest.cc',
471 'dbus/power_policy_controller_unittest.cc', 478 'dbus/power_policy_controller_unittest.cc',
472 'dbus/shill_client_unittest_base.cc', 479 'dbus/shill_client_unittest_base.cc',
473 'dbus/shill_client_unittest_base.h', 480 'dbus/shill_client_unittest_base.h',
474 'dbus/shill_device_client_unittest.cc', 481 'dbus/shill_device_client_unittest.cc',
475 'dbus/shill_ipconfig_client_unittest.cc', 482 'dbus/shill_ipconfig_client_unittest.cc',
476 'dbus/shill_manager_client_unittest.cc', 483 'dbus/shill_manager_client_unittest.cc',
477 'dbus/shill_profile_client_unittest.cc', 484 'dbus/shill_profile_client_unittest.cc',
478 'dbus/shill_service_client_unittest.cc', 485 'dbus/shill_service_client_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'network/network_util_unittest.cc', 518 'network/network_util_unittest.cc',
512 'network/onc/onc_certificate_importer_unittest.cc', 519 'network/onc/onc_certificate_importer_unittest.cc',
513 'network/onc/onc_merger_unittest.cc', 520 'network/onc/onc_merger_unittest.cc',
514 'network/onc/onc_normalizer_unittest.cc', 521 'network/onc/onc_normalizer_unittest.cc',
515 'network/onc/onc_translator_unittest.cc', 522 'network/onc/onc_translator_unittest.cc',
516 'network/onc/onc_utils_unittest.cc', 523 'network/onc/onc_utils_unittest.cc',
517 'network/onc/onc_validator_unittest.cc', 524 'network/onc/onc_validator_unittest.cc',
518 'network/shill_property_handler_unittest.cc', 525 'network/shill_property_handler_unittest.cc',
519 'process_proxy/process_output_watcher_unittest.cc', 526 'process_proxy/process_output_watcher_unittest.cc',
520 'process_proxy/process_proxy_unittest.cc', 527 'process_proxy/process_proxy_unittest.cc',
528 'system/name_value_pairs_parser_unittest.cc',
521 ], 529 ],
522 'include_dirs': [ 530 'include_dirs': [
523 '..', 531 '..',
524 ], 532 ],
525 'conditions': [ 533 'conditions': [
526 [ 'linux_use_tcmalloc==1', { 534 [ 'linux_use_tcmalloc==1', {
527 'dependencies': [ 535 'dependencies': [
528 '../base/allocator/allocator.gyp:allocator', 536 '../base/allocator/allocator.gyp:allocator',
529 ], 537 ],
530 }, 538 },
(...skipping 27 matching lines...) Expand all
558 '../third_party/cros_system_api/dbus/video_activity_update.proto', 566 '../third_party/cros_system_api/dbus/video_activity_update.proto',
559 ], 567 ],
560 'variables': { 568 'variables': {
561 'proto_in_dir': '../third_party/cros_system_api/dbus/', 569 'proto_in_dir': '../third_party/cros_system_api/dbus/',
562 'proto_out_dir': 'chromeos/dbus', 570 'proto_out_dir': 'chromeos/dbus',
563 }, 571 },
564 'includes': ['../build/protoc.gypi'], 572 'includes': ['../build/protoc.gypi'],
565 }, 573 },
566 ], 574 ],
567 } 575 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698