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

Unified Diff: chrome/test/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 1139790aa4010157edc90337719d475aa33e5a52..e2f3c38e5f362864c5779b659f81607053e32cc3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -95,7 +95,6 @@ source_set("test_support") {
"//chrome/common:test_support",
"//chrome/renderer:test_support",
"//components/bookmarks/test",
- "//components/component_updater:test_support",
"//components/gcm_driver:test_support",
"//components/history/core/test:test",
"//components/metrics:test_support",
@@ -106,6 +105,7 @@ source_set("test_support") {
"//components/search_engines:test_support",
"//components/signin/core/browser:test_support",
"//components/sync_driver:test_support",
+ "//components/update_client:test_support",
"//content/public/app:both",
"//ui/gfx:test_support",
"//net",
@@ -157,9 +157,7 @@ source_set("test_support") {
deps += [ "//crypto:platform" ]
}
if (is_win) {
- deps += [
- "//third_party/wtl",
- ]
+ deps += [ "//third_party/wtl" ]
if (use_aura) {
deps += [
"//win8:test_registrar_constants",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698