summaryrefslogtreecommitdiff
path: root/Source/web/web.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/web.gypi')
-rw-r--r--Source/web/web.gypi12
1 files changed, 5 insertions, 7 deletions
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index f5909e660..58dad6563 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -28,8 +28,6 @@
'DatabaseObserver.cpp',
'DateTimeChooserImpl.cpp',
'DateTimeChooserImpl.h',
- 'DeviceOrientationClientProxy.cpp',
- 'DeviceOrientationClientProxy.h',
'DragClientImpl.cpp',
'DragClientImpl.h',
'EditorClientImpl.cpp',
@@ -76,6 +74,8 @@
'PageOverlay.h',
'PageOverlayList.cpp',
'PageOverlayList.h',
+ 'PageScaleConstraintsSet.cpp',
+ 'PageScaleConstraintsSet.h',
'PageWidgetDelegate.cpp',
'PageWidgetDelegate.h',
'PinchViewports.cpp',
@@ -124,6 +124,7 @@
'WebDOMEventListener.cpp',
'WebDOMEventListenerPrivate.cpp',
'WebDOMEventListenerPrivate.h',
+ 'WebDOMFileSystem.cpp',
'WebDOMMessageEvent.cpp',
'WebDOMMouseEvent.cpp',
'WebDOMMutationEvent.cpp',
@@ -136,9 +137,6 @@
'WebDevToolsAgentImpl.h',
'WebDevToolsFrontendImpl.cpp',
'WebDevToolsFrontendImpl.h',
- 'WebDeviceOrientation.cpp',
- 'WebDeviceOrientationClientMock.cpp',
- 'WebDeviceOrientationController.cpp',
'WebDocument.cpp',
'WebDocumentType.cpp',
'WebDragData.cpp',
@@ -240,6 +238,7 @@
'WebSpeechRecognitionResult.cpp',
'WebStorageEventDispatcherImpl.cpp',
'WebSurroundingText.cpp',
+ 'WebTextAreaElement.cpp',
'WebTextCheckingCompletionImpl.cpp',
'WebTextCheckingCompletionImpl.h',
'WebTextCheckingResult.cpp',
@@ -278,6 +277,7 @@
'web_unittest_files': [
'tests/AssociatedURLLoaderTest.cpp',
'tests/ChromeClientImplTest.cpp',
+ 'tests/CompositedLayerMappingTest.cpp',
'tests/CustomEventTest.cpp',
'tests/DragImageTest.cpp',
'tests/FakeWebPlugin.cpp',
@@ -300,8 +300,6 @@
'tests/PopupContainerTest.cpp',
'tests/PrerenderingTest.cpp',
'tests/ProgrammaticScrollTest.cpp',
- 'tests/RegionTest.cpp',
- 'tests/RenderLayerBackingTest.cpp',
'tests/RenderTableCellTest.cpp',
'tests/RenderTableRowTest.cpp',
'tests/ScrollingCoordinatorChromiumTest.cpp',