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

Unified Diff: components/ui/zoom/BUILD.gn

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/BUILD.gn
diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
index 2cefb395b12b77ac84a25f610ac20fefe9833cc2..a3958b81623dc27ff507dc2f6d673c8b2cabe784 100644
--- a/components/ui/zoom/BUILD.gn
+++ b/components/ui/zoom/BUILD.gn
@@ -4,6 +4,10 @@
static_library("ui_zoom") {
sources = [
+ "page_zoom.cc",
+ "page_zoom.h",
+ "page_zoom_constants.cc",
+ "page_zoom_constants.h",
"zoom_controller.cc",
"zoom_controller.h",
"zoom_event_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698