Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / data_reduction_proxy / browser / BUILD.gn
index d8e755d..48f1342 100644 (file)
@@ -9,6 +9,8 @@ static_library("browser") {
     "data_reduction_proxy_config_service.cc",
     "data_reduction_proxy_config_service.h",
     "data_reduction_proxy_configurator.h",
+    "data_reduction_proxy_delegate.cc",
+    "data_reduction_proxy_delegate.h",
     "data_reduction_proxy_metrics.cc",
     "data_reduction_proxy_metrics.h",
     "data_reduction_proxy_params.cc",
@@ -19,6 +21,10 @@ static_library("browser") {
     "data_reduction_proxy_protocol.h",
     "data_reduction_proxy_settings.cc",
     "data_reduction_proxy_settings.h",
+    "data_reduction_proxy_statistics_prefs.cc",
+    "data_reduction_proxy_statistics_prefs.h",
+    "data_reduction_proxy_tamper_detection.cc",
+    "data_reduction_proxy_tamper_detection.h",
     "data_reduction_proxy_usage_stats.cc",
     "data_reduction_proxy_usage_stats.h",
   ]
@@ -33,6 +39,7 @@ static_library("browser") {
 }
 
 static_library("test_support") {
+  testonly = true
   sources = [
     "data_reduction_proxy_params_test_utils.cc",
     "data_reduction_proxy_params_test_utils.h",
@@ -52,6 +59,7 @@ static_library("test_support") {
 }
 
 source_set("unit_tests") {
+  testonly = true
   sources = [
     "data_reduction_proxy_auth_request_handler_unittest.cc",
     "data_reduction_proxy_config_service_unittest.cc",