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

Unified Diff: chrome/test/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 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/common/BUILD.gn ('k') | chromecast/browser/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 7ff1c1c71fa7428a8ec59f999c59cdb8fb563dcd..ea7f8c9cdb0aa6c538a75d4bb618fbb6e2941dfe 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -84,7 +84,6 @@ source_set("test_support") {
# New deps should go in the non-iOS section below.
public_deps = [
- "//base:prefs_test_support",
"//base/test:test_support",
"//chrome:resources",
"//chrome:strings",
@@ -102,6 +101,7 @@ source_set("test_support") {
"//components/omnibox/browser:test_support",
"//components/password_manager/core/browser:test_support",
"//components/pref_registry:test_support",
+ "//components/prefs:test_support",
"//components/rappor:test_support",
"//components/search_engines:test_support",
"//components/signin/core/browser:test_support",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chromecast/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698