OSDN Git Service

Merge "Double buffering for layers"
[android-x86/external-webkit.git] / Source / WebCore / Android.mk
index 83bfc91..075dd71 100644 (file)
@@ -188,6 +188,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        dom/ScriptRunner.cpp \
        dom/SelectElement.cpp \
        dom/SelectorNodeList.cpp \
+       dom/ShadowRoot.cpp \
        dom/SpaceSplitString.cpp \
        dom/StaticHashSetNodeList.cpp \
        dom/StaticNodeList.cpp \
@@ -201,6 +202,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        dom/TouchEvent.cpp \
        dom/TouchList.cpp \
        dom/Traversal.cpp \
+       dom/TreeScope.cpp \
        dom/TreeWalker.cpp \
        dom/UIEvent.cpp \
        dom/UIEventWithKeyState.cpp \
@@ -272,7 +274,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        editing/visible_units.cpp \
        \
        fileapi/Blob.cpp \
-       fileapi/BlobBuilder.cpp \
        fileapi/BlobURL.cpp \
        fileapi/DOMFileSystemBase.cpp \
        fileapi/DOMFileSystemSync.cpp \
@@ -289,6 +290,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        fileapi/FileStreamProxy.cpp \
        fileapi/FileThread.cpp \
        fileapi/ThreadableBlobRegistry.cpp \
+       fileapi/WebKitBlobBuilder.cpp \
        \
        history/BackForwardController.cpp \
        history/BackForwardListImpl.cpp \
@@ -407,7 +409,12 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        html/parser/TextViewSourceParser.cpp \
        html/parser/XSSFilter.cpp \
        \
+       html/shadow/DetailsMarkerControl.cpp \
        html/shadow/MediaControls.cpp \
+       html/shadow/MediaControlElements.cpp \
+       html/shadow/MediaControlRootElement.cpp \
+       html/shadow/MeterShadowElement.cpp \
+       html/shadow/ProgressShadowElement.cpp \
        html/shadow/SliderThumbElement.cpp \
        html/shadow/TextControlInnerElements.cpp \
        \
@@ -546,6 +553,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        platform/LocalizedStrings.cpp \
        platform/Logging.cpp \
        platform/MIMETypeRegistry.cpp \
+       platform/RuntimeApplicationChecks.cpp \
        platform/SchemeRegistry.cpp \
        platform/ScrollAnimator.cpp \
        platform/ScrollView.cpp \
@@ -624,9 +632,10 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        platform/graphics/WidthIterator.cpp \
        \
        platform/graphics/android/AndroidAnimation.cpp \
-       platform/graphics/android/BackedDoubleBufferedTexture.cpp \
        platform/graphics/android/BaseLayerAndroid.cpp \
+       platform/graphics/android/BaseRenderer.cpp \
        platform/graphics/android/BaseTile.cpp \
+       platform/graphics/android/BaseTileTexture.cpp \
        platform/graphics/android/BitmapAllocatorAndroid.cpp \
        platform/graphics/android/ClassTracker.cpp \
        platform/graphics/android/DoubleBufferedTexture.cpp \
@@ -635,6 +644,9 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        platform/graphics/android/FontCustomPlatformData.cpp \
        platform/graphics/android/FontDataAndroid.cpp \
        platform/graphics/android/FontPlatformDataAndroid.cpp \
+       platform/graphics/android/GaneshContext.cpp \
+       platform/graphics/android/GaneshRenderer.cpp \
+       platform/graphics/android/GLExtras.cpp \
        platform/graphics/android/GLUtils.cpp \
        platform/graphics/android/GLWebViewState.cpp \
        platform/graphics/android/GlyphMapAndroid.cpp \
@@ -644,16 +656,18 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        platform/graphics/android/ImageAndroid.cpp \
        platform/graphics/android/ImageBufferAndroid.cpp \
        platform/graphics/android/ImageSourceAndroid.cpp \
+       platform/graphics/android/ImageTexture.cpp \
+       platform/graphics/android/Layer.cpp \
        platform/graphics/android/LayerAndroid.cpp \
-       platform/graphics/android/LayerTexture.cpp \
        platform/graphics/android/MediaLayer.cpp \
        platform/graphics/android/MediaTexture.cpp \
-       platform/graphics/android/PaintLayerOperation.cpp \
        platform/graphics/android/PaintTileOperation.cpp \
+       platform/graphics/android/PaintedSurface.cpp \
        platform/graphics/android/PathAndroid.cpp \
        platform/graphics/android/PatternAndroid.cpp \
        platform/graphics/android/PlatformGraphicsContext.cpp \
        platform/graphics/android/PerformanceMonitor.cpp \
+       platform/graphics/android/RasterRenderer.cpp \
        platform/graphics/android/ScrollableLayerAndroid.cpp \
        platform/graphics/android/SharedBufferStream.cpp \
        platform/graphics/android/ShaderProgram.cpp \
@@ -661,9 +675,14 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        platform/graphics/android/TextureInfo.cpp \
        platform/graphics/android/TexturesGenerator.cpp \
        platform/graphics/android/TilesManager.cpp \
+       platform/graphics/android/TilesProfiler.cpp \
        platform/graphics/android/TiledPage.cpp \
+       platform/graphics/android/TiledTexture.cpp \
+       platform/graphics/android/TransferQueue.cpp \
+       platform/graphics/android/UpdateManager.cpp \
        platform/graphics/android/VideoLayerAndroid.cpp \
        platform/graphics/android/VideoLayerManager.cpp \
+       platform/graphics/android/ZoomManager.cpp \
        platform/graphics/android/android_graphics.cpp \
 
 ifeq ($(ENABLE_SVG), true)
@@ -716,6 +735,9 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        \
        platform/image-encoders/skia/JPEGImageEncoder.cpp \
        \
+       platform/leveldb/LevelDBDatabase.cpp \
+       platform/leveldb/LevelDBIterator.cpp \
+       \
        platform/mock/DeviceOrientationClientMock.cpp \
        platform/mock/GeolocationClientMock.cpp \
        platform/mock/GeolocationServiceMock.cpp \
@@ -807,7 +829,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
        rendering/InlineFlowBox.cpp \
        rendering/InlineTextBox.cpp \
        rendering/LayoutState.cpp \
-       rendering/MediaControlElements.cpp \
        rendering/PointerEventsHitRules.cpp \
        rendering/RenderApplet.cpp \
        rendering/RenderArena.cpp \