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

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

Issue 2257533003: Adding a previews object, PreviewsDataSavings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr comment 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",
8 "previews_data_savings.h",
7 "previews_experiments.cc", 9 "previews_experiments.cc",
8 "previews_experiments.h", 10 "previews_experiments.h",
9 ] 11 ]
10 12
11 deps = [ 13 deps = [
12 "//base", 14 "//base",
15 "//components/data_reduction_proxy/core/common",
13 "//components/variations", 16 "//components/variations",
14 ] 17 ]
15 } 18 }
16 19
17 source_set("unit_tests") { 20 source_set("unit_tests") {
18 testonly = true 21 testonly = true
19 sources = [ 22 sources = [
23 "previews_data_savings_unittest.cc",
20 "previews_experiments_unittest.cc", 24 "previews_experiments_unittest.cc",
21 ] 25 ]
22 26
23 deps = [ 27 deps = [
24 ":previews", 28 ":previews",
25 "//base", 29 "//base",
30 "//components/data_reduction_proxy/core/common",
26 "//components/variations", 31 "//components/variations",
27 "//testing/gtest", 32 "//testing/gtest",
28 ] 33 ]
29 } 34 }
OLDNEW
« no previous file with comments | « components/data_reduction_proxy/core/common/data_savings_recorder.h ('k') | components/previews/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698