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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/previews/BUILD.gn
diff --git a/components/previews/BUILD.gn b/components/previews/BUILD.gn
index 6a1f65e703f6f1f5a021a8f770a39b96349730ed..daa432c80b88107f5d0312a9e9d7552c87aa3e8e 100644
--- a/components/previews/BUILD.gn
+++ b/components/previews/BUILD.gn
@@ -20,15 +20,16 @@ static_library("previews") {
source_set("unit_tests") {
testonly = true
sources = [
"previews_data_savings_unittest.cc",
"previews_experiments_unittest.cc",
]
deps = [
":previews",
"//base",
+ "//base/test:test_support",
"//components/data_reduction_proxy/core/common",
"//components/variations",
"//testing/gtest",
]
}
« 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