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

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: 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.gypi
diff --git a/components/ui_zoom.gypi b/components/ui_zoom.gypi
index 5048357f73354028ea2bf570e1f5346966557cdf..4615ff001d69878b67e602c20939dd82c1a658f4 100644
--- a/components/ui_zoom.gypi
+++ b/components/ui_zoom.gypi
@@ -33,7 +33,7 @@
],
},
{
- 'target_name': 'ui_zoom_test_utils',
+ 'target_name': 'ui_zoom_test_support',
'type': 'static_library',
'include_dirs': [
'..',
@@ -45,8 +45,8 @@
'../components/components.gyp:ui_zoom',
],
'sources': [
- 'ui/zoom/zoom_test_utils.cc',
- 'ui/zoom/zoom_test_utils.h'
+ 'ui/zoom/test/zoom_test_utils.cc',
+ 'ui/zoom/test/zoom_test_utils.h'
],
}
],

Powered by Google App Engine
This is Rietveld 408576698