Chromium Code Reviews| 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 32 ], | 32 ], |
| 33 'targets': [ | 33 'targets': [ |
| 34 { | 34 { |
| 35 # This target contains mocks and test utilities that don't belong in | 35 # This target contains mocks and test utilities that don't belong in |
| 36 # production libraries but are used by more than one test executable. | 36 # production libraries but are used by more than one test executable. |
| 37 'target_name': 'test_support_common', | 37 'target_name': 'test_support_common', |
| 38 'type': 'static_library', | 38 'type': 'static_library', |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 'app/policy/cloud_policy_codegen.gyp:policy', | 40 'app/policy/cloud_policy_codegen.gyp:policy', |
| 41 'browser', | 41 'browser', |
| 42 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 43 'chrome_resources.gyp:chrome_resources', | 42 'chrome_resources.gyp:chrome_resources', |
| 44 'chrome_resources.gyp:chrome_strings', | 43 'chrome_resources.gyp:chrome_strings', |
| 45 'chrome_resources.gyp:theme_resources', | 44 'chrome_resources.gyp:theme_resources', |
| 46 'common', | 45 'common', |
| 47 'common/extensions/api/api.gyp:api', | 46 'common/extensions/api/api.gyp:api', |
| 48 'plugin', | 47 'plugin', |
| 49 'renderer', | 48 'renderer', |
| 50 'utility', | 49 'utility', |
| 51 '../base/base.gyp:test_support_base', | 50 '../base/base.gyp:test_support_base', |
| 52 '../content/content.gyp:content_app', | 51 '../content/content.gyp:content_app', |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 373 'chrome_resources.gyp:chrome_strings', | 372 'chrome_resources.gyp:chrome_strings', |
| 374 'browser', | 373 'browser', |
| 375 'common', | 374 'common', |
| 376 'test_support_common', | 375 'test_support_common', |
| 377 '../base/base.gyp:base', | 376 '../base/base.gyp:base', |
| 378 '../skia/skia.gyp:skia', | 377 '../skia/skia.gyp:skia', |
| 379 '../sync/sync.gyp:sync', | 378 '../sync/sync.gyp:sync', |
| 380 '../testing/gmock.gyp:gmock', | 379 '../testing/gmock.gyp:gmock', |
| 381 '../testing/gtest.gyp:gtest', | 380 '../testing/gtest.gyp:gtest', |
| 382 ], | 381 ], |
| 382 'export_dependent_settings': [ | |
| 383 '../sync/sync.gyp:sync', | |
| 384 ], | |
| 383 'include_dirs': [ | 385 'include_dirs': [ |
| 384 '..', | 386 '..', |
| 385 ], | 387 ], |
| 386 'sources': [ | 388 'sources': [ |
| 387 'browser/sync/profile_sync_service_mock.cc', | 389 'browser/sync/profile_sync_service_mock.cc', |
| 388 'browser/sync/profile_sync_service_mock.h', | 390 'browser/sync/profile_sync_service_mock.h', |
| 389 'test/base/run_all_unittests.cc', | 391 'test/base/run_all_unittests.cc', |
| 390 ], | 392 ], |
| 391 'conditions': [ | 393 'conditions': [ |
| 392 ['toolkit_uses_gtk == 1', { | 394 ['toolkit_uses_gtk == 1', { |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 450 ], | 452 ], |
| 451 }], | 453 }], |
| 452 ], | 454 ], |
| 453 }], | 455 }], |
| 454 ], | 456 ], |
| 455 }, | 457 }, |
| 456 { | 458 { |
| 457 'target_name': 'interactive_ui_tests', | 459 'target_name': 'interactive_ui_tests', |
| 458 'type': 'executable', | 460 'type': 'executable', |
| 459 'dependencies': [ | 461 'dependencies': [ |
| 460 '../sync/protocol/sync_proto.gyp:sync_proto', | 462 '../sync/sync.gyp:sync', |
| 461 '../sync/sync.gyp:syncapi_core', | |
| 462 'chrome', | 463 'chrome', |
| 463 'chrome_resources.gyp:chrome_resources', | 464 'chrome_resources.gyp:chrome_resources', |
| 464 'chrome_resources.gyp:chrome_strings', | 465 'chrome_resources.gyp:chrome_strings', |
| 465 'debugger', | 466 'debugger', |
| 466 'test_support_common', | 467 'test_support_common', |
| 467 # NOTE: don't add test_support_ui, no more UITests. See | 468 # NOTE: don't add test_support_ui, no more UITests. See |
| 468 # http://crbug.com/137365 | 469 # http://crbug.com/137365 |
| 469 '../third_party/hunspell/hunspell.gyp:hunspell', | 470 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 470 '../net/net.gyp:net', | 471 '../net/net.gyp:net', |
| 471 '../net/net.gyp:net_resources', | 472 '../net/net.gyp:net_resources', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 706 'chrome', | 707 'chrome', |
| 707 'chrome_resources.gyp:chrome_resources', | 708 'chrome_resources.gyp:chrome_resources', |
| 708 'chrome_resources.gyp:chrome_strings', | 709 'chrome_resources.gyp:chrome_strings', |
| 709 'chromedriver_support', | 710 'chromedriver_support', |
| 710 'common', | 711 'common', |
| 711 'test_support_ui', | 712 'test_support_ui', |
| 712 '../base/base.gyp:base', | 713 '../base/base.gyp:base', |
| 713 '../build/temp_gyp/googleurl.gyp:googleurl', | 714 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 714 '../net/net.gyp:net', | 715 '../net/net.gyp:net', |
| 715 '../skia/skia.gyp:skia', | 716 '../skia/skia.gyp:skia', |
| 716 '../sync/sync.gyp:syncapi_core', | 717 '../sync/sync.gyp:sync', |
| 717 '../testing/gtest.gyp:gtest', | 718 '../testing/gtest.gyp:gtest', |
| 718 '../third_party/icu/icu.gyp:icui18n', | 719 '../third_party/icu/icu.gyp:icui18n', |
| 719 '../third_party/icu/icu.gyp:icuuc', | 720 '../third_party/icu/icu.gyp:icuuc', |
| 720 '../third_party/libxml/libxml.gyp:libxml', | 721 '../third_party/libxml/libxml.gyp:libxml', |
| 721 ], | 722 ], |
| 723 'export_dependent_settings': [ | |
| 724 '../sync/sync.gyp:sync', | |
| 725 ], | |
| 722 'include_dirs': [ | 726 'include_dirs': [ |
| 723 '..', | 727 '..', |
| 724 ], | 728 ], |
| 725 'sources': [ | 729 'sources': [ |
| 726 'test/webdriver/commands/alert_commands.cc', | 730 'test/webdriver/commands/alert_commands.cc', |
| 727 'test/webdriver/commands/alert_commands.h', | 731 'test/webdriver/commands/alert_commands.h', |
| 728 'test/webdriver/commands/appcache_status_command.cc', | 732 'test/webdriver/commands/appcache_status_command.cc', |
| 729 'test/webdriver/commands/appcache_status_command.h', | 733 'test/webdriver/commands/appcache_status_command.h', |
| 730 'test/webdriver/commands/browser_connection_commands.cc', | 734 'test/webdriver/commands/browser_connection_commands.cc', |
| 731 'test/webdriver/commands/browser_connection_commands.h', | 735 'test/webdriver/commands/browser_connection_commands.h', |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 947 # 2) test-specific support libraries: | 951 # 2) test-specific support libraries: |
| 948 '../base/base.gyp:test_support_base', | 952 '../base/base.gyp:test_support_base', |
| 949 '../gpu/gpu.gyp:gpu_unittest_utils', | 953 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 950 '../media/media.gyp:media_test_support', | 954 '../media/media.gyp:media_test_support', |
| 951 '../net/net.gyp:net', | 955 '../net/net.gyp:net', |
| 952 '../net/net.gyp:net_test_support', | 956 '../net/net.gyp:net_test_support', |
| 953 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 957 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 954 '../testing/gmock.gyp:gmock', | 958 '../testing/gmock.gyp:gmock', |
| 955 '../testing/gtest.gyp:gtest', | 959 '../testing/gtest.gyp:gtest', |
| 956 'test_support_common', | 960 'test_support_common', |
| 957 '../sync/sync.gyp:test_support_sync', | 961 '../sync/sync.gyp:test_support_sync_core', |
| 958 '../sync/sync.gyp:test_support_sync_notifier', | 962 '../sync/sync.gyp:test_support_sync_notifier', |
| 959 '../sync/sync.gyp:test_support_syncapi_core', | 963 '../sync/sync.gyp:test_support_sync_internal_api', |
| 960 '../sync/sync.gyp:test_support_syncapi_service', | 964 '../sync/sync.gyp:test_support_sync_api', |
| 961 'test_support_unit', | 965 'test_support_unit', |
| 962 # 3) anything tests directly depend on | 966 # 3) anything tests directly depend on |
| 963 '../skia/skia.gyp:skia', | 967 '../skia/skia.gyp:skia', |
| 964 '../third_party/bzip2/bzip2.gyp:bzip2', | 968 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 965 '../third_party/cld/cld.gyp:cld', | 969 '../third_party/cld/cld.gyp:cld', |
| 966 '../third_party/icu/icu.gyp:icui18n', | 970 '../third_party/icu/icu.gyp:icui18n', |
| 967 '../third_party/icu/icu.gyp:icuuc', | 971 '../third_party/icu/icu.gyp:icuuc', |
| 968 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 972 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 969 '../third_party/libjingle/libjingle.gyp:libjingle', | 973 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 970 '../third_party/libxml/libxml.gyp:libxml', | 974 '../third_party/libxml/libxml.gyp:libxml', |
| (...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2600 ], | 2604 ], |
| 2601 }, | 2605 }, |
| 2602 { | 2606 { |
| 2603 # Executable that runs each browser test in a new process. | 2607 # Executable that runs each browser test in a new process. |
| 2604 'target_name': 'browser_tests', | 2608 'target_name': 'browser_tests', |
| 2605 'type': 'executable', | 2609 'type': 'executable', |
| 2606 'msvs_cygwin_shell': 0, | 2610 'msvs_cygwin_shell': 0, |
| 2607 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2611 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2608 'dependencies': [ | 2612 'dependencies': [ |
| 2609 'browser', | 2613 'browser', |
| 2610 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 2611 'chrome_resources.gyp:chrome_resources', | 2614 'chrome_resources.gyp:chrome_resources', |
| 2612 'chrome_resources.gyp:chrome_strings', | 2615 'chrome_resources.gyp:chrome_strings', |
| 2613 'chrome_resources.gyp:packed_extra_resources', | 2616 'chrome_resources.gyp:packed_extra_resources', |
| 2614 'chrome_resources.gyp:packed_resources', | 2617 'chrome_resources.gyp:packed_resources', |
| 2615 'common/extensions/api/api.gyp:api', | 2618 'common/extensions/api/api.gyp:api', |
| 2616 'renderer', | 2619 'renderer', |
| 2617 'test_support_common', | 2620 'test_support_common', |
| 2618 '../base/base.gyp:base', | 2621 '../base/base.gyp:base', |
| 2619 '../base/base.gyp:base_i18n', | 2622 '../base/base.gyp:base_i18n', |
| 2620 '../base/base.gyp:test_support_base', | 2623 '../base/base.gyp:test_support_base', |
| 2621 '../net/net.gyp:net', | 2624 '../net/net.gyp:net', |
| 2622 '../net/net.gyp:net_test_support', | 2625 '../net/net.gyp:net_test_support', |
| 2623 '../skia/skia.gyp:skia', | 2626 '../skia/skia.gyp:skia', |
| 2624 '../sync/sync.gyp:test_support_syncapi_service', | 2627 '../sync/sync.gyp:test_support_sync_api', |
| 2625 '../testing/gmock.gyp:gmock', | 2628 '../testing/gmock.gyp:gmock', |
| 2626 '../testing/gtest.gyp:gtest', | 2629 '../testing/gtest.gyp:gtest', |
| 2627 '../third_party/cld/cld.gyp:cld', | 2630 '../third_party/cld/cld.gyp:cld', |
| 2628 '../third_party/icu/icu.gyp:icui18n', | 2631 '../third_party/icu/icu.gyp:icui18n', |
| 2629 '../third_party/icu/icu.gyp:icuuc', | 2632 '../third_party/icu/icu.gyp:icuuc', |
| 2630 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2633 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2631 '../v8/tools/gyp/v8.gyp:v8', | 2634 '../v8/tools/gyp/v8.gyp:v8', |
| 2632 '../webkit/webkit.gyp:test_shell_test_support', | 2635 '../webkit/webkit.gyp:test_shell_test_support', |
| 2633 # Runtime dependencies | 2636 # Runtime dependencies |
| 2634 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 2637 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3403 ], | 3406 ], |
| 3404 }, | 3407 }, |
| 3405 { | 3408 { |
| 3406 # Executable that runs each perf browser test in a new process. | 3409 # Executable that runs each perf browser test in a new process. |
| 3407 'target_name': 'performance_browser_tests', | 3410 'target_name': 'performance_browser_tests', |
| 3408 'type': 'executable', | 3411 'type': 'executable', |
| 3409 'msvs_cygwin_shell': 0, | 3412 'msvs_cygwin_shell': 0, |
| 3410 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 3413 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 3411 'dependencies': [ | 3414 'dependencies': [ |
| 3412 'browser', | 3415 'browser', |
| 3413 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 3414 'chrome_resources.gyp:chrome_resources', | 3416 'chrome_resources.gyp:chrome_resources', |
| 3415 'chrome_resources.gyp:chrome_strings', | 3417 'chrome_resources.gyp:chrome_strings', |
| 3416 'chrome_resources.gyp:packed_extra_resources', | 3418 'chrome_resources.gyp:packed_extra_resources', |
| 3417 'chrome_resources.gyp:packed_resources', | 3419 'chrome_resources.gyp:packed_resources', |
| 3418 'renderer', | 3420 'renderer', |
| 3419 'test_support_common', | 3421 'test_support_common', |
| 3420 '../base/base.gyp:base', | 3422 '../base/base.gyp:base', |
| 3421 '../base/base.gyp:base_i18n', | 3423 '../base/base.gyp:base_i18n', |
| 3422 '../base/base.gyp:test_support_base', | 3424 '../base/base.gyp:test_support_base', |
| 3423 '../net/net.gyp:net', | 3425 '../net/net.gyp:net', |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3851 'test/perf/kraken_benchmark_uitest.js', | 3853 'test/perf/kraken_benchmark_uitest.js', |
| 3852 ], | 3854 ], |
| 3853 }, | 3855 }, |
| 3854 ], | 3856 ], |
| 3855 }, | 3857 }, |
| 3856 { | 3858 { |
| 3857 'target_name': 'sync_integration_tests', | 3859 'target_name': 'sync_integration_tests', |
| 3858 'type': 'executable', | 3860 'type': 'executable', |
| 3859 'dependencies': [ | 3861 'dependencies': [ |
| 3860 'browser', | 3862 'browser', |
| 3861 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 3862 'chrome', | 3863 'chrome', |
| 3863 'chrome_resources.gyp:chrome_resources', | 3864 'chrome_resources.gyp:chrome_resources', |
| 3864 'chrome_resources.gyp:chrome_strings', | 3865 'chrome_resources.gyp:chrome_strings', |
| 3865 'common', | 3866 'common', |
| 3866 'common/extensions/api/api.gyp:api', | 3867 'common/extensions/api/api.gyp:api', |
| 3867 'renderer', | 3868 'renderer', |
| 3868 'test_support_common', | 3869 'test_support_common', |
| 3869 '../net/net.gyp:net', | 3870 '../net/net.gyp:net', |
| 3870 '../net/net.gyp:net_test_support', | 3871 '../net/net.gyp:net_test_support', |
| 3871 '../printing/printing.gyp:printing', | 3872 '../printing/printing.gyp:printing', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4014 'dependencies': [ | 4015 'dependencies': [ |
| 4015 '../ui/views/views.gyp:views', | 4016 '../ui/views/views.gyp:views', |
| 4016 ], | 4017 ], |
| 4017 }], | 4018 }], |
| 4018 ], | 4019 ], |
| 4019 }, | 4020 }, |
| 4020 { | 4021 { |
| 4021 'target_name': 'sync_performance_tests', | 4022 'target_name': 'sync_performance_tests', |
| 4022 'type': 'executable', | 4023 'type': 'executable', |
| 4023 'dependencies': [ | 4024 'dependencies': [ |
| 4024 '../sync/protocol/sync_proto.gyp:sync_proto', | |
|
Ryan Sleevi
2012/07/20 23:24:49
This seems very counter-intuitive to me.
I admit,
| |
| 4025 'browser', | 4025 'browser', |
| 4026 'chrome', | 4026 'chrome', |
| 4027 'common/extensions/api/api.gyp:api', | 4027 'common/extensions/api/api.gyp:api', |
| 4028 'test_support_common', | 4028 'test_support_common', |
| 4029 '../skia/skia.gyp:skia', | 4029 '../skia/skia.gyp:skia', |
| 4030 '../testing/gmock.gyp:gmock', | 4030 '../testing/gmock.gyp:gmock', |
| 4031 '../testing/gtest.gyp:gtest', | 4031 '../testing/gtest.gyp:gtest', |
| 4032 ], | 4032 ], |
| 4033 'include_dirs': [ | 4033 'include_dirs': [ |
| 4034 '..', | 4034 '..', |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4300 { | 4300 { |
| 4301 'target_name': 'generate_profile', | 4301 'target_name': 'generate_profile', |
| 4302 'type': 'executable', | 4302 'type': 'executable', |
| 4303 'dependencies': [ | 4303 'dependencies': [ |
| 4304 'test_support_common', | 4304 'test_support_common', |
| 4305 'browser', | 4305 'browser', |
| 4306 'renderer', | 4306 'renderer', |
| 4307 '../base/base.gyp:base', | 4307 '../base/base.gyp:base', |
| 4308 '../net/net.gyp:net_test_support', | 4308 '../net/net.gyp:net_test_support', |
| 4309 '../skia/skia.gyp:skia', | 4309 '../skia/skia.gyp:skia', |
| 4310 '../sync/sync.gyp:syncapi_core', | |
| 4311 ], | 4310 ], |
| 4312 'include_dirs': [ | 4311 'include_dirs': [ |
| 4313 '..', | 4312 '..', |
| 4314 ], | 4313 ], |
| 4315 'sources': [ | 4314 'sources': [ |
| 4316 'tools/profiles/generate_profile.cc', | 4315 'tools/profiles/generate_profile.cc', |
| 4317 'tools/profiles/thumbnail-inl.h', | 4316 'tools/profiles/thumbnail-inl.h', |
| 4318 ], | 4317 ], |
| 4319 'conditions': [ | 4318 'conditions': [ |
| 4320 ['OS=="win"', { | 4319 ['OS=="win"', { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4364 'type': 'loadable_module', | 4363 'type': 'loadable_module', |
| 4365 'product_prefix': '_', | 4364 'product_prefix': '_', |
| 4366 'dependencies': [ | 4365 'dependencies': [ |
| 4367 'chrome', | 4366 'chrome', |
| 4368 'chrome_resources.gyp:chrome_resources', | 4367 'chrome_resources.gyp:chrome_resources', |
| 4369 'chrome_resources.gyp:chrome_strings', | 4368 'chrome_resources.gyp:chrome_strings', |
| 4370 'chrome_resources.gyp:theme_resources', | 4369 'chrome_resources.gyp:theme_resources', |
| 4371 'debugger', | 4370 'debugger', |
| 4372 'test_support_common', | 4371 'test_support_common', |
| 4373 '../skia/skia.gyp:skia', | 4372 '../skia/skia.gyp:skia', |
| 4374 '../sync/sync.gyp:syncapi_core', | |
| 4375 '../testing/gtest.gyp:gtest', | 4373 '../testing/gtest.gyp:gtest', |
| 4376 ], | 4374 ], |
| 4377 'export_dependent_settings': [ | 4375 'export_dependent_settings': [ |
| 4378 'test_support_common', | 4376 'test_support_common', |
| 4379 ], | 4377 ], |
| 4380 'include_dirs': [ | 4378 'include_dirs': [ |
| 4381 '..', | 4379 '..', |
| 4382 ], | 4380 ], |
| 4383 'cflags': [ | 4381 'cflags': [ |
| 4384 '-Wno-uninitialized', | 4382 '-Wno-uninitialized', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4692 'input_jars_paths': [ | 4690 'input_jars_paths': [ |
| 4693 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4691 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
| 4694 ], | 4692 ], |
| 4695 }, | 4693 }, |
| 4696 'includes': [ '../build/apk_test.gypi' ], | 4694 'includes': [ '../build/apk_test.gypi' ], |
| 4697 }, | 4695 }, |
| 4698 ], | 4696 ], |
| 4699 }], | 4697 }], |
| 4700 ], # 'conditions' | 4698 ], # 'conditions' |
| 4701 } | 4699 } |
| OLD | NEW |