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

Unified Diff: components/cronet.gypi

Issue 937513003: Add Data Saver support to Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed boolean from api Created 5 years, 8 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
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index 19cd8b36a28e9d32f67df9953ff118bbbf3d6b21..01d51ec2418017560d30f33bac1c7c75a2d83711 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -108,6 +108,7 @@
'DISABLE_FTP_SUPPORT=1',
],
'dependencies': [
+ '../components/components.gyp:data_reduction_proxy_core_browser_small',
'../net/net.gyp:net_small',
],
'includes': [ 'cronet/cronet_static.gypi' ],
@@ -117,6 +118,7 @@
'target_name': 'cronet_static',
'dependencies': [
'../base/base.gyp:base_i18n',
+ '../components/components.gyp:data_reduction_proxy_core_browser',
'../net/net.gyp:net',
],
'includes': [ 'cronet/cronet_static.gypi' ],
« no previous file with comments | « no previous file | components/cronet/android/DEPS » ('j') | components/cronet/android/cronet_data_reduction_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698