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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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_tests.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 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 'chrome_resources.gyp:chrome_resources', 1653 'chrome_resources.gyp:chrome_resources',
1654 'chrome_resources.gyp:chrome_strings', 1654 'chrome_resources.gyp:chrome_strings',
1655 'chrome_resources.gyp:theme_resources', 1655 'chrome_resources.gyp:theme_resources',
1656 'common', 1656 'common',
1657 '../base/base.gyp:base_prefs_test_support', 1657 '../base/base.gyp:base_prefs_test_support',
1658 '../base/base.gyp:test_support_base', 1658 '../base/base.gyp:test_support_base',
1659 '../components/components.gyp:bookmarks_test_support', 1659 '../components/components.gyp:bookmarks_test_support',
1660 '../components/components.gyp:gcm_driver_test_support', 1660 '../components/components.gyp:gcm_driver_test_support',
1661 '../components/components.gyp:history_core_test_support', 1661 '../components/components.gyp:history_core_test_support',
1662 '../components/components.gyp:instance_id_test_support', 1662 '../components/components.gyp:instance_id_test_support',
1663 '../components/components.gyp:invalidation', 1663 '../components/components.gyp:invalidation_impl',
1664 '../components/components.gyp:invalidation_test_support', 1664 '../components/components.gyp:invalidation_test_support',
1665 '../components/components.gyp:metrics_test_support', 1665 '../components/components.gyp:metrics_test_support',
1666 '../components/components.gyp:omnibox_test_support', 1666 '../components/components.gyp:omnibox_test_support',
1667 '../components/components.gyp:password_manager_core_browser_test_support ', 1667 '../components/components.gyp:password_manager_core_browser_test_support ',
1668 '../components/components.gyp:pref_registry_test_support', 1668 '../components/components.gyp:pref_registry_test_support',
1669 '../components/components.gyp:rappor_test_support', 1669 '../components/components.gyp:rappor_test_support',
1670 '../components/components.gyp:search_engines_test_support', 1670 '../components/components.gyp:search_engines_test_support',
1671 '../components/components.gyp:signin_core_browser_test_support', 1671 '../components/components.gyp:signin_core_browser_test_support',
1672 '../components/components.gyp:sync_driver_test_support', 1672 '../components/components.gyp:sync_driver_test_support',
1673 '../components/components.gyp:update_client_test_support', 1673 '../components/components.gyp:update_client_test_support',
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 'dependencies': [ 2871 'dependencies': [
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2873 ], 2873 ],
2874 }], 2874 }],
2875 ], 2875 ],
2876 }, 2876 },
2877 ], 2877 ],
2878 }], 2878 }],
2879 ], # 'conditions' 2879 ], # 'conditions'
2880 } 2880 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698