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

Side by Side Diff: components/previews/BUILD.gn

Issue 2256603005: Adding UMA to PreviewsDataSavings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_savings_comp
Patch Set: rebase Created 4 years, 3 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("previews") { 5 static_library("previews") {
6 sources = [ 6 sources = [
7 "previews_data_savings.cc", 7 "previews_data_savings.cc",
8 "previews_data_savings.h", 8 "previews_data_savings.h",
9 "previews_experiments.cc", 9 "previews_experiments.cc",
10 "previews_experiments.h", 10 "previews_experiments.h",
11 ] 11 ]
12 12
13 deps = [ 13 deps = [
14 "//base", 14 "//base",
15 "//components/data_reduction_proxy/core/common", 15 "//components/data_reduction_proxy/core/common",
16 "//components/variations", 16 "//components/variations",
17 ] 17 ]
18 } 18 }
19 19
20 source_set("unit_tests") { 20 source_set("unit_tests") {
21 testonly = true 21 testonly = true
22 sources = [ 22 sources = [
23 "previews_data_savings_unittest.cc", 23 "previews_data_savings_unittest.cc",
24 "previews_experiments_unittest.cc", 24 "previews_experiments_unittest.cc",
25 ] 25 ]
26 26
27 deps = [ 27 deps = [
28 ":previews", 28 ":previews",
29 "//base", 29 "//base",
30 "//base/test:test_support",
30 "//components/data_reduction_proxy/core/common", 31 "//components/data_reduction_proxy/core/common",
31 "//components/variations", 32 "//components/variations",
32 "//testing/gtest", 33 "//testing/gtest",
33 ] 34 ]
34 } 35 }
OLDNEW
« no previous file with comments | « no previous file | components/previews/previews_data_savings.cc » ('j') | components/previews/previews_data_savings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698