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

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: Component build working on all platforms 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 (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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'debugger', 143 'debugger',
144 'renderer', 144 'renderer',
145 'test_support_common', 145 'test_support_common',
146 # NOTE: don't add test_support_ui, no more UITests. See 146 # NOTE: don't add test_support_ui, no more UITests. See
147 # http://crbug.com/137365 147 # http://crbug.com/137365
148 '../third_party/hunspell/hunspell.gyp:hunspell', 148 '../third_party/hunspell/hunspell.gyp:hunspell',
149 '../net/net.gyp:net', 149 '../net/net.gyp:net',
150 '../net/net.gyp:net_resources', 150 '../net/net.gyp:net_resources',
151 '../net/net.gyp:net_test_support', 151 '../net/net.gyp:net_test_support',
152 '../skia/skia.gyp:skia', 152 '../skia/skia.gyp:skia',
153 '../sync/protocol/sync_proto.gyp:sync_proto',
154 '../sync/sync.gyp:sync_api', 153 '../sync/sync.gyp:sync_api',
154 '../sync/sync.gyp:sync_proto',
155 '../third_party/icu/icu.gyp:icui18n', 155 '../third_party/icu/icu.gyp:icui18n',
156 '../third_party/icu/icu.gyp:icuuc', 156 '../third_party/icu/icu.gyp:icuuc',
157 '../third_party/libpng/libpng.gyp:libpng', 157 '../third_party/libpng/libpng.gyp:libpng',
158 '../third_party/zlib/zlib.gyp:zlib', 158 '../third_party/zlib/zlib.gyp:zlib',
159 '../testing/gmock.gyp:gmock', 159 '../testing/gmock.gyp:gmock',
160 '../testing/gtest.gyp:gtest', 160 '../testing/gtest.gyp:gtest',
161 '../third_party/npapi/npapi.gyp:npapi', 161 '../third_party/npapi/npapi.gyp:npapi',
162 # Runtime dependencies 162 # Runtime dependencies
163 '../ppapi/ppapi_internal.gyp:ppapi_tests', 163 '../ppapi/ppapi_internal.gyp:ppapi_tests',
164 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 164 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'common/extensions/api/api.gyp:api', 838 'common/extensions/api/api.gyp:api',
839 'renderer', 839 'renderer',
840 'test_support_common', 840 'test_support_common',
841 '../base/base.gyp:base', 841 '../base/base.gyp:base',
842 '../base/base.gyp:base_i18n', 842 '../base/base.gyp:base_i18n',
843 '../base/base.gyp:test_support_base', 843 '../base/base.gyp:test_support_base',
844 '../device/device.gyp:device_bluetooth_mocks', 844 '../device/device.gyp:device_bluetooth_mocks',
845 '../net/net.gyp:net', 845 '../net/net.gyp:net',
846 '../net/net.gyp:net_test_support', 846 '../net/net.gyp:net_test_support',
847 '../skia/skia.gyp:skia', 847 '../skia/skia.gyp:skia',
848 '../sync/protocol/sync_proto.gyp:sync_proto',
849 '../sync/sync.gyp:sync_notifier', 848 '../sync/sync.gyp:sync_notifier',
849 '../sync/sync.gyp:sync_proto',
850 '../sync/sync.gyp:test_support_sync_api', 850 '../sync/sync.gyp:test_support_sync_api',
851 '../testing/gmock.gyp:gmock', 851 '../testing/gmock.gyp:gmock',
852 '../testing/gtest.gyp:gtest', 852 '../testing/gtest.gyp:gtest',
853 '../third_party/cld/cld.gyp:cld', 853 '../third_party/cld/cld.gyp:cld',
854 '../third_party/icu/icu.gyp:icui18n', 854 '../third_party/icu/icu.gyp:icui18n',
855 '../third_party/icu/icu.gyp:icuuc', 855 '../third_party/icu/icu.gyp:icuuc',
856 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 856 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
857 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 857 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
858 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 858 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
859 '../v8/tools/gyp/v8.gyp:v8', 859 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 ], # conditions 1629 ], # conditions
1630 }, # target browser_tests 1630 }, # target browser_tests
1631 { 1631 {
1632 # Executable that runs each perf browser test in a new process. 1632 # Executable that runs each perf browser test in a new process.
1633 'target_name': 'performance_browser_tests', 1633 'target_name': 'performance_browser_tests',
1634 'type': 'executable', 1634 'type': 'executable',
1635 'msvs_cygwin_shell': 0, 1635 'msvs_cygwin_shell': 0,
1636 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 1636 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
1637 'dependencies': [ 1637 'dependencies': [
1638 'browser', 1638 'browser',
1639 '../sync/protocol/sync_proto.gyp:sync_proto',
1640 'chrome_resources.gyp:chrome_resources', 1639 'chrome_resources.gyp:chrome_resources',
1641 'chrome_resources.gyp:chrome_strings', 1640 'chrome_resources.gyp:chrome_strings',
1642 'chrome_resources.gyp:packed_extra_resources', 1641 'chrome_resources.gyp:packed_extra_resources',
1643 'chrome_resources.gyp:packed_resources', 1642 'chrome_resources.gyp:packed_resources',
1644 'renderer', 1643 'renderer',
1645 'test_support_common', 1644 'test_support_common',
1646 '../base/base.gyp:base', 1645 '../base/base.gyp:base',
1647 '../base/base.gyp:base_i18n', 1646 '../base/base.gyp:base_i18n',
1648 '../base/base.gyp:test_support_base', 1647 '../base/base.gyp:test_support_base',
1649 '../net/net.gyp:net', 1648 '../net/net.gyp:net',
1650 '../net/net.gyp:net_test_support', 1649 '../net/net.gyp:net_test_support',
1651 '../skia/skia.gyp:skia', 1650 '../skia/skia.gyp:skia',
1651 '../sync/sync.gyp:sync_proto',
1652 '../testing/gmock.gyp:gmock', 1652 '../testing/gmock.gyp:gmock',
1653 '../testing/gtest.gyp:gtest', 1653 '../testing/gtest.gyp:gtest',
1654 '../third_party/cld/cld.gyp:cld', 1654 '../third_party/cld/cld.gyp:cld',
1655 '../third_party/icu/icu.gyp:icui18n', 1655 '../third_party/icu/icu.gyp:icui18n',
1656 '../third_party/icu/icu.gyp:icuuc', 1656 '../third_party/icu/icu.gyp:icuuc',
1657 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1657 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1658 '../v8/tools/gyp/v8.gyp:v8', 1658 '../v8/tools/gyp/v8.gyp:v8',
1659 # Runtime dependencies 1659 # Runtime dependencies
1660 '../third_party/mesa/mesa.gyp:osmesa', 1660 '../third_party/mesa/mesa.gyp:osmesa',
1661 ], 1661 ],
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 '../ui/views/views.gyp:views', 1931 '../ui/views/views.gyp:views',
1932 ], 1932 ],
1933 }], 1933 }],
1934 ], 1934 ],
1935 }, 1935 },
1936 { 1936 {
1937 'target_name': 'sync_integration_tests', 1937 'target_name': 'sync_integration_tests',
1938 'type': 'executable', 1938 'type': 'executable',
1939 'dependencies': [ 1939 'dependencies': [
1940 'browser', 1940 'browser',
1941 '../sync/protocol/sync_proto.gyp:sync_proto',
1942 'chrome', 1941 'chrome',
1943 'chrome_resources.gyp:chrome_resources', 1942 'chrome_resources.gyp:chrome_resources',
1944 'chrome_resources.gyp:chrome_strings', 1943 'chrome_resources.gyp:chrome_strings',
1945 'chrome_resources.gyp:packed_extra_resources', 1944 'chrome_resources.gyp:packed_extra_resources',
1946 'chrome_resources.gyp:packed_resources', 1945 'chrome_resources.gyp:packed_resources',
1947 'common', 1946 'common',
1948 'common/extensions/api/api.gyp:api', 1947 'common/extensions/api/api.gyp:api',
1949 'renderer', 1948 'renderer',
1950 'test_support_common', 1949 'test_support_common',
1951 '../net/net.gyp:net', 1950 '../net/net.gyp:net',
1952 '../net/net.gyp:net_test_support', 1951 '../net/net.gyp:net_test_support',
1953 '../printing/printing.gyp:printing', 1952 '../printing/printing.gyp:printing',
1954 '../skia/skia.gyp:skia', 1953 '../skia/skia.gyp:skia',
1955 '../sync/sync.gyp:sync_notifier', 1954 '../sync/sync.gyp:sync_notifier',
1955 '../sync/sync.gyp:sync_proto',
1956 '../testing/gmock.gyp:gmock', 1956 '../testing/gmock.gyp:gmock',
1957 '../testing/gtest.gyp:gtest', 1957 '../testing/gtest.gyp:gtest',
1958 '../third_party/icu/icu.gyp:icui18n', 1958 '../third_party/icu/icu.gyp:icui18n',
1959 '../third_party/icu/icu.gyp:icuuc', 1959 '../third_party/icu/icu.gyp:icuuc',
1960 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1960 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1961 '../third_party/npapi/npapi.gyp:npapi', 1961 '../third_party/npapi/npapi.gyp:npapi',
1962 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1962 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1963 ], 1963 ],
1964 'include_dirs': [ 1964 'include_dirs': [
1965 '..', 1965 '..',
1966 '<(INTERMEDIATE_DIR)', 1966 '<(INTERMEDIATE_DIR)',
1967 '<(protoc_out_dir)', 1967 '<(protoc_out_dir)',
1968 ], 1968 ],
1969 # TODO(phajdan.jr): Only temporary, to make transition easier. 1969 # TODO(phajdan.jr): Only temporary, to make transition easier.
1970 'defines': [ 1970 'defines': [
1971 'HAS_OUT_OF_PROC_TEST_RUNNER', 1971 'HAS_OUT_OF_PROC_TEST_RUNNER',
1972 ], 1972 ],
1973 'sources': [ 1973 'sources': [
1974 'app/chrome_command_ids.h', 1974 'app/chrome_command_ids.h',
1975 'app/chrome_dll.rc', 1975 'app/chrome_dll.rc',
1976 'app/chrome_dll_resource.h', 1976 'app/chrome_dll_resource.h',
1977 'app/chrome_version.rc.version', 1977 'app/chrome_version.rc.version',
1978 'browser/sessions/session_backend.cc',
1979 'browser/sync/glue/session_model_associator.cc',
1980 'test/base/chrome_test_launcher.cc', 1978 'test/base/chrome_test_launcher.cc',
1981 'test/data/resource.rc', 1979 'test/data/resource.rc',
1982 'browser/sync/test/integration/apps_helper.cc', 1980 'browser/sync/test/integration/apps_helper.cc',
1983 'browser/sync/test/integration/apps_helper.h', 1981 'browser/sync/test/integration/apps_helper.h',
1984 'browser/sync/test/integration/autofill_helper.cc', 1982 'browser/sync/test/integration/autofill_helper.cc',
1985 'browser/sync/test/integration/autofill_helper.h', 1983 'browser/sync/test/integration/autofill_helper.h',
1986 'browser/sync/test/integration/bookmarks_helper.cc', 1984 'browser/sync/test/integration/bookmarks_helper.cc',
1987 'browser/sync/test/integration/bookmarks_helper.h', 1985 'browser/sync/test/integration/bookmarks_helper.h',
1988 'browser/sync/test/integration/cross_platform_sync_test.cc', 1986 'browser/sync/test/integration/cross_platform_sync_test.cc',
1989 'browser/sync/test/integration/enable_disable_test.cc', 1987 'browser/sync/test/integration/enable_disable_test.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2100 'dependencies': [ 2098 'dependencies': [
2101 '../ui/views/views.gyp:views', 2099 '../ui/views/views.gyp:views',
2102 ], 2100 ],
2103 }], 2101 }],
2104 ], 2102 ],
2105 }, 2103 },
2106 { 2104 {
2107 'target_name': 'sync_performance_tests', 2105 'target_name': 'sync_performance_tests',
2108 'type': 'executable', 2106 'type': 'executable',
2109 'dependencies': [ 2107 'dependencies': [
2110 '../sync/protocol/sync_proto.gyp:sync_proto',
2111 'browser', 2108 'browser',
2112 'chrome', 2109 'chrome',
2113 'common/extensions/api/api.gyp:api', 2110 'common/extensions/api/api.gyp:api',
2114 'test_support_common', 2111 'test_support_common',
2115 '../skia/skia.gyp:skia', 2112 '../skia/skia.gyp:skia',
2116 '../sync/sync.gyp:sync_notifier', 2113 '../sync/sync.gyp:sync_notifier',
2114 '../sync/sync.gyp:sync_proto',
2117 '../testing/gmock.gyp:gmock', 2115 '../testing/gmock.gyp:gmock',
2118 '../testing/gtest.gyp:gtest', 2116 '../testing/gtest.gyp:gtest',
2119 ], 2117 ],
2120 'include_dirs': [ 2118 'include_dirs': [
2121 '..', 2119 '..',
2122 '<(INTERMEDIATE_DIR)', 2120 '<(INTERMEDIATE_DIR)',
2123 '<(protoc_out_dir)', 2121 '<(protoc_out_dir)',
2124 ], 2122 ],
2125 'defines': [ 2123 'defines': [
2126 'HAS_OUT_OF_PROC_TEST_RUNNER', 2124 'HAS_OUT_OF_PROC_TEST_RUNNER',
2127 ], 2125 ],
2128 'sources': [ 2126 'sources': [
2129 'app/chrome_command_ids.h', 2127 'app/chrome_command_ids.h',
2130 'app/chrome_dll.rc', 2128 'app/chrome_dll.rc',
2131 'app/chrome_dll_resource.h', 2129 'app/chrome_dll_resource.h',
2132 'app/chrome_version.rc.version', 2130 'app/chrome_version.rc.version',
2133 'browser/sessions/session_backend.cc',
2134 'browser/sync/glue/session_model_associator.cc',
2135 'browser/sync/test/integration/autofill_helper.cc', 2131 'browser/sync/test/integration/autofill_helper.cc',
2136 'browser/sync/test/integration/autofill_helper.h', 2132 'browser/sync/test/integration/autofill_helper.h',
2137 'browser/sync/test/integration/bookmarks_helper.cc', 2133 'browser/sync/test/integration/bookmarks_helper.cc',
2138 'browser/sync/test/integration/bookmarks_helper.h', 2134 'browser/sync/test/integration/bookmarks_helper.h',
2139 'browser/sync/test/integration/extensions_helper.cc', 2135 'browser/sync/test/integration/extensions_helper.cc',
2140 'browser/sync/test/integration/extensions_helper.h', 2136 'browser/sync/test/integration/extensions_helper.h',
2141 'browser/sync/test/integration/passwords_helper.cc', 2137 'browser/sync/test/integration/passwords_helper.cc',
2142 'browser/sync/test/integration/passwords_helper.h', 2138 'browser/sync/test/integration/passwords_helper.h',
2143 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', 2139 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
2144 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', 2140 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 ], # OS=="win" 2398 ], # OS=="win"
2403 ['OS=="linux" or OS=="win"', { 2399 ['OS=="linux" or OS=="win"', {
2404 'targets': [ 2400 'targets': [
2405 { 2401 {
2406 'target_name': 'generate_profile', 2402 'target_name': 'generate_profile',
2407 'type': 'executable', 2403 'type': 'executable',
2408 'dependencies': [ 2404 'dependencies': [
2409 'test_support_common', 2405 'test_support_common',
2410 'browser', 2406 'browser',
2411 'renderer', 2407 'renderer',
2412 » 'chrome_resources.gyp:packed_resources', 2408 'chrome_resources.gyp:packed_resources',
2413 '../base/base.gyp:base', 2409 '../base/base.gyp:base',
2414 '../net/net.gyp:net_test_support', 2410 '../net/net.gyp:net_test_support',
2415 '../skia/skia.gyp:skia', 2411 '../skia/skia.gyp:skia',
2416 '../sync/sync.gyp:sync_api', 2412 '../sync/sync.gyp:sync_api',
2417 ], 2413 ],
2418 'include_dirs': [ 2414 'include_dirs': [
2419 '..', 2415 '..',
2420 ], 2416 ],
2421 'sources': [ 2417 'sources': [
2422 'tools/profiles/generate_profile.cc', 2418 'tools/profiles/generate_profile.cc',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
2857 'sync_integration_tests.isolate', 2853 'sync_integration_tests.isolate',
2858 ], 2854 ],
2859 'sources': [ 2855 'sources': [
2860 'sync_integration_tests.isolate', 2856 'sync_integration_tests.isolate',
2861 ], 2857 ],
2862 }, 2858 },
2863 ], 2859 ],
2864 }], 2860 }],
2865 ], # 'conditions' 2861 ], # 'conditions'
2866 } 2862 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698