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

Unified Diff: components/ui_zoom.gypi

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert to pathway common to Mac and non-Mac. 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.gypi
diff --git a/components/ui_zoom.gypi b/components/ui_zoom.gypi
index ddab2cabb627c9e839b3763b40a69beafec60bfb..5048357f73354028ea2bf570e1f5346966557cdf 100644
--- a/components/ui_zoom.gypi
+++ b/components/ui_zoom.gypi
@@ -31,6 +31,23 @@
'ui/zoom/zoom_event_manager_observer.h',
'ui/zoom/zoom_observer.h'
],
+ },
+ {
+ 'target_name': 'ui_zoom_test_utils',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
+ '../components/components.gyp:ui_zoom',
+ ],
+ 'sources': [
+ 'ui/zoom/zoom_test_utils.cc',
+ 'ui/zoom/zoom_test_utils.h'
+ ],
}
],
}

Powered by Google App Engine
This is Rietveld 408576698