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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/BUILD.gn
diff --git a/components/previews/BUILD.gn b/components/previews/BUILD.gn
index b5ca808c8113b8a79db5c49884c0e5914d4382ab..6a1f65e703f6f1f5a021a8f770a39b96349730ed 100644
--- a/components/previews/BUILD.gn
+++ b/components/previews/BUILD.gn
@@ -1,29 +1,34 @@
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("previews") {
sources = [
+ "previews_data_savings.cc",
+ "previews_data_savings.h",
"previews_experiments.cc",
"previews_experiments.h",
]
deps = [
"//base",
+ "//components/data_reduction_proxy/core/common",
"//components/variations",
]
}
source_set("unit_tests") {
testonly = true
sources = [
+ "previews_data_savings_unittest.cc",
"previews_experiments_unittest.cc",
]
deps = [
":previews",
"//base",
+ "//components/data_reduction_proxy/core/common",
"//components/variations",
"//testing/gtest",
]
}
« 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