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

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: 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 | « components/ui/zoom/zoom_controller.cc ('k') | extensions/browser/extension_zoom_request_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_zoom.gypi
diff --git a/components/ui_zoom.gypi b/components/ui_zoom.gypi
index ddab2cabb627c9e839b3763b40a69beafec60bfb..4615ff001d69878b67e602c20939dd82c1a658f4 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_support',
+ '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/test/zoom_test_utils.cc',
+ 'ui/zoom/test/zoom_test_utils.h'
+ ],
}
],
}
« no previous file with comments | « components/ui/zoom/zoom_controller.cc ('k') | extensions/browser/extension_zoom_request_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698