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

Unified Diff: components/gcm_driver/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/flags_ui/BUILD.gn ('k') | components/google/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index d02948b7daf391ef10e5dd09a2b7bd56265b9569..d83be219d79a510eb2e814e923119ac132f9c6ad 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -61,12 +61,12 @@ static_library("gcm_driver") {
deps = [
"//base",
- "//base:prefs",
"//components/gcm_driver/common",
"//components/gcm_driver/crypto",
"//components/keyed_service/core",
"//components/os_crypt",
"//components/pref_registry",
+ "//components/prefs",
"//components/signin/core/browser",
"//components/sync_driver",
"//components/version_info",
@@ -159,8 +159,8 @@ source_set("unit_tests") {
":gcm_driver",
":test_support",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
+ "//components/prefs:test_support",
"//google_apis:test_support",
"//google_apis/gcm:test_support",
"//net:test_support",
« no previous file with comments | « components/flags_ui/BUILD.gn ('k') | components/google/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698