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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase one last time Created 8 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '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
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
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
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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'chrome_resources.gyp:packed_extra_resources', 1916 'chrome_resources.gyp:packed_extra_resources',
1916 'chrome_resources.gyp:packed_resources', 1917 'chrome_resources.gyp:packed_resources',
1917 'common', 1918 'common',
1918 'common/extensions/api/api.gyp:api', 1919 'common/extensions/api/api.gyp:api',
1919 'renderer', 1920 'renderer',
1920 'test_support_common', 1921 'test_support_common',
1921 '../net/net.gyp:net', 1922 '../net/net.gyp:net',
1922 '../net/net.gyp:net_test_support', 1923 '../net/net.gyp:net_test_support',
1923 '../printing/printing.gyp:printing', 1924 '../printing/printing.gyp:printing',
1924 '../skia/skia.gyp:skia', 1925 '../skia/skia.gyp:skia',
1926 '../sync/sync.gyp:sync_notifier',
1925 '../testing/gmock.gyp:gmock', 1927 '../testing/gmock.gyp:gmock',
1926 '../testing/gtest.gyp:gtest', 1928 '../testing/gtest.gyp:gtest',
1927 '../third_party/icu/icu.gyp:icui18n', 1929 '../third_party/icu/icu.gyp:icui18n',
1928 '../third_party/icu/icu.gyp:icuuc', 1930 '../third_party/icu/icu.gyp:icuuc',
1929 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1931 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1930 '../third_party/npapi/npapi.gyp:npapi', 1932 '../third_party/npapi/npapi.gyp:npapi',
1931 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1933 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1932 ], 1934 ],
1933 'include_dirs': [ 1935 'include_dirs': [
1934 '..', 1936 '..',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 { 2078 {
2077 'target_name': 'sync_performance_tests', 2079 'target_name': 'sync_performance_tests',
2078 'type': 'executable', 2080 'type': 'executable',
2079 'dependencies': [ 2081 'dependencies': [
2080 '../sync/protocol/sync_proto.gyp:sync_proto', 2082 '../sync/protocol/sync_proto.gyp:sync_proto',
2081 'browser', 2083 'browser',
2082 'chrome', 2084 'chrome',
2083 'common/extensions/api/api.gyp:api', 2085 'common/extensions/api/api.gyp:api',
2084 'test_support_common', 2086 'test_support_common',
2085 '../skia/skia.gyp:skia', 2087 '../skia/skia.gyp:skia',
2088 '../sync/sync.gyp:sync_notifier',
2086 '../testing/gmock.gyp:gmock', 2089 '../testing/gmock.gyp:gmock',
2087 '../testing/gtest.gyp:gtest', 2090 '../testing/gtest.gyp:gtest',
2088 ], 2091 ],
2089 'include_dirs': [ 2092 'include_dirs': [
2090 '..', 2093 '..',
2091 '<(INTERMEDIATE_DIR)', 2094 '<(INTERMEDIATE_DIR)',
2092 '<(protoc_out_dir)', 2095 '<(protoc_out_dir)',
2093 ], 2096 ],
2094 'defines': [ 2097 'defines': [
2095 'HAS_OUT_OF_PROC_TEST_RUNNER', 2098 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2358 { 2361 {
2359 'target_name': 'generate_profile', 2362 'target_name': 'generate_profile',
2360 'type': 'executable', 2363 'type': 'executable',
2361 'dependencies': [ 2364 'dependencies': [
2362 'test_support_common', 2365 'test_support_common',
2363 'browser', 2366 'browser',
2364 'renderer', 2367 'renderer',
2365 '../base/base.gyp:base', 2368 '../base/base.gyp:base',
2366 '../net/net.gyp:net_test_support', 2369 '../net/net.gyp:net_test_support',
2367 '../skia/skia.gyp:skia', 2370 '../skia/skia.gyp:skia',
2368 '../sync/sync.gyp:syncapi_core', 2371 '../sync/sync.gyp:sync_api',
2369 ], 2372 ],
2370 'include_dirs': [ 2373 'include_dirs': [
2371 '..', 2374 '..',
2372 ], 2375 ],
2373 'sources': [ 2376 'sources': [
2374 'tools/profiles/generate_profile.cc', 2377 'tools/profiles/generate_profile.cc',
2375 'tools/profiles/thumbnail-inl.h', 2378 'tools/profiles/thumbnail-inl.h',
2376 ], 2379 ],
2377 'conditions': [ 2380 'conditions': [
2378 ['OS=="win"', { 2381 ['OS=="win"', {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
2421 'type': 'loadable_module', 2424 'type': 'loadable_module',
2422 'product_prefix': '_', 2425 'product_prefix': '_',
2423 'dependencies': [ 2426 'dependencies': [
2424 'chrome', 2427 'chrome',
2425 'chrome_resources.gyp:chrome_resources', 2428 'chrome_resources.gyp:chrome_resources',
2426 'chrome_resources.gyp:chrome_strings', 2429 'chrome_resources.gyp:chrome_strings',
2427 'chrome_resources.gyp:theme_resources', 2430 'chrome_resources.gyp:theme_resources',
2428 'debugger', 2431 'debugger',
2429 'test_support_common', 2432 'test_support_common',
2430 '../skia/skia.gyp:skia', 2433 '../skia/skia.gyp:skia',
2431 '../sync/sync.gyp:syncapi_core', 2434 '../sync/sync.gyp:sync_api',
2432 '../testing/gtest.gyp:gtest', 2435 '../testing/gtest.gyp:gtest',
2433 ], 2436 ],
2434 'export_dependent_settings': [ 2437 'export_dependent_settings': [
2435 'test_support_common', 2438 'test_support_common',
2436 ], 2439 ],
2437 'include_dirs': [ 2440 'include_dirs': [
2438 '..', 2441 '..',
2439 ], 2442 ],
2440 'cflags': [ 2443 'cflags': [
2441 '-Wno-uninitialized', 2444 '-Wno-uninitialized',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2657 # Note build/win/chrome_win.croc uniquely has the 2660 # Note build/win/chrome_win.croc uniquely has the
2658 # courgette source directory in an include path. 2661 # courgette source directory in an include path.
2659 '../courgette/courgette.gyp:courgette_unittests', 2662 '../courgette/courgette.gyp:courgette_unittests',
2660 'browser_tests', 2663 'browser_tests',
2661 ]}], 2664 ]}],
2662 ['OS=="linux"', { 2665 ['OS=="linux"', {
2663 'dependencies': [ 2666 'dependencies': [
2664 # Win bot needs to be turned into an interactive bot. 2667 # Win bot needs to be turned into an interactive bot.
2665 'interactive_ui_tests', 2668 'interactive_ui_tests',
2666 # Disabled from running in coverage_posix.py. 2669 # Disabled from running in coverage_posix.py.
2667 # We need to build this during compile step, so enabling here. 2670 # We need to build this during compile step, so enabling here.
2668 'browser_tests', 2671 'browser_tests',
2669 '../courgette/courgette.gyp:courgette_unittests', 2672 '../courgette/courgette.gyp:courgette_unittests',
2670 '../crypto/crypto.gyp:crypto_unittests', 2673 '../crypto/crypto.gyp:crypto_unittests',
2671 'chromedriver_unittests', 2674 'chromedriver_unittests',
2672 # curvecp_unittests fails on bot with this error 2675 # curvecp_unittests fails on bot with this error
2673 # FATAL:single_request_host_resolver.cc(32)] Check failed: false == callback.is_null() (0 vs. 1) 2676 # FATAL:single_request_host_resolver.cc(32)] Check failed: false == callback.is_null() (0 vs. 1)
2674 #'../net/net.gyp:curvecp_unittests', 2677 #'../net/net.gyp:curvecp_unittests',
2675 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', 2678 '../build/temp_gyp/googleurl.gyp:googleurl_unittests',
2676 'gpu_tests', 2679 'gpu_tests',
2677 '../jingle/jingle.gyp:jingle_unittests', 2680 '../jingle/jingle.gyp:jingle_unittests',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2827 'sync_integration_tests.isolate', 2830 'sync_integration_tests.isolate',
2828 ], 2831 ],
2829 'sources': [ 2832 'sources': [
2830 'sync_integration_tests.isolate', 2833 'sync_integration_tests.isolate',
2831 ], 2834 ],
2832 }, 2835 },
2833 ], 2836 ],
2834 }], 2837 }],
2835 ], # 'conditions' 2838 ], # 'conditions'
2836 } 2839 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698