| 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',
|
|
|