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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('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 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 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 '../components/components.gyp:metrics_test_support', 1699 '../components/components.gyp:metrics_test_support',
1700 '../components/components.gyp:offline_pages_test_support', 1700 '../components/components.gyp:offline_pages_test_support',
1701 '../components/components.gyp:omnibox_test_support', 1701 '../components/components.gyp:omnibox_test_support',
1702 '../components/components.gyp:password_manager_core_browser_test_support ', 1702 '../components/components.gyp:password_manager_core_browser_test_support ',
1703 '../components/components.gyp:policy_component_test_support', 1703 '../components/components.gyp:policy_component_test_support',
1704 '../components/components.gyp:policy_test_support', 1704 '../components/components.gyp:policy_test_support',
1705 '../components/components.gyp:pref_registry_test_support', 1705 '../components/components.gyp:pref_registry_test_support',
1706 '../components/components.gyp:rappor_test_support', 1706 '../components/components.gyp:rappor_test_support',
1707 '../components/components.gyp:search_engines_test_support', 1707 '../components/components.gyp:search_engines_test_support',
1708 '../components/components.gyp:signin_core_browser_test_support', 1708 '../components/components.gyp:signin_core_browser_test_support',
1709 '../components/components.gyp:sync_driver_test_support',
1710 '../components/components.gyp:sync_sessions_test_support', 1709 '../components/components.gyp:sync_sessions_test_support',
1711 '../components/components.gyp:syncable_prefs_test_support', 1710 '../components/components.gyp:syncable_prefs_test_support',
1712 '../components/components.gyp:toolbar_test_support', 1711 '../components/components.gyp:toolbar_test_support',
1713 '../components/components.gyp:update_client_test_support', 1712 '../components/components.gyp:update_client_test_support',
1714 '../components/components.gyp:user_prefs_tracked_test_support', 1713 '../components/components.gyp:user_prefs_tracked_test_support',
1715 '../components/prefs/prefs.gyp:prefs_test_support', 1714 '../components/prefs/prefs.gyp:prefs_test_support',
1716 '../content/content.gyp:content_app_both', 1715 '../content/content.gyp:content_app_both',
1717 '../content/content_shell_and_tests.gyp:content_browser_test_base', 1716 '../content/content_shell_and_tests.gyp:content_browser_test_base',
1718 '../content/content_shell_and_tests.gyp:test_support_content', 1717 '../content/content_shell_and_tests.gyp:test_support_content',
1719 '../net/net.gyp:net', 1718 '../net/net.gyp:net',
1720 '../net/net.gyp:net_test_support', 1719 '../net/net.gyp:net_test_support',
1721 '../skia/skia.gyp:skia', 1720 '../skia/skia.gyp:skia',
1722 '../sql/sql.gyp:sql', 1721 '../sql/sql.gyp:sql',
1723 '../sql/sql.gyp:test_support_sql', 1722 '../sql/sql.gyp:test_support_sql',
1724 '../components/sync.gyp:sync', 1723 '../components/sync.gyp:sync',
1724 '../components/sync.gyp:test_support_sync_driver',
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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3017 'dependencies': [ 3017 'dependencies': [
3018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3019 ], 3019 ],
3020 }], 3020 }],
3021 ], 3021 ],
3022 }, 3022 },
3023 ], 3023 ],
3024 }], 3024 }],
3025 ], # 'conditions' 3025 ], # 'conditions'
3026 } 3026 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698