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

Unified Diff: components/data_reduction_proxy.gypi

Issue 1558553002: Lo-Fi snackbar should only be shown for the first q=low response of a page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 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/content/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 9ff6000f1803ecfd67e71974501f488c628204cb..67266c63747dbfc3d64c17d8a131efadcdf54738 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -81,6 +81,8 @@
'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
'data_reduction_proxy/core/common/data_reduction_proxy_switches.h',
+ 'data_reduction_proxy/core/common/lofi_decider.h',
+ 'data_reduction_proxy/core/common/lofi_ui_service.h',
],
},
'conditions': [
@@ -132,7 +134,6 @@
'dependencies': [
'../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',
@@ -175,12 +176,15 @@
'dependencies': [
'../content/content.gyp:content_common',
'../ipc/ipc.gyp:ipc',
+ '../skia/skia.gyp:skia',
'data_reduction_proxy_content_common',
],
'include_dirs': [
'..',
],
'sources': [
+ 'data_reduction_proxy/content/browser/content_lofi_ui_service.cc',
+ 'data_reduction_proxy/content/browser/content_lofi_ui_service.h',
'data_reduction_proxy/content/browser/content_lofi_decider.cc',
'data_reduction_proxy/content/browser/content_lofi_decider.h',
'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698