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

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

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test rebuilding patch from .diff file. Created 5 years, 2 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 | « chrome/test/BUILD.gn ('k') | components/ui/zoom/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui/zoom/BUILD.gn
diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
index ec60faf8b2686a4b99f1e76090ea0d4906a2b758..d1d5b00437dae80d60749885fa485ecc010dab24 100644
--- a/components/ui/zoom/BUILD.gn
+++ b/components/ui/zoom/BUILD.gn
@@ -27,6 +27,19 @@ source_set("zoom") {
]
}
+source_set("test_support") {
+ testonly = true
+ sources = [
+ "test/zoom_test_utils.cc",
+ "test/zoom_test_utils.h",
+ ]
+ deps = [
+ ":zoom",
+ "//base:base",
+ "//content/test:test_support",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
sources = [
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/ui/zoom/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698