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

Unified Diff: components/ui_zoom.gypi

Issue 847703003: Refactor to move chrome_page_zoom functions to components/ui/zoom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 5 years, 11 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 2b0e1537d84aa17a7f87789a9d56319366f46016..fc3ed76937e9b8c3cf81109067048b630a4bad18 100644
--- a/components/ui_zoom.gypi
+++ b/components/ui_zoom.gypi
@@ -19,6 +19,10 @@
'../url/url.gyp:url_lib',
],
'sources': [
+ 'ui/zoom/page_zoom.cc',
+ 'ui/zoom/page_zoom.h',
+ 'ui/zoom/page_zoom_constants.cc',
+ 'ui/zoom/page_zoom_constants.h',
'ui/zoom/zoom_controller.cc',
'ui/zoom/zoom_controller.h',
'ui/zoom/zoom_event_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698