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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1645073005: Revert of Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_common.gypi ('k') | chromeos/chromeos.gyp » ('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 1659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 'type': 'static_library', 1670 'type': 'static_library',
1671 'dependencies': [ 1671 'dependencies': [
1672 # NOTE: New dependencies should generally be added in the OS!="ios" 1672 # NOTE: New dependencies should generally be added in the OS!="ios"
1673 # dependencies block below, rather than here. 1673 # dependencies block below, rather than here.
1674 'browser', 1674 'browser',
1675 'chrome_features.gyp:chrome_common_features', 1675 'chrome_features.gyp:chrome_common_features',
1676 'chrome_resources.gyp:chrome_resources', 1676 'chrome_resources.gyp:chrome_resources',
1677 'chrome_resources.gyp:chrome_strings', 1677 'chrome_resources.gyp:chrome_strings',
1678 'chrome_resources.gyp:theme_resources', 1678 'chrome_resources.gyp:theme_resources',
1679 'common', 1679 'common',
1680 '../base/base.gyp:base_prefs_test_support',
1680 '../base/base.gyp:test_support_base', 1681 '../base/base.gyp:test_support_base',
1681 '../components/components.gyp:bookmarks_test_support', 1682 '../components/components.gyp:bookmarks_test_support',
1682 '../components/components.gyp:browser_sync_browser_test_support', 1683 '../components/components.gyp:browser_sync_browser_test_support',
1683 '../components/components.gyp:gcm_driver_test_support', 1684 '../components/components.gyp:gcm_driver_test_support',
1684 '../components/components.gyp:history_core_test_support', 1685 '../components/components.gyp:history_core_test_support',
1685 '../components/components.gyp:instance_id_test_support', 1686 '../components/components.gyp:instance_id_test_support',
1686 '../components/components.gyp:invalidation_impl', 1687 '../components/components.gyp:invalidation_impl',
1687 '../components/components.gyp:invalidation_test_support', 1688 '../components/components.gyp:invalidation_test_support',
1688 '../components/components.gyp:metrics_test_support', 1689 '../components/components.gyp:metrics_test_support',
1689 '../components/components.gyp:offline_pages_test_support', 1690 '../components/components.gyp:offline_pages_test_support',
1690 '../components/components.gyp:omnibox_test_support', 1691 '../components/components.gyp:omnibox_test_support',
1691 '../components/components.gyp:password_manager_core_browser_test_support ', 1692 '../components/components.gyp:password_manager_core_browser_test_support ',
1692 '../components/components.gyp:pref_registry_test_support', 1693 '../components/components.gyp:pref_registry_test_support',
1693 '../components/components.gyp:rappor_test_support', 1694 '../components/components.gyp:rappor_test_support',
1694 '../components/components.gyp:search_engines_test_support', 1695 '../components/components.gyp:search_engines_test_support',
1695 '../components/components.gyp:signin_core_browser_test_support', 1696 '../components/components.gyp:signin_core_browser_test_support',
1696 '../components/components.gyp:sync_driver_test_support', 1697 '../components/components.gyp:sync_driver_test_support',
1697 '../components/components.gyp:sync_sessions_test_support', 1698 '../components/components.gyp:sync_sessions_test_support',
1698 '../components/components.gyp:syncable_prefs_test_support', 1699 '../components/components.gyp:syncable_prefs_test_support',
1699 '../components/components.gyp:toolbar_test_support', 1700 '../components/components.gyp:toolbar_test_support',
1700 '../components/components.gyp:update_client_test_support', 1701 '../components/components.gyp:update_client_test_support',
1701 '../components/components.gyp:user_prefs_tracked_test_support', 1702 '../components/components.gyp:user_prefs_tracked_test_support',
1702 '../components/prefs/prefs.gyp:prefs_test_support',
1703 '../content/content.gyp:content_app_both', 1703 '../content/content.gyp:content_app_both',
1704 '../content/content_shell_and_tests.gyp:test_support_content', 1704 '../content/content_shell_and_tests.gyp:test_support_content',
1705 '../net/net.gyp:net', 1705 '../net/net.gyp:net',
1706 '../net/net.gyp:net_test_support', 1706 '../net/net.gyp:net_test_support',
1707 '../skia/skia.gyp:skia', 1707 '../skia/skia.gyp:skia',
1708 '../sql/sql.gyp:sql', 1708 '../sql/sql.gyp:sql',
1709 '../sql/sql.gyp:test_support_sql', 1709 '../sql/sql.gyp:test_support_sql',
1710 '../sync/sync.gyp:sync', 1710 '../sync/sync.gyp:sync',
1711 '../testing/gmock.gyp:gmock', 1711 '../testing/gmock.gyp:gmock',
1712 '../testing/gtest.gyp:gtest', 1712 '../testing/gtest.gyp:gtest',
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3034 'dependencies': [ 3034 'dependencies': [
3035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3036 ], 3036 ],
3037 }], 3037 }],
3038 ], 3038 ],
3039 }, 3039 },
3040 ], 3040 ],
3041 }], 3041 }],
3042 ], # 'conditions' 3042 ], # 'conditions'
3043 } 3043 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698