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

Unified Diff: extensions/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 | « components/web_resource/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index ad2ea8096f85293fff6cf8ef01204e71d7e3b95e..45db1d7445a4fc1c0acfa6c829adaa4364339b37 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -81,9 +81,9 @@ source_set("test_support") {
deps = [
":extensions_resources",
"//base",
- "//base:prefs_test_support",
"//components/guest_view/browser:test_support",
"//components/pref_registry:test_support",
+ "//components/prefs:test_support",
"//content/public/common",
"//content/test:test_support",
"//extensions/browser",
@@ -175,10 +175,10 @@ test("extensions_unittests") {
":shell_and_test_pak",
":test_support",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
"//components/keyed_service/content",
"//components/pref_registry:test_support",
+ "//components/prefs:test_support",
"//components/user_prefs",
"//content/test:test_support",
"//device/bluetooth:mocks",
@@ -251,8 +251,8 @@ test("extensions_browsertests") {
# TODO(yoz): find the right deps
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
+ "//components/prefs:test_support",
"//components/storage_monitor:test_support",
"//content/test:test_support",
"//device/bluetooth:mocks",
« no previous file with comments | « components/web_resource/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698