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

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 6 years, 2 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 bf7e67203d8e4519d8a022988a2d20c842b07bde..ada0030d97cc9c823233d48aacae4f7f6e3406d7 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/data_reduction_proxy_resource_throttle.cc',
+ 'data_reduction_proxy/content/data_reduction_proxy_resource_throttle.h',
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_manager.cc',
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_manager.h',
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_service.cc',
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_service.h',
+ ],
+ },
{
# GN version: //components/data_reduction_proxy/core/browser
'target_name': 'data_reduction_proxy_core_browser',
@@ -84,6 +106,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