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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync_proto goes back to being a static_library. Created 7 years, 11 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'debugger', 146 'debugger',
147 'renderer', 147 'renderer',
148 'test_support_common', 148 'test_support_common',
149 # NOTE: don't add test_support_ui, no more UITests. See 149 # NOTE: don't add test_support_ui, no more UITests. See
150 # http://crbug.com/137365 150 # http://crbug.com/137365
151 '../third_party/hunspell/hunspell.gyp:hunspell', 151 '../third_party/hunspell/hunspell.gyp:hunspell',
152 '../net/net.gyp:net', 152 '../net/net.gyp:net',
153 '../net/net.gyp:net_resources', 153 '../net/net.gyp:net_resources',
154 '../net/net.gyp:net_test_support', 154 '../net/net.gyp:net_test_support',
155 '../skia/skia.gyp:skia', 155 '../skia/skia.gyp:skia',
156 '../sync/protocol/sync_proto.gyp:sync_proto', 156 '../sync/sync.gyp:sync',
157 '../sync/sync.gyp:sync_api', 157 '../sync/sync.gyp:sync_proto',
158 '../third_party/icu/icu.gyp:icui18n', 158 '../third_party/icu/icu.gyp:icui18n',
159 '../third_party/icu/icu.gyp:icuuc', 159 '../third_party/icu/icu.gyp:icuuc',
160 '../third_party/libpng/libpng.gyp:libpng', 160 '../third_party/libpng/libpng.gyp:libpng',
161 '../third_party/zlib/zlib.gyp:zlib', 161 '../third_party/zlib/zlib.gyp:zlib',
162 '../testing/gmock.gyp:gmock', 162 '../testing/gmock.gyp:gmock',
163 '../testing/gtest.gyp:gtest', 163 '../testing/gtest.gyp:gtest',
164 '../third_party/npapi/npapi.gyp:npapi', 164 '../third_party/npapi/npapi.gyp:npapi',
165 # Runtime dependencies 165 # Runtime dependencies
166 '../ppapi/ppapi_internal.gyp:ppapi_tests', 166 '../ppapi/ppapi_internal.gyp:ppapi_tests',
167 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 167 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'chrome', 455 'chrome',
456 'chrome_resources.gyp:chrome_resources', 456 'chrome_resources.gyp:chrome_resources',
457 'chrome_resources.gyp:chrome_strings', 457 'chrome_resources.gyp:chrome_strings',
458 'chromedriver_support', 458 'chromedriver_support',
459 'common', 459 'common',
460 'test_support_ui', 460 'test_support_ui',
461 '../base/base.gyp:base', 461 '../base/base.gyp:base',
462 '../build/temp_gyp/googleurl.gyp:googleurl', 462 '../build/temp_gyp/googleurl.gyp:googleurl',
463 '../net/net.gyp:net', 463 '../net/net.gyp:net',
464 '../skia/skia.gyp:skia', 464 '../skia/skia.gyp:skia',
465 '../sync/sync.gyp:sync_api', 465 '../sync/sync.gyp:sync',
466 '../testing/gtest.gyp:gtest', 466 '../testing/gtest.gyp:gtest',
467 '../third_party/icu/icu.gyp:icui18n', 467 '../third_party/icu/icu.gyp:icui18n',
468 '../third_party/icu/icu.gyp:icuuc', 468 '../third_party/icu/icu.gyp:icuuc',
469 '../third_party/libxml/libxml.gyp:libxml', 469 '../third_party/libxml/libxml.gyp:libxml',
470 ], 470 ],
471 'include_dirs': [ 471 'include_dirs': [
472 '..', 472 '..',
473 ], 473 ],
474 'sources': [ 474 'sources': [
475 'test/webdriver/commands/alert_commands.cc', 475 'test/webdriver/commands/alert_commands.cc',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'common/extensions/api/api.gyp:api', 861 'common/extensions/api/api.gyp:api',
862 'renderer', 862 'renderer',
863 'test_support_common', 863 'test_support_common',
864 '../base/base.gyp:base', 864 '../base/base.gyp:base',
865 '../base/base.gyp:base_i18n', 865 '../base/base.gyp:base_i18n',
866 '../base/base.gyp:test_support_base', 866 '../base/base.gyp:test_support_base',
867 '../device/device.gyp:device_bluetooth_mocks', 867 '../device/device.gyp:device_bluetooth_mocks',
868 '../net/net.gyp:net', 868 '../net/net.gyp:net',
869 '../net/net.gyp:net_test_support', 869 '../net/net.gyp:net_test_support',
870 '../skia/skia.gyp:skia', 870 '../skia/skia.gyp:skia',
871 '../sync/protocol/sync_proto.gyp:sync_proto', 871 '../sync/sync.gyp:sync',
872 '../sync/sync.gyp:sync_notifier', 872 '../sync/sync.gyp:sync_proto',
873 '../sync/sync.gyp:test_support_sync_api', 873 '../sync/sync.gyp:test_support_sync_api',
874 '../testing/gmock.gyp:gmock', 874 '../testing/gmock.gyp:gmock',
875 '../testing/gtest.gyp:gtest', 875 '../testing/gtest.gyp:gtest',
876 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
876 '../third_party/cld/cld.gyp:cld', 877 '../third_party/cld/cld.gyp:cld',
877 '../third_party/icu/icu.gyp:icui18n', 878 '../third_party/icu/icu.gyp:icui18n',
878 '../third_party/icu/icu.gyp:icuuc', 879 '../third_party/icu/icu.gyp:icuuc',
879 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 880 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
880 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 881 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
881 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 882 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
882 '../v8/tools/gyp/v8.gyp:v8', 883 '../v8/tools/gyp/v8.gyp:v8',
883 '../webkit/webkit.gyp:test_shell_test_support', 884 '../webkit/webkit.gyp:test_shell_test_support',
884 # Runtime dependencies 885 # Runtime dependencies
885 '../ppapi/ppapi_internal.gyp:ppapi_tests', 886 '../ppapi/ppapi_internal.gyp:ppapi_tests',
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 ], # conditions 1678 ], # conditions
1678 }, # target browser_tests 1679 }, # target browser_tests
1679 { 1680 {
1680 # Executable that runs each perf browser test in a new process. 1681 # Executable that runs each perf browser test in a new process.
1681 'target_name': 'performance_browser_tests', 1682 'target_name': 'performance_browser_tests',
1682 'type': 'executable', 1683 'type': 'executable',
1683 'msvs_cygwin_shell': 0, 1684 'msvs_cygwin_shell': 0,
1684 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 1685 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
1685 'dependencies': [ 1686 'dependencies': [
1686 'browser', 1687 'browser',
1687 '../sync/protocol/sync_proto.gyp:sync_proto',
1688 'chrome_resources.gyp:chrome_resources', 1688 'chrome_resources.gyp:chrome_resources',
1689 'chrome_resources.gyp:chrome_strings', 1689 'chrome_resources.gyp:chrome_strings',
1690 'chrome_resources.gyp:packed_extra_resources', 1690 'chrome_resources.gyp:packed_extra_resources',
1691 'chrome_resources.gyp:packed_resources', 1691 'chrome_resources.gyp:packed_resources',
1692 'renderer', 1692 'renderer',
1693 'test_support_common', 1693 'test_support_common',
1694 '../base/base.gyp:base', 1694 '../base/base.gyp:base',
1695 '../base/base.gyp:base_i18n', 1695 '../base/base.gyp:base_i18n',
1696 '../base/base.gyp:test_support_base', 1696 '../base/base.gyp:test_support_base',
1697 '../net/net.gyp:net', 1697 '../net/net.gyp:net',
1698 '../net/net.gyp:net_test_support', 1698 '../net/net.gyp:net_test_support',
1699 '../skia/skia.gyp:skia', 1699 '../skia/skia.gyp:skia',
1700 '../sync/sync.gyp:sync_proto',
1700 '../testing/gmock.gyp:gmock', 1701 '../testing/gmock.gyp:gmock',
1701 '../testing/gtest.gyp:gtest', 1702 '../testing/gtest.gyp:gtest',
1702 '../third_party/cld/cld.gyp:cld', 1703 '../third_party/cld/cld.gyp:cld',
1703 '../third_party/icu/icu.gyp:icui18n', 1704 '../third_party/icu/icu.gyp:icui18n',
1704 '../third_party/icu/icu.gyp:icuuc', 1705 '../third_party/icu/icu.gyp:icuuc',
1705 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1706 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1706 '../v8/tools/gyp/v8.gyp:v8', 1707 '../v8/tools/gyp/v8.gyp:v8',
1707 # Runtime dependencies 1708 # Runtime dependencies
1708 '../third_party/mesa/mesa.gyp:osmesa', 1709 '../third_party/mesa/mesa.gyp:osmesa',
1709 ], 1710 ],
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 '../ui/views/views.gyp:views', 1980 '../ui/views/views.gyp:views',
1980 ], 1981 ],
1981 }], 1982 }],
1982 ], 1983 ],
1983 }, 1984 },
1984 { 1985 {
1985 'target_name': 'sync_integration_tests', 1986 'target_name': 'sync_integration_tests',
1986 'type': 'executable', 1987 'type': 'executable',
1987 'dependencies': [ 1988 'dependencies': [
1988 'browser', 1989 'browser',
1989 '../sync/protocol/sync_proto.gyp:sync_proto',
1990 'chrome', 1990 'chrome',
1991 'chrome_resources.gyp:chrome_resources', 1991 'chrome_resources.gyp:chrome_resources',
1992 'chrome_resources.gyp:chrome_strings', 1992 'chrome_resources.gyp:chrome_strings',
1993 'chrome_resources.gyp:packed_extra_resources', 1993 'chrome_resources.gyp:packed_extra_resources',
1994 'chrome_resources.gyp:packed_resources', 1994 'chrome_resources.gyp:packed_resources',
1995 'common', 1995 'common',
1996 'common/extensions/api/api.gyp:api', 1996 'common/extensions/api/api.gyp:api',
1997 'renderer', 1997 'renderer',
1998 'test_support_common', 1998 'test_support_common',
1999 '../net/net.gyp:net', 1999 '../net/net.gyp:net',
2000 '../printing/printing.gyp:printing', 2000 '../printing/printing.gyp:printing',
2001 '../skia/skia.gyp:skia', 2001 '../skia/skia.gyp:skia',
2002 '../sync/sync.gyp:sync_notifier', 2002 '../sync/sync.gyp:sync',
2003 '../sync/sync.gyp:sync_proto',
2003 '../sync/sync.gyp:test_support_sync_testserver', 2004 '../sync/sync.gyp:test_support_sync_testserver',
2004 '../testing/gmock.gyp:gmock', 2005 '../testing/gmock.gyp:gmock',
2005 '../testing/gtest.gyp:gtest', 2006 '../testing/gtest.gyp:gtest',
2006 '../third_party/icu/icu.gyp:icui18n', 2007 '../third_party/icu/icu.gyp:icui18n',
2007 '../third_party/icu/icu.gyp:icuuc', 2008 '../third_party/icu/icu.gyp:icuuc',
2008 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2009 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2009 '../third_party/npapi/npapi.gyp:npapi', 2010 '../third_party/npapi/npapi.gyp:npapi',
2010 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 2011 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
2011 ], 2012 ],
2012 'include_dirs': [ 2013 'include_dirs': [
2013 '..', 2014 '..',
2014 '<(INTERMEDIATE_DIR)', 2015 '<(INTERMEDIATE_DIR)',
2015 '<(protoc_out_dir)', 2016 '<(protoc_out_dir)',
2016 ], 2017 ],
2017 # TODO(phajdan.jr): Only temporary, to make transition easier. 2018 # TODO(phajdan.jr): Only temporary, to make transition easier.
2018 'defines': [ 2019 'defines': [
2019 'HAS_OUT_OF_PROC_TEST_RUNNER', 2020 'HAS_OUT_OF_PROC_TEST_RUNNER',
2020 ], 2021 ],
2021 'sources': [ 2022 'sources': [
2022 'app/chrome_command_ids.h', 2023 'app/chrome_command_ids.h',
2023 'app/chrome_dll.rc', 2024 'app/chrome_dll.rc',
2024 'app/chrome_dll_resource.h', 2025 'app/chrome_dll_resource.h',
2025 'app/chrome_version.rc.version', 2026 'app/chrome_version.rc.version',
2026 'browser/sessions/session_backend.cc',
2027 'browser/sync/glue/session_model_associator.cc',
2028 'test/base/chrome_test_launcher.cc', 2027 'test/base/chrome_test_launcher.cc',
2029 'test/data/resource.rc', 2028 'test/data/resource.rc',
2030 'browser/sync/test/integration/apps_helper.cc', 2029 'browser/sync/test/integration/apps_helper.cc',
2031 'browser/sync/test/integration/apps_helper.h', 2030 'browser/sync/test/integration/apps_helper.h',
2032 'browser/sync/test/integration/autofill_helper.cc', 2031 'browser/sync/test/integration/autofill_helper.cc',
2033 'browser/sync/test/integration/autofill_helper.h', 2032 'browser/sync/test/integration/autofill_helper.h',
2034 'browser/sync/test/integration/bookmarks_helper.cc', 2033 'browser/sync/test/integration/bookmarks_helper.cc',
2035 'browser/sync/test/integration/bookmarks_helper.h', 2034 'browser/sync/test/integration/bookmarks_helper.h',
2036 'browser/sync/test/integration/cross_platform_sync_test.cc', 2035 'browser/sync/test/integration/cross_platform_sync_test.cc',
2037 'browser/sync/test/integration/enable_disable_test.cc', 2036 'browser/sync/test/integration/enable_disable_test.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2148 'dependencies': [ 2147 'dependencies': [
2149 '../ui/views/views.gyp:views', 2148 '../ui/views/views.gyp:views',
2150 ], 2149 ],
2151 }], 2150 }],
2152 ], 2151 ],
2153 }, 2152 },
2154 { 2153 {
2155 'target_name': 'sync_performance_tests', 2154 'target_name': 'sync_performance_tests',
2156 'type': 'executable', 2155 'type': 'executable',
2157 'dependencies': [ 2156 'dependencies': [
2158 '../sync/protocol/sync_proto.gyp:sync_proto',
2159 'browser', 2157 'browser',
2160 'chrome', 2158 'chrome',
2161 'common/extensions/api/api.gyp:api', 2159 'common/extensions/api/api.gyp:api',
2162 'test_support_common', 2160 'test_support_common',
2163 '../skia/skia.gyp:skia', 2161 '../skia/skia.gyp:skia',
2164 '../sync/sync.gyp:sync_notifier', 2162 '../sync/sync.gyp:sync',
2163 '../sync/sync.gyp:sync_proto',
2165 '../sync/sync.gyp:test_support_sync_testserver', 2164 '../sync/sync.gyp:test_support_sync_testserver',
2166 '../testing/gmock.gyp:gmock', 2165 '../testing/gmock.gyp:gmock',
2167 '../testing/gtest.gyp:gtest', 2166 '../testing/gtest.gyp:gtest',
2168 ], 2167 ],
2169 'include_dirs': [ 2168 'include_dirs': [
2170 '..', 2169 '..',
2171 '<(INTERMEDIATE_DIR)', 2170 '<(INTERMEDIATE_DIR)',
2172 '<(protoc_out_dir)', 2171 '<(protoc_out_dir)',
2173 ], 2172 ],
2174 'defines': [ 2173 'defines': [
2175 'HAS_OUT_OF_PROC_TEST_RUNNER', 2174 'HAS_OUT_OF_PROC_TEST_RUNNER',
2176 ], 2175 ],
2177 'sources': [ 2176 'sources': [
2178 'app/chrome_command_ids.h', 2177 'app/chrome_command_ids.h',
2179 'app/chrome_dll.rc', 2178 'app/chrome_dll.rc',
2180 'app/chrome_dll_resource.h', 2179 'app/chrome_dll_resource.h',
2181 'app/chrome_version.rc.version', 2180 'app/chrome_version.rc.version',
2182 'browser/sessions/session_backend.cc',
2183 'browser/sync/glue/session_model_associator.cc',
2184 'browser/sync/test/integration/autofill_helper.cc', 2181 'browser/sync/test/integration/autofill_helper.cc',
2185 'browser/sync/test/integration/autofill_helper.h', 2182 'browser/sync/test/integration/autofill_helper.h',
2186 'browser/sync/test/integration/bookmarks_helper.cc', 2183 'browser/sync/test/integration/bookmarks_helper.cc',
2187 'browser/sync/test/integration/bookmarks_helper.h', 2184 'browser/sync/test/integration/bookmarks_helper.h',
2188 'browser/sync/test/integration/extensions_helper.cc', 2185 'browser/sync/test/integration/extensions_helper.cc',
2189 'browser/sync/test/integration/extensions_helper.h', 2186 'browser/sync/test/integration/extensions_helper.h',
2190 'browser/sync/test/integration/passwords_helper.cc', 2187 'browser/sync/test/integration/passwords_helper.cc',
2191 'browser/sync/test/integration/passwords_helper.h', 2188 'browser/sync/test/integration/passwords_helper.h',
2192 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', 2189 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
2193 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', 2190 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 ], # OS=="win" 2448 ], # OS=="win"
2452 ['OS=="linux" or OS=="win"', { 2449 ['OS=="linux" or OS=="win"', {
2453 'targets': [ 2450 'targets': [
2454 { 2451 {
2455 'target_name': 'generate_profile', 2452 'target_name': 'generate_profile',
2456 'type': 'executable', 2453 'type': 'executable',
2457 'dependencies': [ 2454 'dependencies': [
2458 'test_support_common', 2455 'test_support_common',
2459 'browser', 2456 'browser',
2460 'renderer', 2457 'renderer',
2461 » 'chrome_resources.gyp:packed_resources', 2458 'chrome_resources.gyp:packed_resources',
2462 '../base/base.gyp:base', 2459 '../base/base.gyp:base',
2463 '../net/net.gyp:net_test_support', 2460 '../net/net.gyp:net_test_support',
2464 '../skia/skia.gyp:skia', 2461 '../skia/skia.gyp:skia',
2465 '../sync/sync.gyp:sync_api', 2462 '../sync/sync.gyp:sync',
2466 ], 2463 ],
2467 'include_dirs': [ 2464 'include_dirs': [
2468 '..', 2465 '..',
2469 ], 2466 ],
2470 'sources': [ 2467 'sources': [
2471 'tools/profiles/generate_profile.cc', 2468 'tools/profiles/generate_profile.cc',
2472 'tools/profiles/thumbnail-inl.h', 2469 'tools/profiles/thumbnail-inl.h',
2473 ], 2470 ],
2474 'conditions': [ 2471 'conditions': [
2475 ['OS=="win"', { 2472 ['OS=="win"', {
(...skipping 28 matching lines...) Expand all
2504 'type': 'loadable_module', 2501 'type': 'loadable_module',
2505 'product_prefix': '_', 2502 'product_prefix': '_',
2506 'dependencies': [ 2503 'dependencies': [
2507 'chrome', 2504 'chrome',
2508 'chrome_resources.gyp:chrome_resources', 2505 'chrome_resources.gyp:chrome_resources',
2509 'chrome_resources.gyp:chrome_strings', 2506 'chrome_resources.gyp:chrome_strings',
2510 'chrome_resources.gyp:theme_resources', 2507 'chrome_resources.gyp:theme_resources',
2511 'debugger', 2508 'debugger',
2512 'test_support_common', 2509 'test_support_common',
2513 '../skia/skia.gyp:skia', 2510 '../skia/skia.gyp:skia',
2514 '../sync/sync.gyp:sync_api', 2511 '../sync/sync.gyp:sync',
2515 '../testing/gtest.gyp:gtest', 2512 '../testing/gtest.gyp:gtest',
2516 ], 2513 ],
2517 'export_dependent_settings': [ 2514 'export_dependent_settings': [
2518 'test_support_common', 2515 'test_support_common',
2519 ], 2516 ],
2520 'include_dirs': [ 2517 'include_dirs': [
2521 '..', 2518 '..',
2522 ], 2519 ],
2523 'cflags': [ 2520 'cflags': [
2524 '-Wno-uninitialized', 2521 '-Wno-uninitialized',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 'sync_integration_tests.isolate', 2904 'sync_integration_tests.isolate',
2908 ], 2905 ],
2909 'sources': [ 2906 'sources': [
2910 'sync_integration_tests.isolate', 2907 'sync_integration_tests.isolate',
2911 ], 2908 ],
2912 }, 2909 },
2913 ], 2910 ],
2914 }], 2911 }],
2915 ], # 'conditions' 2912 ], # 'conditions'
2916 } 2913 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698