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

Unified Diff: components/pref_registry.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/policy/policy_common.gypi ('k') | components/prefs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pref_registry.gypi
diff --git a/components/pref_registry.gypi b/components/pref_registry.gypi
index 5ff32c38a7c20a5a40360dd7cea974aa2d55366e..0499e19c3f0d4f4de1806000c06bdc71a542891a 100644
--- a/components/pref_registry.gypi
+++ b/components/pref_registry.gypi
@@ -10,8 +10,8 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ 'prefs/prefs.gyp:prefs',
],
'include_dirs': [
'..',
@@ -27,7 +27,7 @@
'type': 'static_library',
'dependencies': [
'pref_registry',
- '../base/base.gyp:base_prefs_test_support',
+ 'prefs/prefs.gyp:prefs_test_support',
],
'include_dirs': [
'..',
« no previous file with comments | « components/policy/policy_common.gypi ('k') | components/prefs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698