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

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: Rebase + merge with net->sync dependency fix (no code changes) 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',
157 '../sync/sync.gyp:sync_api', 156 '../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 693 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',
872 '../sync/sync.gyp:sync_notifier', 871 '../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',
(...skipping 16 matching lines...) Expand all
2016 ], 2016 ],
2017 # TODO(phajdan.jr): Only temporary, to make transition easier. 2017 # TODO(phajdan.jr): Only temporary, to make transition easier.
2018 'defines': [ 2018 'defines': [
2019 'HAS_OUT_OF_PROC_TEST_RUNNER', 2019 'HAS_OUT_OF_PROC_TEST_RUNNER',
2020 ], 2020 ],
2021 'sources': [ 2021 'sources': [
2022 'app/chrome_command_ids.h', 2022 'app/chrome_command_ids.h',
2023 'app/chrome_dll.rc', 2023 'app/chrome_dll.rc',
2024 'app/chrome_dll_resource.h', 2024 'app/chrome_dll_resource.h',
2025 'app/chrome_version.rc.version', 2025 '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', 2026 'test/base/chrome_test_launcher.cc',
2029 'test/data/resource.rc', 2027 'test/data/resource.rc',
2030 'browser/sync/test/integration/apps_helper.cc', 2028 'browser/sync/test/integration/apps_helper.cc',
2031 'browser/sync/test/integration/apps_helper.h', 2029 'browser/sync/test/integration/apps_helper.h',
2032 'browser/sync/test/integration/autofill_helper.cc', 2030 'browser/sync/test/integration/autofill_helper.cc',
2033 'browser/sync/test/integration/autofill_helper.h', 2031 'browser/sync/test/integration/autofill_helper.h',
2034 'browser/sync/test/integration/bookmarks_helper.cc', 2032 'browser/sync/test/integration/bookmarks_helper.cc',
2035 'browser/sync/test/integration/bookmarks_helper.h', 2033 'browser/sync/test/integration/bookmarks_helper.h',
2036 'browser/sync/test/integration/cross_platform_sync_test.cc', 2034 'browser/sync/test/integration/cross_platform_sync_test.cc',
2037 'browser/sync/test/integration/enable_disable_test.cc', 2035 'browser/sync/test/integration/enable_disable_test.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2148 'dependencies': [ 2146 'dependencies': [
2149 '../ui/views/views.gyp:views', 2147 '../ui/views/views.gyp:views',
2150 ], 2148 ],
2151 }], 2149 }],
2152 ], 2150 ],
2153 }, 2151 },
2154 { 2152 {
2155 'target_name': 'sync_performance_tests', 2153 'target_name': 'sync_performance_tests',
2156 'type': 'executable', 2154 'type': 'executable',
2157 'dependencies': [ 2155 'dependencies': [
2158 '../sync/protocol/sync_proto.gyp:sync_proto',
2159 'browser', 2156 'browser',
2160 'chrome', 2157 'chrome',
2161 'common/extensions/api/api.gyp:api', 2158 'common/extensions/api/api.gyp:api',
2162 'test_support_common', 2159 'test_support_common',
2163 '../skia/skia.gyp:skia', 2160 '../skia/skia.gyp:skia',
2164 '../sync/sync.gyp:sync_notifier', 2161 '../sync/sync.gyp:sync_notifier',
2165 '../sync/sync.gyp:test_support_sync_testserver', 2162 '../sync/sync.gyp:test_support_sync_testserver',
2166 '../testing/gmock.gyp:gmock', 2163 '../testing/gmock.gyp:gmock',
2167 '../testing/gtest.gyp:gtest', 2164 '../testing/gtest.gyp:gtest',
2168 ], 2165 ],
2169 'include_dirs': [ 2166 'include_dirs': [
2170 '..', 2167 '..',
2171 '<(INTERMEDIATE_DIR)', 2168 '<(INTERMEDIATE_DIR)',
2172 '<(protoc_out_dir)', 2169 '<(protoc_out_dir)',
2173 ], 2170 ],
2174 'defines': [ 2171 'defines': [
2175 'HAS_OUT_OF_PROC_TEST_RUNNER', 2172 'HAS_OUT_OF_PROC_TEST_RUNNER',
2176 ], 2173 ],
2177 'sources': [ 2174 'sources': [
2178 'app/chrome_command_ids.h', 2175 'app/chrome_command_ids.h',
2179 'app/chrome_dll.rc', 2176 'app/chrome_dll.rc',
2180 'app/chrome_dll_resource.h', 2177 'app/chrome_dll_resource.h',
2181 'app/chrome_version.rc.version', 2178 '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', 2179 'browser/sync/test/integration/autofill_helper.cc',
2185 'browser/sync/test/integration/autofill_helper.h', 2180 'browser/sync/test/integration/autofill_helper.h',
2186 'browser/sync/test/integration/bookmarks_helper.cc', 2181 'browser/sync/test/integration/bookmarks_helper.cc',
2187 'browser/sync/test/integration/bookmarks_helper.h', 2182 'browser/sync/test/integration/bookmarks_helper.h',
2188 'browser/sync/test/integration/extensions_helper.cc', 2183 'browser/sync/test/integration/extensions_helper.cc',
2189 'browser/sync/test/integration/extensions_helper.h', 2184 'browser/sync/test/integration/extensions_helper.h',
2190 'browser/sync/test/integration/passwords_helper.cc', 2185 'browser/sync/test/integration/passwords_helper.cc',
2191 'browser/sync/test/integration/passwords_helper.h', 2186 'browser/sync/test/integration/passwords_helper.h',
2192 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', 2187 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
2193 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', 2188 '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" 2446 ], # OS=="win"
2452 ['OS=="linux" or OS=="win"', { 2447 ['OS=="linux" or OS=="win"', {
2453 'targets': [ 2448 'targets': [
2454 { 2449 {
2455 'target_name': 'generate_profile', 2450 'target_name': 'generate_profile',
2456 'type': 'executable', 2451 'type': 'executable',
2457 'dependencies': [ 2452 'dependencies': [
2458 'test_support_common', 2453 'test_support_common',
2459 'browser', 2454 'browser',
2460 'renderer', 2455 'renderer',
2461 » 'chrome_resources.gyp:packed_resources', 2456 'chrome_resources.gyp:packed_resources',
2462 '../base/base.gyp:base', 2457 '../base/base.gyp:base',
2463 '../net/net.gyp:net_test_support', 2458 '../net/net.gyp:net_test_support',
2464 '../skia/skia.gyp:skia', 2459 '../skia/skia.gyp:skia',
2465 '../sync/sync.gyp:sync_api', 2460 '../sync/sync.gyp:sync_api',
2466 ], 2461 ],
2467 'include_dirs': [ 2462 'include_dirs': [
2468 '..', 2463 '..',
2469 ], 2464 ],
2470 'sources': [ 2465 'sources': [
2471 'tools/profiles/generate_profile.cc', 2466 'tools/profiles/generate_profile.cc',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 'sync_integration_tests.isolate', 2902 'sync_integration_tests.isolate',
2908 ], 2903 ],
2909 'sources': [ 2904 'sources': [
2910 'sync_integration_tests.isolate', 2905 'sync_integration_tests.isolate',
2911 ], 2906 ],
2912 }, 2907 },
2913 ], 2908 ],
2914 }], 2909 }],
2915 ], # 'conditions' 2910 ], # 'conditions'
2916 } 2911 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698