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

Unified Diff: components/data_reduction_proxy.gypi

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: components/data_reduction_proxy.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index c3785d624a20d4772710ec7a67b597553934d7de..2f58da32d1dd552fb8fcafd654862e7bc8ff24e8 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -5,6 +5,28 @@
{
'targets': [
+ {
+ # GN Version: //components/data_reduction_proxy/content
+ 'target_name': 'data_reduction_proxy_content',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../skia/skia.gyp:skia',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.h',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.h',
+ 'data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.cc',
+ 'data_reduction_proxy/content/browser/content_data_reduction_proxy_debug_ui_service.h',
+ ],
+ },
{
# GN version: //components/data_reduction_proxy/core/browser
'target_name': 'data_reduction_proxy_core_browser',
@@ -38,6 +60,7 @@
'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_debug_ui_service.h",
'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
@@ -96,6 +119,7 @@
'../net/net.gyp:net_test_support',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ 'data_reduction_proxy_content',
'data_reduction_proxy_core_browser',
'data_reduction_proxy_core_common',
],

Powered by Google App Engine
This is Rietveld 408576698