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

Unified Diff: components/variations.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/user_prefs.gypi ('k') | components/wallpaper.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index e88063859e69205cbd20929da64f09f404d8964d..e67f11f0814b34411dc29c745a3b020e6ecae969 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -15,12 +15,12 @@
# List of dependencies is intentionally very minimal. Please avoid
# adding extra dependencies without first checking with OWNERS.
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../crypto/crypto.gyp:crypto',
'../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/google/zip.gyp:compression_utils',
'crash_core_common',
+ 'prefs/prefs.gyp:prefs',
],
'sources': [
# Note: sources list duplicated in GN build.
@@ -102,13 +102,13 @@
],
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../net/net.gyp:net',
'../ui/base/ui_base.gyp:ui_base',
'data_use_measurement_core',
'metrics',
'network_time',
'pref_registry',
+ 'prefs/prefs.gyp:prefs',
'variations',
'version_info',
'web_resource',
« no previous file with comments | « components/user_prefs.gypi ('k') | components/wallpaper.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698