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

Unified Diff: components/cronet/cronet_static.gypi

Issue 937513003: Add Data Saver support to Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test Created 5 years, 9 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/cronet_static.gypi
diff --git a/components/cronet/cronet_static.gypi b/components/cronet/cronet_static.gypi
index baf73e667616a8a65fa047696b8e971fca53bd6c..2ad084153df749a65d7618958b6e4208319aa373 100644
--- a/components/cronet/cronet_static.gypi
+++ b/components/cronet/cronet_static.gypi
@@ -21,10 +21,14 @@
'android/chromium_url_request_context.h',
'android/chromium_url_request_error_list.h',
'android/chromium_url_request_priority_list.h',
+ 'android/cronet_data_reduction_proxy.cc',
+ 'android/cronet_data_reduction_proxy.h',
'android/cronet_histogram_manager.cc',
'android/cronet_histogram_manager.h',
'android/cronet_library_loader.cc',
'android/cronet_library_loader.h',
+ 'android/cronet_pref_store.cc',
+ 'android/cronet_pref_store.h',
'android/cronet_upload_data_stream_adapter.cc',
'android/cronet_upload_data_stream_adapter.h',
'android/cronet_upload_data_stream_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698