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

Unified Diff: components/data_reduction_proxy.gypi

Issue 880963006: Create a new DataReductionProxyConfig class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/components_tests.gyp ('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 5cd2834ae754654acc48aae925b5c4db865ecc9b..c3785d624a20d4772710ec7a67b597553934d7de 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -34,6 +34,8 @@
'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
@@ -102,6 +104,10 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.cc',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h',
'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_utils.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698