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

Unified Diff: Source/core/core.gypi

Issue 14813025: Refactor viewport initialization logic out of WebViewImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix webkit_unit_tests Created 7 years, 7 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d3d00cee5aa8ee2a751d6b96299caae0ac09d0a8..7a1484ea18d42f4e0b68736a110f0c09af872890 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1168,6 +1168,10 @@
'page/PagePopupController.h',
'page/PagePopupClient.cpp',
'page/PagePopupClient.h',
+ 'page/PageScaleConstraints.cpp',
+ 'page/PageScaleConstraints.h',
+ 'page/PageScaleConstraintsSet.cpp',
+ 'page/PageScaleConstraintsSet.h',
'page/PageSerializer.cpp',
'page/PageVisibilityState.cpp',
'page/Performance.cpp',
@@ -1899,6 +1903,7 @@
'dom/UserGestureIndicator.cpp',
'dom/UserTypingGestureIndicator.cpp',
'dom/ViewportArguments.cpp',
+ 'dom/ViewportArguments.h',
'dom/VisitedLinkState.cpp',
'dom/VisitedLinkState.h',
'dom/WebCoreMemoryInstrumentation.cpp',

Powered by Google App Engine
This is Rietveld 408576698