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

Side by Side Diff: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 652743004: Migrate data reduction proxy statistics prefs to profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "data_reduction_proxy_auth_request_handler.cc", 7 "data_reduction_proxy_auth_request_handler.cc",
8 "data_reduction_proxy_auth_request_handler.h", 8 "data_reduction_proxy_auth_request_handler.h",
9 "data_reduction_proxy_config_service.cc", 9 "data_reduction_proxy_config_service.cc",
10 "data_reduction_proxy_config_service.h", 10 "data_reduction_proxy_config_service.h",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ] 63 ]
64 } 64 }
65 65
66 source_set("unit_tests") { 66 source_set("unit_tests") {
67 testonly = true 67 testonly = true
68 sources = [ 68 sources = [
69 "data_reduction_proxy_auth_request_handler_unittest.cc", 69 "data_reduction_proxy_auth_request_handler_unittest.cc",
70 "data_reduction_proxy_config_service_unittest.cc", 70 "data_reduction_proxy_config_service_unittest.cc",
71 "data_reduction_proxy_metrics_unittest.cc", 71 "data_reduction_proxy_metrics_unittest.cc",
72 "data_reduction_proxy_params_unittest.cc", 72 "data_reduction_proxy_params_unittest.cc",
73 "data_reduction_proxy_prefs_unittest.cc",
73 "data_reduction_proxy_protocol_unittest.cc", 74 "data_reduction_proxy_protocol_unittest.cc",
74 "data_reduction_proxy_settings_unittest.cc", 75 "data_reduction_proxy_settings_unittest.cc",
75 "data_reduction_proxy_usage_stats_unittest.cc", 76 "data_reduction_proxy_usage_stats_unittest.cc",
76 ] 77 ]
77 78
78 deps = [ 79 deps = [
79 ":browser", 80 ":browser",
80 ":test_support", 81 ":test_support",
81 "//testing/gmock", 82 "//testing/gmock",
82 "//testing/gtest", 83 "//testing/gtest",
83 ] 84 ]
84 } 85 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698