| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 }], | 128 }], |
| 129 ], | 129 ], |
| 130 }], | 130 }], |
| 131 ], | 131 ], |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 'target_name': 'interactive_ui_tests', | 134 'target_name': 'interactive_ui_tests', |
| 135 'type': 'executable', | 135 'type': 'executable', |
| 136 'dependencies': [ | 136 'dependencies': [ |
| 137 '../sync/protocol/sync_proto.gyp:sync_proto', | 137 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 138 '../sync/sync.gyp:syncapi_core', | 138 '../sync/sync.gyp:sync_api', |
| 139 'chrome', | 139 'chrome', |
| 140 'chrome_resources.gyp:chrome_resources', | 140 'chrome_resources.gyp:chrome_resources', |
| 141 'chrome_resources.gyp:chrome_strings', | 141 'chrome_resources.gyp:chrome_strings', |
| 142 'debugger', | 142 'debugger', |
| 143 'test_support_common', | 143 'test_support_common', |
| 144 # NOTE: don't add test_support_ui, no more UITests. See | 144 # NOTE: don't add test_support_ui, no more UITests. See |
| 145 # http://crbug.com/137365 | 145 # http://crbug.com/137365 |
| 146 '../third_party/hunspell/hunspell.gyp:hunspell', | 146 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 147 '../net/net.gyp:net', | 147 '../net/net.gyp:net', |
| 148 '../net/net.gyp:net_resources', | 148 '../net/net.gyp:net_resources', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'chrome', | 378 'chrome', |
| 379 'chrome_resources.gyp:chrome_resources', | 379 'chrome_resources.gyp:chrome_resources', |
| 380 'chrome_resources.gyp:chrome_strings', | 380 'chrome_resources.gyp:chrome_strings', |
| 381 'chromedriver_support', | 381 'chromedriver_support', |
| 382 'common', | 382 'common', |
| 383 'test_support_ui', | 383 'test_support_ui', |
| 384 '../base/base.gyp:base', | 384 '../base/base.gyp:base', |
| 385 '../build/temp_gyp/googleurl.gyp:googleurl', | 385 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 386 '../net/net.gyp:net', | 386 '../net/net.gyp:net', |
| 387 '../skia/skia.gyp:skia', | 387 '../skia/skia.gyp:skia', |
| 388 '../sync/sync.gyp:syncapi_core', | 388 '../sync/sync.gyp:sync_api', |
| 389 '../testing/gtest.gyp:gtest', | 389 '../testing/gtest.gyp:gtest', |
| 390 '../third_party/icu/icu.gyp:icui18n', | 390 '../third_party/icu/icu.gyp:icui18n', |
| 391 '../third_party/icu/icu.gyp:icuuc', | 391 '../third_party/icu/icu.gyp:icuuc', |
| 392 '../third_party/libxml/libxml.gyp:libxml', | 392 '../third_party/libxml/libxml.gyp:libxml', |
| 393 ], | 393 ], |
| 394 'include_dirs': [ | 394 'include_dirs': [ |
| 395 '..', | 395 '..', |
| 396 ], | 396 ], |
| 397 'sources': [ | 397 'sources': [ |
| 398 'test/webdriver/commands/alert_commands.cc', | 398 'test/webdriver/commands/alert_commands.cc', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'renderer', | 706 'renderer', |
| 707 'test_support_common', | 707 'test_support_common', |
| 708 '../base/base.gyp:base', | 708 '../base/base.gyp:base', |
| 709 '../base/base.gyp:base_i18n', | 709 '../base/base.gyp:base_i18n', |
| 710 '../base/base.gyp:test_support_base', | 710 '../base/base.gyp:test_support_base', |
| 711 '../device/device.gyp:device_bluetooth_mocks', | 711 '../device/device.gyp:device_bluetooth_mocks', |
| 712 '../net/net.gyp:net', | 712 '../net/net.gyp:net', |
| 713 '../net/net.gyp:net_test_support', | 713 '../net/net.gyp:net_test_support', |
| 714 '../skia/skia.gyp:skia', | 714 '../skia/skia.gyp:skia', |
| 715 '../sync/protocol/sync_proto.gyp:sync_proto', | 715 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 716 '../sync/sync.gyp:test_support_syncapi_service', | 716 '../sync/sync.gyp:sync_notifier', |
| 717 '../sync/sync.gyp:test_support_sync_api', |
| 717 '../testing/gmock.gyp:gmock', | 718 '../testing/gmock.gyp:gmock', |
| 718 '../testing/gtest.gyp:gtest', | 719 '../testing/gtest.gyp:gtest', |
| 719 '../third_party/cld/cld.gyp:cld', | 720 '../third_party/cld/cld.gyp:cld', |
| 720 '../third_party/icu/icu.gyp:icui18n', | 721 '../third_party/icu/icu.gyp:icui18n', |
| 721 '../third_party/icu/icu.gyp:icuuc', | 722 '../third_party/icu/icu.gyp:icuuc', |
| 722 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 723 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 723 '../v8/tools/gyp/v8.gyp:v8', | 724 '../v8/tools/gyp/v8.gyp:v8', |
| 724 '../webkit/webkit.gyp:test_shell_test_support', | 725 '../webkit/webkit.gyp:test_shell_test_support', |
| 725 # Runtime dependencies | 726 # Runtime dependencies |
| 726 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 727 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| (...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1914 'chrome_resources.gyp:packed_extra_resources', | 1915 'chrome_resources.gyp:packed_extra_resources', |
| 1915 'chrome_resources.gyp:packed_resources', | 1916 'chrome_resources.gyp:packed_resources', |
| 1916 'common', | 1917 'common', |
| 1917 'common/extensions/api/api.gyp:api', | 1918 'common/extensions/api/api.gyp:api', |
| 1918 'renderer', | 1919 'renderer', |
| 1919 'test_support_common', | 1920 'test_support_common', |
| 1920 '../net/net.gyp:net', | 1921 '../net/net.gyp:net', |
| 1921 '../net/net.gyp:net_test_support', | 1922 '../net/net.gyp:net_test_support', |
| 1922 '../printing/printing.gyp:printing', | 1923 '../printing/printing.gyp:printing', |
| 1923 '../skia/skia.gyp:skia', | 1924 '../skia/skia.gyp:skia', |
| 1925 '../sync/sync.gyp:sync_notifier', |
| 1924 '../testing/gmock.gyp:gmock', | 1926 '../testing/gmock.gyp:gmock', |
| 1925 '../testing/gtest.gyp:gtest', | 1927 '../testing/gtest.gyp:gtest', |
| 1926 '../third_party/icu/icu.gyp:icui18n', | 1928 '../third_party/icu/icu.gyp:icui18n', |
| 1927 '../third_party/icu/icu.gyp:icuuc', | 1929 '../third_party/icu/icu.gyp:icuuc', |
| 1928 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1930 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1929 '../third_party/npapi/npapi.gyp:npapi', | 1931 '../third_party/npapi/npapi.gyp:npapi', |
| 1930 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 1932 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 1931 ], | 1933 ], |
| 1932 'include_dirs': [ | 1934 'include_dirs': [ |
| 1933 '..', | 1935 '..', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 { | 2077 { |
| 2076 'target_name': 'sync_performance_tests', | 2078 'target_name': 'sync_performance_tests', |
| 2077 'type': 'executable', | 2079 'type': 'executable', |
| 2078 'dependencies': [ | 2080 'dependencies': [ |
| 2079 '../sync/protocol/sync_proto.gyp:sync_proto', | 2081 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 2080 'browser', | 2082 'browser', |
| 2081 'chrome', | 2083 'chrome', |
| 2082 'common/extensions/api/api.gyp:api', | 2084 'common/extensions/api/api.gyp:api', |
| 2083 'test_support_common', | 2085 'test_support_common', |
| 2084 '../skia/skia.gyp:skia', | 2086 '../skia/skia.gyp:skia', |
| 2087 '../sync/sync.gyp:sync_notifier', |
| 2085 '../testing/gmock.gyp:gmock', | 2088 '../testing/gmock.gyp:gmock', |
| 2086 '../testing/gtest.gyp:gtest', | 2089 '../testing/gtest.gyp:gtest', |
| 2087 ], | 2090 ], |
| 2088 'include_dirs': [ | 2091 'include_dirs': [ |
| 2089 '..', | 2092 '..', |
| 2090 '<(INTERMEDIATE_DIR)', | 2093 '<(INTERMEDIATE_DIR)', |
| 2091 '<(protoc_out_dir)', | 2094 '<(protoc_out_dir)', |
| 2092 ], | 2095 ], |
| 2093 'defines': [ | 2096 'defines': [ |
| 2094 'HAS_OUT_OF_PROC_TEST_RUNNER', | 2097 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2357 { | 2360 { |
| 2358 'target_name': 'generate_profile', | 2361 'target_name': 'generate_profile', |
| 2359 'type': 'executable', | 2362 'type': 'executable', |
| 2360 'dependencies': [ | 2363 'dependencies': [ |
| 2361 'test_support_common', | 2364 'test_support_common', |
| 2362 'browser', | 2365 'browser', |
| 2363 'renderer', | 2366 'renderer', |
| 2364 '../base/base.gyp:base', | 2367 '../base/base.gyp:base', |
| 2365 '../net/net.gyp:net_test_support', | 2368 '../net/net.gyp:net_test_support', |
| 2366 '../skia/skia.gyp:skia', | 2369 '../skia/skia.gyp:skia', |
| 2367 '../sync/sync.gyp:syncapi_core', | 2370 '../sync/sync.gyp:sync_api', |
| 2368 ], | 2371 ], |
| 2369 'include_dirs': [ | 2372 'include_dirs': [ |
| 2370 '..', | 2373 '..', |
| 2371 ], | 2374 ], |
| 2372 'sources': [ | 2375 'sources': [ |
| 2373 'tools/profiles/generate_profile.cc', | 2376 'tools/profiles/generate_profile.cc', |
| 2374 'tools/profiles/thumbnail-inl.h', | 2377 'tools/profiles/thumbnail-inl.h', |
| 2375 ], | 2378 ], |
| 2376 'conditions': [ | 2379 'conditions': [ |
| 2377 ['OS=="win"', { | 2380 ['OS=="win"', { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 'type': 'loadable_module', | 2423 'type': 'loadable_module', |
| 2421 'product_prefix': '_', | 2424 'product_prefix': '_', |
| 2422 'dependencies': [ | 2425 'dependencies': [ |
| 2423 'chrome', | 2426 'chrome', |
| 2424 'chrome_resources.gyp:chrome_resources', | 2427 'chrome_resources.gyp:chrome_resources', |
| 2425 'chrome_resources.gyp:chrome_strings', | 2428 'chrome_resources.gyp:chrome_strings', |
| 2426 'chrome_resources.gyp:theme_resources', | 2429 'chrome_resources.gyp:theme_resources', |
| 2427 'debugger', | 2430 'debugger', |
| 2428 'test_support_common', | 2431 'test_support_common', |
| 2429 '../skia/skia.gyp:skia', | 2432 '../skia/skia.gyp:skia', |
| 2430 '../sync/sync.gyp:syncapi_core', | 2433 '../sync/sync.gyp:sync_api', |
| 2431 '../testing/gtest.gyp:gtest', | 2434 '../testing/gtest.gyp:gtest', |
| 2432 ], | 2435 ], |
| 2433 'export_dependent_settings': [ | 2436 'export_dependent_settings': [ |
| 2434 'test_support_common', | 2437 'test_support_common', |
| 2435 ], | 2438 ], |
| 2436 'include_dirs': [ | 2439 'include_dirs': [ |
| 2437 '..', | 2440 '..', |
| 2438 ], | 2441 ], |
| 2439 'cflags': [ | 2442 'cflags': [ |
| 2440 '-Wno-uninitialized', | 2443 '-Wno-uninitialized', |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2656 # Note build/win/chrome_win.croc uniquely has the | 2659 # Note build/win/chrome_win.croc uniquely has the |
| 2657 # courgette source directory in an include path. | 2660 # courgette source directory in an include path. |
| 2658 '../courgette/courgette.gyp:courgette_unittests', | 2661 '../courgette/courgette.gyp:courgette_unittests', |
| 2659 'browser_tests', | 2662 'browser_tests', |
| 2660 ]}], | 2663 ]}], |
| 2661 ['OS=="linux"', { | 2664 ['OS=="linux"', { |
| 2662 'dependencies': [ | 2665 'dependencies': [ |
| 2663 # Win bot needs to be turned into an interactive bot. | 2666 # Win bot needs to be turned into an interactive bot. |
| 2664 'interactive_ui_tests', | 2667 'interactive_ui_tests', |
| 2665 # Disabled from running in coverage_posix.py. | 2668 # Disabled from running in coverage_posix.py. |
| 2666 # We need to build this during compile step, so enabling here. | 2669 # We need to build this during compile step, so enabling here. |
| 2667 'browser_tests', | 2670 'browser_tests', |
| 2668 '../courgette/courgette.gyp:courgette_unittests', | 2671 '../courgette/courgette.gyp:courgette_unittests', |
| 2669 '../crypto/crypto.gyp:crypto_unittests', | 2672 '../crypto/crypto.gyp:crypto_unittests', |
| 2670 'chromedriver_unittests', | 2673 'chromedriver_unittests', |
| 2671 # curvecp_unittests fails on bot with this error | 2674 # curvecp_unittests fails on bot with this error |
| 2672 # FATAL:single_request_host_resolver.cc(32)] Check failed: false
== callback.is_null() (0 vs. 1) | 2675 # FATAL:single_request_host_resolver.cc(32)] Check failed: false
== callback.is_null() (0 vs. 1) |
| 2673 #'../net/net.gyp:curvecp_unittests', | 2676 #'../net/net.gyp:curvecp_unittests', |
| 2674 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | 2677 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', |
| 2675 'gpu_tests', | 2678 'gpu_tests', |
| 2676 '../jingle/jingle.gyp:jingle_unittests', | 2679 '../jingle/jingle.gyp:jingle_unittests', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2826 'sync_integration_tests.isolate', | 2829 'sync_integration_tests.isolate', |
| 2827 ], | 2830 ], |
| 2828 'sources': [ | 2831 'sources': [ |
| 2829 'sync_integration_tests.isolate', | 2832 'sync_integration_tests.isolate', |
| 2830 ], | 2833 ], |
| 2831 }, | 2834 }, |
| 2832 ], | 2835 ], |
| 2833 }], | 2836 }], |
| 2834 ], # 'conditions' | 2837 ], # 'conditions' |
| 2835 } | 2838 } |
| OLD | NEW |