Chromium Code Reviews| Index: components/data_reduction_proxy.gypi |
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi |
| index 9ff6000f1803ecfd67e71974501f488c628204cb..f4a58c639d0cb98bff8aec8099c4d65a60870e8a 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': [ |
| @@ -175,12 +177,15 @@ |
| 'dependencies': [ |
| '../content/content.gyp:content_common', |
| '../ipc/ipc.gyp:ipc', |
| + '../skia/skia.gyp:skia', |
|
tbansal1
2016/01/05 03:10:59
what is this for?
megjablon
2016/01/05 20:13:02
Removed. This was for a content dependency that is
|
| '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', |