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

Unified Diff: components/ui/zoom/BUILD.gn

Issue 1307763004: Sync remaining components_unittests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn check 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 side-by-side diff with in-line comments
Download patch
Index: components/ui/zoom/BUILD.gn
diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
index 127fec2ed638308a1a286f0e6caa727d8720b443..1cd492eeda2de48e4e180e9178f47767b627f501 100644
--- a/components/ui/zoom/BUILD.gn
+++ b/components/ui/zoom/BUILD.gn
@@ -25,3 +25,14 @@ source_set("zoom") {
"//url",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "page_zoom_unittests.cc",
+ ]
+ deps = [
+ ":zoom",
+ "//testing/gtest",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698