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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/ui/webui/components_ui.cc ('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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 # NOTE: New dependencies should generally be added in the OS!="ios" 1554 # NOTE: New dependencies should generally be added in the OS!="ios"
1555 # dependencies block below, rather than here. 1555 # dependencies block below, rather than here.
1556 'browser', 1556 'browser',
1557 'chrome_resources.gyp:chrome_resources', 1557 'chrome_resources.gyp:chrome_resources',
1558 'chrome_resources.gyp:chrome_strings', 1558 'chrome_resources.gyp:chrome_strings',
1559 'chrome_resources.gyp:theme_resources', 1559 'chrome_resources.gyp:theme_resources',
1560 'common', 1560 'common',
1561 '../base/base.gyp:base_prefs_test_support', 1561 '../base/base.gyp:base_prefs_test_support',
1562 '../base/base.gyp:test_support_base', 1562 '../base/base.gyp:test_support_base',
1563 '../components/components.gyp:bookmarks_test_support', 1563 '../components/components.gyp:bookmarks_test_support',
1564 '../components/components.gyp:component_updater_test_support',
1565 '../components/components.gyp:gcm_driver_test_support', 1564 '../components/components.gyp:gcm_driver_test_support',
1566 '../components/components.gyp:history_core_test_support', 1565 '../components/components.gyp:history_core_test_support',
1567 '../components/components.gyp:invalidation', 1566 '../components/components.gyp:invalidation',
1568 '../components/components.gyp:invalidation_test_support', 1567 '../components/components.gyp:invalidation_test_support',
1569 '../components/components.gyp:metrics_test_support', 1568 '../components/components.gyp:metrics_test_support',
1570 '../components/components.gyp:omnibox_test_support', 1569 '../components/components.gyp:omnibox_test_support',
1571 '../components/components.gyp:ownership', 1570 '../components/components.gyp:ownership',
1572 '../components/components.gyp:password_manager_core_browser_test_support ', 1571 '../components/components.gyp:password_manager_core_browser_test_support ',
1573 '../components/components.gyp:pref_registry_test_support', 1572 '../components/components.gyp:pref_registry_test_support',
1574 '../components/components.gyp:rappor_test_support', 1573 '../components/components.gyp:rappor_test_support',
1575 '../components/components.gyp:search_engines_test_support', 1574 '../components/components.gyp:search_engines_test_support',
1576 '../components/components.gyp:signin_core_browser_test_support', 1575 '../components/components.gyp:signin_core_browser_test_support',
1577 '../components/components.gyp:sync_driver_test_support', 1576 '../components/components.gyp:sync_driver_test_support',
1577 '../components/components.gyp:update_client_test_support',
1578 '../components/components.gyp:wallpaper', 1578 '../components/components.gyp:wallpaper',
1579 '../content/content.gyp:content_app_both', 1579 '../content/content.gyp:content_app_both',
1580 '../content/content_shell_and_tests.gyp:test_support_content', 1580 '../content/content_shell_and_tests.gyp:test_support_content',
1581 '../net/net.gyp:net', 1581 '../net/net.gyp:net',
1582 '../net/net.gyp:net_test_support', 1582 '../net/net.gyp:net_test_support',
1583 '../skia/skia.gyp:skia', 1583 '../skia/skia.gyp:skia',
1584 '../sql/sql.gyp:sql', 1584 '../sql/sql.gyp:sql',
1585 '../sql/sql.gyp:test_support_sql', 1585 '../sql/sql.gyp:test_support_sql',
1586 '../sync/sync.gyp:sync', 1586 '../sync/sync.gyp:sync',
1587 '../testing/gmock.gyp:gmock', 1587 '../testing/gmock.gyp:gmock',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2747 'dependencies': [ 2747 'dependencies': [
2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2749 ], 2749 ],
2750 }], 2750 }],
2751 ], 2751 ],
2752 }, 2752 },
2753 ], 2753 ],
2754 }], 2754 }],
2755 ], # 'conditions' 2755 ], # 'conditions'
2756 } 2756 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/components_ui.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698