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

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

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove incorrect DCHECK from drp_statistics_prefs.cc 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",
11 "data_reduction_proxy_configurator.h", 11 "data_reduction_proxy_configurator.h",
12 "data_reduction_proxy_delegate.cc",
13 "data_reduction_proxy_delegate.h",
12 "data_reduction_proxy_metrics.cc", 14 "data_reduction_proxy_metrics.cc",
13 "data_reduction_proxy_metrics.h", 15 "data_reduction_proxy_metrics.h",
14 "data_reduction_proxy_params.cc", 16 "data_reduction_proxy_params.cc",
15 "data_reduction_proxy_params.h", 17 "data_reduction_proxy_params.h",
16 "data_reduction_proxy_prefs.cc", 18 "data_reduction_proxy_prefs.cc",
17 "data_reduction_proxy_prefs.h", 19 "data_reduction_proxy_prefs.h",
18 "data_reduction_proxy_protocol.cc", 20 "data_reduction_proxy_protocol.cc",
19 "data_reduction_proxy_protocol.h", 21 "data_reduction_proxy_protocol.h",
20 "data_reduction_proxy_settings.cc", 22 "data_reduction_proxy_settings.cc",
21 "data_reduction_proxy_settings.h", 23 "data_reduction_proxy_settings.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "data_reduction_proxy_usage_stats_unittest.cc", 70 "data_reduction_proxy_usage_stats_unittest.cc",
69 ] 71 ]
70 72
71 deps = [ 73 deps = [
72 ":browser", 74 ":browser",
73 ":test_support", 75 ":test_support",
74 "//testing/gmock", 76 "//testing/gmock",
75 "//testing/gtest", 77 "//testing/gtest",
76 ] 78 ]
77 } 79 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698