X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fweb%2Fweb.gypi;h=f102558bd7b8cf890cec0c0d2c469c90266606bc;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=0d884c103a6c39efb364a4011b6a15786c7e65b0;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/web/web.gypi b/src/third_party/WebKit/Source/web/web.gypi index 0d884c1..f102558 100644 --- a/src/third_party/WebKit/Source/web/web.gypi +++ b/src/third_party/WebKit/Source/web/web.gypi @@ -81,6 +81,8 @@ 'PrerendererClientImpl.h', 'ScrollbarGroup.cpp', 'ScrollbarGroup.h', + 'ServiceWorkerGlobalScopeClientImpl.cpp', + 'ServiceWorkerGlobalScopeClientImpl.h', 'ServiceWorkerGlobalScopeProxy.cpp', 'ServiceWorkerGlobalScopeProxy.h', 'SharedWorkerRepositoryClientImpl.cpp', @@ -91,10 +93,8 @@ 'SpeechRecognitionClientProxy.h', 'SpellCheckerClientImpl.cpp', 'SpellCheckerClientImpl.h', - 'StorageAreaProxy.cpp', - 'StorageAreaProxy.h', - 'StorageNamespaceProxy.cpp', - 'StorageNamespaceProxy.h', + 'StorageClientImpl.cpp', + 'StorageClientImpl.h', 'StorageQuotaClientImpl.cpp', 'StorageQuotaClientImpl.h', 'UserMediaClientImpl.cpp', @@ -105,7 +105,6 @@ 'ViewportAnchor.h', 'WebAXObject.cpp', 'WebArrayBufferConverter.cpp', - 'WebArrayBufferConverter.h', 'WebArrayBufferView.cpp', 'WebBindings.cpp', 'WebBlob.cpp', @@ -140,6 +139,7 @@ 'WebDocumentType.cpp', 'WebDragData.cpp', 'WebElement.cpp', + 'WebElementCollection.cpp', 'WebEmbeddedWorkerImpl.cpp', 'WebEmbeddedWorkerImpl.h', 'WebEntities.cpp', @@ -185,12 +185,12 @@ 'WebLeakDetector.cpp', 'WebMIDIClientMock.cpp', 'WebMIDIPermissionRequest.cpp', + 'WebMediaDevicesRequest.cpp', 'WebMediaPlayerClientImpl.cpp', 'WebMediaPlayerClientImpl.h', 'WebMediaStreamRegistry.cpp', 'WebNetworkStateNotifier.cpp', 'WebNode.cpp', - 'WebNodeCollection.cpp', 'WebNodeList.cpp', 'WebNotification.cpp', 'WebOptionElement.cpp', @@ -330,7 +330,6 @@ { 'web_unittest_files': [ 'tests/LocaleWinTest.cpp', - 'tests/TransparencyWinTest.cpp', 'tests/WebPageNewSerializerTest.cpp', 'tests/WebPageSerializerTest.cpp', ],