Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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', |
| 11 'common/pref_names.h', | 11 'common/pref_names.h', |
| (...skipping 116 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 'browser', | 137 'browser', |
| 138 'chrome', | |
|
Ryan Sleevi
2012/12/07 03:16:31
BUG: You shouldn't be re-introducing this dependen
Raghu Simha
2012/12/07 06:08:33
I recall there being a merge conflict right about
| |
| 138 'chrome_resources.gyp:chrome_resources', | 139 'chrome_resources.gyp:chrome_resources', |
| 139 'chrome_resources.gyp:chrome_strings', | 140 'chrome_resources.gyp:chrome_strings', |
| 140 'common/extensions/api/api.gyp:api', | 141 'common/extensions/api/api.gyp:api', |
| 141 'debugger', | 142 'debugger', |
| 142 'renderer', | 143 'renderer', |
| 143 'test_support_common', | 144 'test_support_common', |
| 144 # NOTE: don't add test_support_ui, no more UITests. See | 145 # NOTE: don't add test_support_ui, no more UITests. See |
| 145 # http://crbug.com/137365 | 146 # http://crbug.com/137365 |
| 146 '../third_party/hunspell/hunspell.gyp:hunspell', | 147 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 147 '../net/net.gyp:net', | 148 '../net/net.gyp:net', |
| 148 '../net/net.gyp:net_resources', | 149 '../net/net.gyp:net_resources', |
| 149 '../net/net.gyp:net_test_support', | 150 '../net/net.gyp:net_test_support', |
| 150 '../skia/skia.gyp:skia', | 151 '../skia/skia.gyp:skia', |
| 151 '../sync/protocol/sync_proto.gyp:sync_proto', | 152 '../sync/sync.gyp:sync', |
| 152 '../sync/sync.gyp:sync_api', | |
| 153 '../third_party/icu/icu.gyp:icui18n', | 153 '../third_party/icu/icu.gyp:icui18n', |
| 154 '../third_party/icu/icu.gyp:icuuc', | 154 '../third_party/icu/icu.gyp:icuuc', |
| 155 '../third_party/libpng/libpng.gyp:libpng', | 155 '../third_party/libpng/libpng.gyp:libpng', |
| 156 '../third_party/zlib/zlib.gyp:zlib', | 156 '../third_party/zlib/zlib.gyp:zlib', |
| 157 '../testing/gmock.gyp:gmock', | 157 '../testing/gmock.gyp:gmock', |
| 158 '../testing/gtest.gyp:gtest', | 158 '../testing/gtest.gyp:gtest', |
| 159 '../third_party/npapi/npapi.gyp:npapi', | 159 '../third_party/npapi/npapi.gyp:npapi', |
| 160 # Runtime dependencies | 160 # Runtime dependencies |
| 161 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 161 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 162 '../webkit/support/webkit_support.gyp:webkit_resources', | 162 '../webkit/support/webkit_support.gyp:webkit_resources', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 219 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 219 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 220 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 220 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| 221 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | 221 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
| 222 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', | 222 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', |
| 223 'test/base/chrome_test_launcher.cc', | 223 'test/base/chrome_test_launcher.cc', |
| 224 'test/base/interactive_test_utils.cc', | 224 'test/base/interactive_test_utils.cc', |
| 225 'test/base/interactive_test_utils.h', | 225 'test/base/interactive_test_utils.h', |
| 226 'test/base/interactive_test_utils_aura.cc', | 226 'test/base/interactive_test_utils_aura.cc', |
| 227 'test/base/interactive_test_utils_aura.h', | 227 'test/base/interactive_test_utils_aura.h', |
| 228 'test/base/interactive_test_utils_gtk.cc', | 228 'test/base/interactive_test_utils_gtk.cc', |
| 229 'test/base/interactive_test_utils_mac.mm', | 229 'test/base/interactive_test_utils_mac.mm', |
| 230 'test/base/interactive_test_utils_views.cc', | 230 'test/base/interactive_test_utils_views.cc', |
| 231 'test/base/interactive_test_utils_win.cc', | 231 'test/base/interactive_test_utils_win.cc', |
| 232 'test/base/view_event_test_base.cc', | 232 'test/base/view_event_test_base.cc', |
| 233 'test/base/view_event_test_base.h', | 233 'test/base/view_event_test_base.h', |
| 234 'test/ppapi/ppapi_interactive_browsertest.cc', | 234 'test/ppapi/ppapi_interactive_browsertest.cc', |
| 235 ], | 235 ], |
| 236 'conditions': [ | 236 'conditions': [ |
| 237 ['toolkit_uses_gtk == 1', { | 237 ['toolkit_uses_gtk == 1', { |
| 238 'dependencies': [ | 238 'dependencies': [ |
| 239 '../build/linux/system.gyp:gtk', | 239 '../build/linux/system.gyp:gtk', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 427 'chrome', | 427 'chrome', |
| 428 'chrome_resources.gyp:chrome_resources', | 428 'chrome_resources.gyp:chrome_resources', |
| 429 'chrome_resources.gyp:chrome_strings', | 429 'chrome_resources.gyp:chrome_strings', |
| 430 'chromedriver_support', | 430 'chromedriver_support', |
| 431 'common', | 431 'common', |
| 432 'test_support_ui', | 432 'test_support_ui', |
| 433 '../base/base.gyp:base', | 433 '../base/base.gyp:base', |
| 434 '../build/temp_gyp/googleurl.gyp:googleurl', | 434 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 435 '../net/net.gyp:net', | 435 '../net/net.gyp:net', |
| 436 '../skia/skia.gyp:skia', | 436 '../skia/skia.gyp:skia', |
| 437 '../sync/sync.gyp:sync_api', | 437 '../sync/sync.gyp:sync', |
| 438 '../testing/gtest.gyp:gtest', | 438 '../testing/gtest.gyp:gtest', |
| 439 '../third_party/icu/icu.gyp:icui18n', | 439 '../third_party/icu/icu.gyp:icui18n', |
| 440 '../third_party/icu/icu.gyp:icuuc', | 440 '../third_party/icu/icu.gyp:icuuc', |
| 441 '../third_party/libxml/libxml.gyp:libxml', | 441 '../third_party/libxml/libxml.gyp:libxml', |
| 442 ], | 442 ], |
| 443 'include_dirs': [ | 443 'include_dirs': [ |
| 444 '..', | 444 '..', |
| 445 ], | 445 ], |
| 446 'sources': [ | 446 'sources': [ |
| 447 'test/webdriver/commands/alert_commands.cc', | 447 'test/webdriver/commands/alert_commands.cc', |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 792 'renderer', | 792 'renderer', |
| 793 'test_support_common', | 793 'test_support_common', |
| 794 '../base/base.gyp:base', | 794 '../base/base.gyp:base', |
| 795 '../base/base.gyp:base_i18n', | 795 '../base/base.gyp:base_i18n', |
| 796 '../base/base.gyp:test_support_base', | 796 '../base/base.gyp:test_support_base', |
| 797 '../device/device.gyp:device_bluetooth_mocks', | 797 '../device/device.gyp:device_bluetooth_mocks', |
| 798 '../net/net.gyp:net', | 798 '../net/net.gyp:net', |
| 799 '../net/net.gyp:net_test_support', | 799 '../net/net.gyp:net_test_support', |
| 800 '../skia/skia.gyp:skia', | 800 '../skia/skia.gyp:skia', |
| 801 '../sync/protocol/sync_proto.gyp:sync_proto', | 801 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 802 '../sync/sync.gyp:sync_notifier', | 802 '../sync/sync.gyp:sync', |
| 803 '../sync/sync.gyp:test_support_sync_api', | 803 '../sync/sync.gyp:test_support_sync_api', |
| 804 '../testing/gmock.gyp:gmock', | 804 '../testing/gmock.gyp:gmock', |
| 805 '../testing/gtest.gyp:gtest', | 805 '../testing/gtest.gyp:gtest', |
| 806 '../third_party/cld/cld.gyp:cld', | 806 '../third_party/cld/cld.gyp:cld', |
| 807 '../third_party/icu/icu.gyp:icui18n', | 807 '../third_party/icu/icu.gyp:icui18n', |
| 808 '../third_party/icu/icu.gyp:icuuc', | 808 '../third_party/icu/icu.gyp:icuuc', |
| 809 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 809 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 810 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 810 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 811 '../v8/tools/gyp/v8.gyp:v8', | 811 '../v8/tools/gyp/v8.gyp:v8', |
| 812 '../webkit/webkit.gyp:test_shell_test_support', | 812 '../webkit/webkit.gyp:test_shell_test_support', |
| (...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1954 'test/perf/kraken_benchmark_uitest.js', | 1954 'test/perf/kraken_benchmark_uitest.js', |
| 1955 ], | 1955 ], |
| 1956 }, | 1956 }, |
| 1957 ], | 1957 ], |
| 1958 }, | 1958 }, |
| 1959 { | 1959 { |
| 1960 'target_name': 'sync_integration_tests', | 1960 'target_name': 'sync_integration_tests', |
| 1961 'type': 'executable', | 1961 'type': 'executable', |
| 1962 'dependencies': [ | 1962 'dependencies': [ |
| 1963 'browser', | 1963 'browser', |
| 1964 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 1965 'chrome', | 1964 'chrome', |
| 1966 'chrome_resources.gyp:chrome_resources', | 1965 'chrome_resources.gyp:chrome_resources', |
| 1967 'chrome_resources.gyp:chrome_strings', | 1966 'chrome_resources.gyp:chrome_strings', |
| 1968 'chrome_resources.gyp:packed_extra_resources', | 1967 'chrome_resources.gyp:packed_extra_resources', |
| 1969 'chrome_resources.gyp:packed_resources', | 1968 'chrome_resources.gyp:packed_resources', |
| 1970 'common', | 1969 'common', |
| 1971 'common/extensions/api/api.gyp:api', | 1970 'common/extensions/api/api.gyp:api', |
| 1972 'renderer', | 1971 'renderer', |
| 1973 'test_support_common', | 1972 'test_support_common', |
| 1974 '../net/net.gyp:net', | 1973 '../net/net.gyp:net', |
| 1975 '../net/net.gyp:net_test_support', | 1974 '../net/net.gyp:net_test_support', |
| 1976 '../printing/printing.gyp:printing', | 1975 '../printing/printing.gyp:printing', |
| 1977 '../skia/skia.gyp:skia', | 1976 '../skia/skia.gyp:skia', |
| 1978 '../sync/sync.gyp:sync_notifier', | 1977 '../sync/sync.gyp:sync', |
| 1979 '../testing/gmock.gyp:gmock', | 1978 '../testing/gmock.gyp:gmock', |
| 1980 '../testing/gtest.gyp:gtest', | 1979 '../testing/gtest.gyp:gtest', |
| 1981 '../third_party/icu/icu.gyp:icui18n', | 1980 '../third_party/icu/icu.gyp:icui18n', |
| 1982 '../third_party/icu/icu.gyp:icuuc', | 1981 '../third_party/icu/icu.gyp:icuuc', |
| 1983 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1982 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1984 '../third_party/npapi/npapi.gyp:npapi', | 1983 '../third_party/npapi/npapi.gyp:npapi', |
| 1985 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 1984 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 1986 ], | 1985 ], |
| 1987 'include_dirs': [ | 1986 'include_dirs': [ |
| 1988 '..', | 1987 '..', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2123 'dependencies': [ | 2122 'dependencies': [ |
| 2124 '../ui/views/views.gyp:views', | 2123 '../ui/views/views.gyp:views', |
| 2125 ], | 2124 ], |
| 2126 }], | 2125 }], |
| 2127 ], | 2126 ], |
| 2128 }, | 2127 }, |
| 2129 { | 2128 { |
| 2130 'target_name': 'sync_performance_tests', | 2129 'target_name': 'sync_performance_tests', |
| 2131 'type': 'executable', | 2130 'type': 'executable', |
| 2132 'dependencies': [ | 2131 'dependencies': [ |
| 2133 '../sync/protocol/sync_proto.gyp:sync_proto', | |
| 2134 'browser', | 2132 'browser', |
| 2135 'chrome', | 2133 'chrome', |
| 2136 'common/extensions/api/api.gyp:api', | 2134 'common/extensions/api/api.gyp:api', |
| 2137 'test_support_common', | 2135 'test_support_common', |
| 2138 '../skia/skia.gyp:skia', | 2136 '../skia/skia.gyp:skia', |
| 2139 '../sync/sync.gyp:sync_notifier', | 2137 '../sync/sync.gyp:sync', |
| 2140 '../testing/gmock.gyp:gmock', | 2138 '../testing/gmock.gyp:gmock', |
| 2141 '../testing/gtest.gyp:gtest', | 2139 '../testing/gtest.gyp:gtest', |
| 2142 ], | 2140 ], |
| 2143 'include_dirs': [ | 2141 'include_dirs': [ |
| 2144 '..', | 2142 '..', |
| 2145 '<(INTERMEDIATE_DIR)', | 2143 '<(INTERMEDIATE_DIR)', |
| 2146 '<(protoc_out_dir)', | 2144 '<(protoc_out_dir)', |
| 2147 ], | 2145 ], |
| 2148 'defines': [ | 2146 'defines': [ |
| 2149 'HAS_OUT_OF_PROC_TEST_RUNNER', | 2147 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2412 { | 2410 { |
| 2413 'target_name': 'generate_profile', | 2411 'target_name': 'generate_profile', |
| 2414 'type': 'executable', | 2412 'type': 'executable', |
| 2415 'dependencies': [ | 2413 'dependencies': [ |
| 2416 'test_support_common', | 2414 'test_support_common', |
| 2417 'browser', | 2415 'browser', |
| 2418 'renderer', | 2416 'renderer', |
| 2419 '../base/base.gyp:base', | 2417 '../base/base.gyp:base', |
| 2420 '../net/net.gyp:net_test_support', | 2418 '../net/net.gyp:net_test_support', |
| 2421 '../skia/skia.gyp:skia', | 2419 '../skia/skia.gyp:skia', |
| 2422 '../sync/sync.gyp:sync_api', | 2420 '../sync/sync.gyp:sync', |
| 2423 ], | 2421 ], |
| 2424 'include_dirs': [ | 2422 'include_dirs': [ |
| 2425 '..', | 2423 '..', |
| 2426 ], | 2424 ], |
| 2427 'sources': [ | 2425 'sources': [ |
| 2428 'tools/profiles/generate_profile.cc', | 2426 'tools/profiles/generate_profile.cc', |
| 2429 'tools/profiles/thumbnail-inl.h', | 2427 'tools/profiles/thumbnail-inl.h', |
| 2430 ], | 2428 ], |
| 2431 'conditions': [ | 2429 'conditions': [ |
| 2432 ['OS=="win"', { | 2430 ['OS=="win"', { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2475 'type': 'loadable_module', | 2473 'type': 'loadable_module', |
| 2476 'product_prefix': '_', | 2474 'product_prefix': '_', |
| 2477 'dependencies': [ | 2475 'dependencies': [ |
| 2478 'chrome', | 2476 'chrome', |
| 2479 'chrome_resources.gyp:chrome_resources', | 2477 'chrome_resources.gyp:chrome_resources', |
| 2480 'chrome_resources.gyp:chrome_strings', | 2478 'chrome_resources.gyp:chrome_strings', |
| 2481 'chrome_resources.gyp:theme_resources', | 2479 'chrome_resources.gyp:theme_resources', |
| 2482 'debugger', | 2480 'debugger', |
| 2483 'test_support_common', | 2481 'test_support_common', |
| 2484 '../skia/skia.gyp:skia', | 2482 '../skia/skia.gyp:skia', |
| 2485 '../sync/sync.gyp:sync_api', | 2483 '../sync/sync.gyp:sync', |
| 2486 '../testing/gtest.gyp:gtest', | 2484 '../testing/gtest.gyp:gtest', |
| 2487 ], | 2485 ], |
| 2488 'export_dependent_settings': [ | 2486 'export_dependent_settings': [ |
| 2489 'test_support_common', | 2487 'test_support_common', |
| 2490 ], | 2488 ], |
| 2491 'include_dirs': [ | 2489 'include_dirs': [ |
| 2492 '..', | 2490 '..', |
| 2493 ], | 2491 ], |
| 2494 'cflags': [ | 2492 'cflags': [ |
| 2495 '-Wno-uninitialized', | 2493 '-Wno-uninitialized', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2707 # Note build/win/chrome_win.croc uniquely has the | 2705 # Note build/win/chrome_win.croc uniquely has the |
| 2708 # courgette source directory in an include path. | 2706 # courgette source directory in an include path. |
| 2709 '../courgette/courgette.gyp:courgette_unittests', | 2707 '../courgette/courgette.gyp:courgette_unittests', |
| 2710 'browser_tests', | 2708 'browser_tests', |
| 2711 ]}], | 2709 ]}], |
| 2712 ['OS=="linux"', { | 2710 ['OS=="linux"', { |
| 2713 'dependencies': [ | 2711 'dependencies': [ |
| 2714 # Win bot needs to be turned into an interactive bot. | 2712 # Win bot needs to be turned into an interactive bot. |
| 2715 'interactive_ui_tests', | 2713 'interactive_ui_tests', |
| 2716 # Disabled from running in coverage_posix.py. | 2714 # Disabled from running in coverage_posix.py. |
| 2717 # We need to build this during compile step, so enabling here. | 2715 # We need to build this during compile step, so enabling here. |
| 2718 'browser_tests', | 2716 'browser_tests', |
| 2719 '../courgette/courgette.gyp:courgette_unittests', | 2717 '../courgette/courgette.gyp:courgette_unittests', |
| 2720 '../crypto/crypto.gyp:crypto_unittests', | 2718 '../crypto/crypto.gyp:crypto_unittests', |
| 2721 'chromedriver_unittests', | 2719 'chromedriver_unittests', |
| 2722 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | 2720 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', |
| 2723 'gpu_tests', | 2721 'gpu_tests', |
| 2724 '../jingle/jingle.gyp:jingle_unittests', | 2722 '../jingle/jingle.gyp:jingle_unittests', |
| 2725 '../net/net.gyp:net_perftests', | 2723 '../net/net.gyp:net_perftests', |
| 2726 'performance_ui_tests', | 2724 'performance_ui_tests', |
| 2727 'reliability_tests', | 2725 'reliability_tests', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2876 'sync_integration_tests.isolate', | 2874 'sync_integration_tests.isolate', |
| 2877 ], | 2875 ], |
| 2878 'sources': [ | 2876 'sources': [ |
| 2879 'sync_integration_tests.isolate', | 2877 'sync_integration_tests.isolate', |
| 2880 ], | 2878 ], |
| 2881 }, | 2879 }, |
| 2882 ], | 2880 ], |
| 2883 }], | 2881 }], |
| 2884 ], # 'conditions' | 2882 ], # 'conditions' |
| 2885 } | 2883 } |
| OLD | NEW |