Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / web.gypi
index 562fc21..09ae8e0 100644 (file)
@@ -43,8 +43,8 @@
       'GeolocationClientProxy.h',
       'GraphicsLayerFactoryChromium.cpp',
       'GraphicsLayerFactoryChromium.h',
-      'IDBFactoryBackendProxy.cpp',
-      'IDBFactoryBackendProxy.h',
+      'IndexedDBClientImpl.cpp',
+      'IndexedDBClientImpl.h',
       'InspectorClientImpl.cpp',
       'InspectorClientImpl.h',
       'InspectorFrontendClientImpl.cpp',
@@ -59,6 +59,8 @@
       'MIDIClientProxy.h',
       'NotificationPresenterImpl.cpp',
       'NotificationPresenterImpl.h',
+      'OpenedFrameTracker.cpp',
+      'OpenedFrameTracker.h',
       'PageOverlay.cpp',
       'PageOverlay.h',
       'PageOverlayList.cpp',
@@ -83,8 +85,6 @@
       'ServiceWorkerGlobalScopeProxy.h',
       'SharedWorkerRepositoryClientImpl.cpp',
       'SharedWorkerRepositoryClientImpl.h',
-      'SpeechInputClientImpl.cpp',
-      'SpeechInputClientImpl.h',
       'SpeechRecognitionClientProxy.cpp',
       'SpeechRecognitionClientProxy.h',
       'SpellCheckerClientImpl.cpp',
@@ -93,6 +93,8 @@
       'StorageClientImpl.h',
       'StorageQuotaClientImpl.cpp',
       'StorageQuotaClientImpl.h',
+      'TextFinder.cpp',
+      'TextFinder.h',
       'UserMediaClientImpl.cpp',
       'UserMediaClientImpl.h',
       'ValidationMessageClientImpl.cpp',
       'WebAXObject.cpp',
       'WebArrayBufferConverter.cpp',
       'WebArrayBufferView.cpp',
+      'WebAutocompleteParams.cpp',
       'WebBindings.cpp',
       'WebBlob.cpp',
       'WebCache.cpp',
       'WebFontImpl.h',
       'WebFormControlElement.cpp',
       'WebFormElement.cpp',
-      'WebFrameImpl.cpp',
-      'WebFrameImpl.h',
+      'WebFrame.cpp',
       'WebGeolocationController.cpp',
       'WebGeolocationError.cpp',
       'WebGeolocationPermissionRequest.cpp',
       'WebImageDecoder.cpp',
       'WebInputElement.cpp',
       'WebInputEvent.cpp',
-      'WebInputEventFactoryAndroid.cpp',
-      'WebInputEventFactoryGtk.cpp',
       'WebInputEventFactoryMac.mm',
-      'WebInputEventFactoryWin.cpp',
       'WebInputEventConversion.cpp',
       'WebInputEventConversion.h',
       'WebKit.cpp',
       'WebLabelElement.cpp',
       'WebLeakDetector.cpp',
+      'WebLocalFrameImpl.cpp',
+      'WebLocalFrameImpl.h',
       'WebMIDIClientMock.cpp',
       'WebMIDIPermissionRequest.cpp',
       'WebMediaDevicesRequest.cpp',
       'WebPageSerializer.cpp',
       'WebPageSerializerImpl.cpp',
       'WebPageSerializerImpl.h',
-      'WebPasswordFormData.cpp',
-      'WebPasswordFormUtils.cpp',
-      'WebPasswordFormUtils.h',
       'WebPerformance.cpp',
       'WebPluginContainerImpl.cpp',
       'WebPluginContainerImpl.h',
       'WebPopupMenuImpl.cpp',
       'WebPopupMenuImpl.h',
       'WebRange.cpp',
+      'WebRemoteFrameImpl.cpp',
+      'WebRemoteFrameImpl.h',
       'WebRuntimeFeatures.cpp',
       'WebScopedMicrotaskSuppression.cpp',
       'WebScopedUserGesture.cpp',
       'WebSocketImpl.cpp',
       'WebSocketImpl.h',
       'WebSpeechGrammar.cpp',
-      'WebSpeechInputResult.cpp',
       'WebSpeechRecognitionHandle.cpp',
       'WebSpeechRecognitionResult.cpp',
       'WebStorageEventDispatcherImpl.cpp',
       'tests/ChromeClientImplTest.cpp',
       'tests/CompositedLayerMappingTest.cpp',
       'tests/CustomEventTest.cpp',
-      'tests/DragImageTest.cpp',
       'tests/FakeWebPlugin.cpp',
       'tests/FakeWebPlugin.h',
-      'tests/FilterOperationsTest.cpp',
       'tests/FrameLoaderClientImplTest.cpp',
       'tests/FrameTestHelpers.cpp',
       'tests/FrameTestHelpers.h',
-      'tests/GraphicsLayerTest.cpp',
-      'tests/ImageFilterBuilderTest.cpp',
-      'tests/ImageLayerChromiumTest.cpp',
       'tests/KeyboardTest.cpp',
       'tests/LinkHighlightTest.cpp',
       'tests/ListenerLeakTest.cpp',
       'tests/MemoryInfo.cpp',
       'tests/MHTMLTest.cpp',
-      'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
       'tests/OpenTypeVerticalDataTest.cpp',
       'tests/PageSerializerTest.cpp',
       'tests/PaintAggregatorTest.cpp',
+      'tests/PinchViewportTest.cpp',
       'tests/PopupContainerTest.cpp',
       'tests/PopupMenuTest.cpp',
       'tests/PrerenderingTest.cpp',
       'tests/RenderTableRowTest.cpp',
       'tests/ScrollingCoordinatorChromiumTest.cpp',
       'tests/SpinLockTest.cpp',
+      'tests/TextFinderTest.cpp',
       'tests/TouchActionTest.cpp',
       'tests/URLTestHelpers.cpp',
       'tests/URLTestHelpers.h',
       'tests/WebImageTest.cpp',
       'tests/WebInputEventConversionTest.cpp',
       'tests/WebInputEventFactoryTestMac.mm',
-      'tests/WEBPImageDecoderTest.cpp',
       'tests/WebPageNewSerializerTest.cpp',
       'tests/WebPageSerializerTest.cpp',
       'tests/WebPluginContainerTest.cpp',
           ],
         }
       ],
-      ['toolkit_uses_gtk == 1',
-        {
-          'web_unittest_files': [
-            'tests/KeyCodeConversionTestGtk.cpp',
-            'tests/WebInputEventFactoryTestGtk.cpp',
-          ],
-        }
-      ],
     ],
   },
 }