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

Unified Diff: components/data_reduction_proxy.gypi

Issue 830503004: Data Reduction Proxy blocking page and resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitalStep1
Patch Set: Add webui_resources.pak Created 5 years, 10 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/content/DEPS » ('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 02142209d9319c72b0865ac5d7ca37482fb5932e..fe248a1b04d71a803acfbce7506c144c25cc9b18 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -13,6 +13,9 @@
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
+ '../ui/base/ui_base.gyp:ui_base',
+ 'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
],
'include_dirs': [
'..',
@@ -21,6 +24,8 @@
# Note: sources list duplicated in GN build.
'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',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page.cc',
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page.h',
'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',
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698