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

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: git add deps 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
Index: components/ui/zoom/BUILD.gn
diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
index 1b5d7c35f982f09b12cc4a73df8e1aa186cd6f32..d1d5b00437dae80d60749885fa485ecc010dab24 100644
--- a/components/ui/zoom/BUILD.gn
+++ b/components/ui/zoom/BUILD.gn
@@ -27,11 +27,11 @@ source_set("zoom") {
]
}
-source_set("zoom_test_utils") {
+source_set("test_support") {
testonly = true
sources = [
- "zoom_test_utils.cc",
- "zoom_test_utils.h",
+ "test/zoom_test_utils.cc",
+ "test/zoom_test_utils.h",
]
deps = [
":zoom",

Powered by Google App Engine
This is Rietveld 408576698