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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 4 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
OLDNEW
1 # Copyright 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 '../components/components.gyp:user_prefs_tracked_test_support', 1714 '../components/components.gyp:user_prefs_tracked_test_support',
1715 '../components/prefs/prefs.gyp:prefs_test_support', 1715 '../components/prefs/prefs.gyp:prefs_test_support',
1716 '../content/content.gyp:content_app_both', 1716 '../content/content.gyp:content_app_both',
1717 '../content/content_shell_and_tests.gyp:content_browser_test_base', 1717 '../content/content_shell_and_tests.gyp:content_browser_test_base',
1718 '../content/content_shell_and_tests.gyp:test_support_content', 1718 '../content/content_shell_and_tests.gyp:test_support_content',
1719 '../net/net.gyp:net', 1719 '../net/net.gyp:net',
1720 '../net/net.gyp:net_test_support', 1720 '../net/net.gyp:net_test_support',
1721 '../skia/skia.gyp:skia', 1721 '../skia/skia.gyp:skia',
1722 '../sql/sql.gyp:sql', 1722 '../sql/sql.gyp:sql',
1723 '../sql/sql.gyp:test_support_sql', 1723 '../sql/sql.gyp:test_support_sql',
1724 '../sync/sync.gyp:sync', 1724 '../components/sync.gyp:sync',
1725 '../testing/gmock.gyp:gmock', 1725 '../testing/gmock.gyp:gmock',
1726 '../testing/gtest.gyp:gtest', 1726 '../testing/gtest.gyp:gtest',
1727 '../third_party/zlib/zlib.gyp:zlib', 1727 '../third_party/zlib/zlib.gyp:zlib',
1728 '../ui/gfx/gfx.gyp:gfx_test_support', 1728 '../ui/gfx/gfx.gyp:gfx_test_support',
1729 '../ui/message_center/message_center.gyp:message_center_test_support', 1729 '../ui/message_center/message_center.gyp:message_center_test_support',
1730 ], 1730 ],
1731 'export_dependent_settings': [ 1731 'export_dependent_settings': [
1732 '../base/base.gyp:test_support_base', 1732 '../base/base.gyp:test_support_base',
1733 '../components/components.gyp:policy_component_test_support', 1733 '../components/components.gyp:policy_component_test_support',
1734 '../components/components.gyp:policy_test_support', 1734 '../components/components.gyp:policy_test_support',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'type': 'static_library', 2196 'type': 'static_library',
2197 'dependencies': [ 2197 'dependencies': [
2198 'chrome_resources.gyp:chrome_resources', 2198 'chrome_resources.gyp:chrome_resources',
2199 'chrome_resources.gyp:chrome_strings', 2199 'chrome_resources.gyp:chrome_strings',
2200 'browser', 2200 'browser',
2201 'common', 2201 'common',
2202 'test_support_common', 2202 'test_support_common',
2203 '../base/base.gyp:base', 2203 '../base/base.gyp:base',
2204 '../mojo/mojo_edk.gyp:mojo_system_impl', 2204 '../mojo/mojo_edk.gyp:mojo_system_impl',
2205 '../skia/skia.gyp:skia', 2205 '../skia/skia.gyp:skia',
2206 '../sync/sync.gyp:sync', 2206 '../components/sync.gyp:sync',
2207 '../testing/gmock.gyp:gmock', 2207 '../testing/gmock.gyp:gmock',
2208 '../testing/gtest.gyp:gtest', 2208 '../testing/gtest.gyp:gtest',
2209 ], 2209 ],
2210 'include_dirs': [ 2210 'include_dirs': [
2211 '..', 2211 '..',
2212 ], 2212 ],
2213 'sources': [ 2213 'sources': [
2214 'browser/sync/glue/session_sync_test_helper.cc', 2214 'browser/sync/glue/session_sync_test_helper.cc',
2215 'browser/sync/glue/session_sync_test_helper.h', 2215 'browser/sync/glue/session_sync_test_helper.h',
2216 'test/base/run_all_unittests.cc', 2216 'test/base/run_all_unittests.cc',
(...skipping 27 matching lines...) Expand all
2244 '../components/components.gyp:content_settings_core_test_support', 2244 '../components/components.gyp:content_settings_core_test_support',
2245 '../components/components.gyp:gcm_driver', 2245 '../components/components.gyp:gcm_driver',
2246 '../components/components.gyp:password_manager_core_browser_test_support ', 2246 '../components/components.gyp:password_manager_core_browser_test_support ',
2247 '../components/components.gyp:syncable_prefs_test_support', 2247 '../components/components.gyp:syncable_prefs_test_support',
2248 '../components/components.gyp:zoom_test_support', 2248 '../components/components.gyp:zoom_test_support',
2249 '../content/content_shell_and_tests.gyp:test_support_content', 2249 '../content/content_shell_and_tests.gyp:test_support_content',
2250 '../content/content.gyp:content_app_both', 2250 '../content/content.gyp:content_app_both',
2251 '../crypto/crypto.gyp:crypto_test_support', 2251 '../crypto/crypto.gyp:crypto_test_support',
2252 '../net/net.gyp:net', 2252 '../net/net.gyp:net',
2253 '../net/net.gyp:net_test_support', 2253 '../net/net.gyp:net_test_support',
2254 '../sync/sync.gyp:test_support_sync_api', 2254 '../components/sync.gyp:test_support_sync_api',
2255 '../sync/sync.gyp:test_support_sync_core', 2255 '../components/sync.gyp:test_support_sync_core',
2256 '../sync/sync.gyp:test_support_sync_internal_api', 2256 '../components/sync.gyp:test_support_sync_core_impl',
2257 '../testing/gmock.gyp:gmock', 2257 '../testing/gmock.gyp:gmock',
2258 '../testing/gtest.gyp:gtest', 2258 '../testing/gtest.gyp:gtest',
2259 'test_support_common', 2259 'test_support_common',
2260 'test_support_unit', 2260 'test_support_unit',
2261 # 3) anything tests directly depend on 2261 # 3) anything tests directly depend on
2262 '../components/components.gyp:generate_version_info', 2262 '../components/components.gyp:generate_version_info',
2263 '../courgette/courgette.gyp:courgette_lib', 2263 '../courgette/courgette.gyp:courgette_lib',
2264 '../google_apis/google_apis.gyp:google_apis', 2264 '../google_apis/google_apis.gyp:google_apis',
2265 '../skia/skia.gyp:skia', 2265 '../skia/skia.gyp:skia',
2266 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2266 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 'dependencies': [ 3026 'dependencies': [
3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3028 ], 3028 ],
3029 }], 3029 }],
3030 ], 3030 ],
3031 }, 3031 },
3032 ], 3032 ],
3033 }], 3033 }],
3034 ], # 'conditions' 3034 ], # 'conditions'
3035 } 3035 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698