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

Unified Diff: components/data_reduction_proxy.gypi

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/components.gyp ('k') | components/data_reduction_proxy/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index 869ef06a06eeee92d56a18b76bc3dde26145d44a..31aa0bd96d5d208fb6055026276306cd3e9b688b 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -9,10 +9,11 @@
'target_name': 'data_reduction_proxy_browser',
'type': 'static_library',
'dependencies': [
- 'data_reduction_proxy_common',
'../base/base.gyp:base',
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:net',
+ 'data_reduction_proxy_common',
+ 'pref_registry',
],
'include_dirs': [
'..',
@@ -38,7 +39,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../components/components.gyp:user_prefs',
],
'include_dirs': [
'..',
@@ -54,12 +54,12 @@
'target_name': 'data_reduction_proxy_test_support',
'type': 'static_library',
'dependencies' : [
- 'data_reduction_proxy_browser',
- 'data_reduction_proxy_common',
'../base/base.gyp:base',
'../net/net.gyp:net',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ 'data_reduction_proxy_browser',
+ 'data_reduction_proxy_common',
],
'include_dirs': [
'..',
« no previous file with comments | « components/components.gyp ('k') | components/data_reduction_proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698