| Index: components/data_reduction_proxy/core/browser/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| index 22e939a52a57d768b92179a6f5e90df22faa8885..60a1295de1ed6256a075aa3843040746529eb33e 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -44,6 +44,14 @@ static_library("browser") {
|
| "data_reduction_proxy_settings.h",
|
| "data_reduction_proxy_tamper_detection.cc",
|
| "data_reduction_proxy_tamper_detection.h",
|
| + "data_store.cc",
|
| + "data_store.h",
|
| + "data_store_impl.cc",
|
| + "data_store_impl.h",
|
| + "data_usage_store.cc",
|
| + "data_usage_store.h",
|
| + "db_data_owner.cc",
|
| + "db_data_owner.h",
|
| ]
|
|
|
| deps = [
|
| @@ -54,6 +62,7 @@ static_library("browser") {
|
| "//components/pref_registry",
|
| "//crypto",
|
| "//net",
|
| + "//third_party/leveldatabase",
|
| "//url",
|
| ]
|
| if (!is_android && !is_ios) {
|
| @@ -109,6 +118,7 @@ source_set("unit_tests") {
|
| "data_reduction_proxy_prefs_unittest.cc",
|
| "data_reduction_proxy_request_options_unittest.cc",
|
| "data_reduction_proxy_settings_unittest.cc",
|
| + "data_usage_store_unittest.cc",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|