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

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

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 years, 4 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
« no previous file with comments | « components/constrained_window/BUILD.gn ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 source_set("browser") {
6 sources = [ 6 sources = [
7 "data_reduction_proxy_bypass_protocol.cc", 7 "data_reduction_proxy_bypass_protocol.cc",
8 "data_reduction_proxy_bypass_protocol.h", 8 "data_reduction_proxy_bypass_protocol.h",
9 "data_reduction_proxy_bypass_stats.cc", 9 "data_reduction_proxy_bypass_stats.cc",
10 "data_reduction_proxy_bypass_stats.h", 10 "data_reduction_proxy_bypass_stats.h",
11 "data_reduction_proxy_compression_stats.cc", 11 "data_reduction_proxy_compression_stats.cc",
12 "data_reduction_proxy_compression_stats.h", 12 "data_reduction_proxy_compression_stats.h",
13 "data_reduction_proxy_config.cc", 13 "data_reduction_proxy_config.cc",
14 "data_reduction_proxy_config.h", 14 "data_reduction_proxy_config.h",
15 "data_reduction_proxy_config_retrieval_params.cc", 15 "data_reduction_proxy_config_retrieval_params.cc",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "data_reduction_proxy_config_unittest.cc", 114 "data_reduction_proxy_config_unittest.cc",
115 "data_reduction_proxy_configurator_unittest.cc", 115 "data_reduction_proxy_configurator_unittest.cc",
116 "data_reduction_proxy_experiments_stats_unittest.cc", 116 "data_reduction_proxy_experiments_stats_unittest.cc",
117 "data_reduction_proxy_interceptor_unittest.cc", 117 "data_reduction_proxy_interceptor_unittest.cc",
118 "data_reduction_proxy_io_data_unittest.cc", 118 "data_reduction_proxy_io_data_unittest.cc",
119 "data_reduction_proxy_metrics_unittest.cc", 119 "data_reduction_proxy_metrics_unittest.cc",
120 "data_reduction_proxy_network_delegate_unittest.cc", 120 "data_reduction_proxy_network_delegate_unittest.cc",
121 "data_reduction_proxy_prefs_unittest.cc", 121 "data_reduction_proxy_prefs_unittest.cc",
122 "data_reduction_proxy_request_options_unittest.cc", 122 "data_reduction_proxy_request_options_unittest.cc",
123 "data_reduction_proxy_settings_unittest.cc", 123 "data_reduction_proxy_settings_unittest.cc",
124 "data_reduction_proxy_tamper_detection_unittest.cc",
124 "data_usage_store_unittest.cc", 125 "data_usage_store_unittest.cc",
125 ] 126 ]
126 127
127 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 128 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
128 129
129 deps = [ 130 deps = [
130 ":browser", 131 ":browser",
131 ":test_support", 132 ":test_support",
132 "//base", 133 "//base",
133 "//base:prefs_test_support", 134 "//base:prefs_test_support",
134 "//base/test:test_support", 135 "//base/test:test_support",
135 "//components/data_reduction_proxy/core/common:test_support", 136 "//components/data_reduction_proxy/core/common:test_support",
136 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto", 137 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
137 "//net:test_support", 138 "//net:test_support",
138 "//testing/gmock", 139 "//testing/gmock",
139 "//testing/gtest", 140 "//testing/gtest",
140 ] 141 ]
141 } 142 }
OLDNEW
« no previous file with comments | « components/constrained_window/BUILD.gn ('k') | components/enhanced_bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698