| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index 4742760eedd62bb411130bbc2708c7d1000775e3..b41ef53584e995ed4c02e6cc02c0468c72de5dc2 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -46,8 +46,12 @@
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_service_observer.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_store.cc',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_store.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.h',
|
| + 'data_reduction_proxy/core/browser/data_usage_storage_helper.cc',
|
| + 'data_reduction_proxy/core/browser/data_usage_storage_helper.h',
|
| ],
|
| 'data_reduction_proxy_core_browser_deps' : [
|
| 'data_reduction_proxy_version_header',
|
| @@ -195,12 +199,15 @@
|
| '../url/url.gyp:url_lib',
|
| 'data_reduction_proxy_core_common',
|
| 'data_reduction_proxy_proto',
|
| + '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| - '<@(data_reduction_proxy_core_browser_sources)'
|
| + '<@(data_reduction_proxy_core_browser_sources)',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_store_impl.cc',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_store_impl.h',
|
| ],
|
| },
|
| {
|
| @@ -267,6 +274,7 @@
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| 'data_reduction_proxy/proto/client_config.proto',
|
| + 'data_reduction_proxy/proto/store.proto',
|
| ],
|
| 'variables': {
|
| 'proto_in_dir': 'data_reduction_proxy/proto',
|
|
|