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

Unified Diff: components/data_reduction_proxy.gypi

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/crx_file/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('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 eda9490d30e8c039a2f10691f5821f8ce12b954b..cd656c7b18fe82c46a39f0a7a9a16d7065e4cdcb 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -21,6 +21,7 @@
'../base/base.gyp:base',
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
'data_reduction_proxy_core_common',
'pref_registry',
],
@@ -60,6 +61,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../url/url.gyp:url_lib',
],
'include_dirs': [
'..',
« no previous file with comments | « components/crx_file/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698