summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorCary Clark <>2009-03-25 08:47:23 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 08:47:23 -0700
commit1798915c75aa732196b30c29ef48d0d2975cd1b3 (patch)
tree3e1399f1ab713b57e31dbe3c56464a1087e3e68d /WebCore
parent469a7df2e8a310b163b244af6bcc308ab29f0a1c (diff)
downloadexternal_webkit-1798915c75aa732196b30c29ef48d0d2975cd1b3.zip
external_webkit-1798915c75aa732196b30c29ef48d0d2975cd1b3.tar.gz
external_webkit-1798915c75aa732196b30c29ef48d0d2975cd1b3.tar.bz2
Automated import from //branches/master/...@142546,142546
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/Android.derived.mk28
-rw-r--r--WebCore/Android.mk20
2 files changed, 43 insertions, 5 deletions
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index faac348..aad33d5 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -15,6 +15,34 @@
## limitations under the License.
##
+# This comment block is read by tools/webkitsync/diff.cpp
+# Don't remove it or move it.
+# If you edit it, keep it in alphabetical order
+#
+# The following files are intentionally not included
+# LOCAL_SRC_FILES_EXCLUDED := \
+# css/RGBColor.idl \
+# dom/EventListener.idl \
+# dom/EventTarget.idl \
+# dom/Worker*.idl \
+# html/CanvasPixelArray.idl \
+# html/HTMLAudioElement.idl \
+# html/HTMLMediaElement.idl \
+# page/AbstractView.idl \
+# page/PositionCallback.idl \
+# page/Worker*.idl \
+
+# This comment block is read by tools/webkitsync/diff.cpp
+# Don't remove it or move it.
+# If you edit it, keep it in alphabetical order
+#
+# The following directory wildcard matches are intentionally not included
+# If an entry starts with '/', any subdirectory may match
+# If an entry starts with '^', the first directory must match
+# LOCAL_DIR_WILDCARD_EXCLUDED := \
+# ^storage/* \
+# ^svg/* \
+
LOCAL_SRC_FILES :=
# CSS property names and value keywords
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index 7b909e3..27e721c 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -32,6 +32,7 @@
# bindings/js/JSSVG*.cpp \
# bindings/js/JSStorageCustom.cpp \
# bindings/js/JSXSLTProcessor*.cpp \
+# bindings/js/JSWorker*.cpp \
# bindings/js/*Gtk.cpp \
# bindings/js/*Qt.cpp \
# bindings/js/*Win.cpp \
@@ -40,6 +41,8 @@
# css/CSSGrammar.y \
# css/SVG*.cpp \
# dom/XMLTokenizerQt.cpp \
+# dom/Worker*.cpp \
+# editing/BackForwardListChromium.cpp \
# editing/SmartReplace*.cpp \
# html/FileList.cpp \
# html/HTMLAudioElement.cpp \
@@ -56,9 +59,12 @@
# page/Accessibility*.cpp \
# page/InspectorController.cpp \
# page/JavaScript*.cpp \
+# page/WorkerNavigator.cpp \
# platform/ThreadingNone.cpp \
# platform/graphics/FloatPoint3D.cpp \
# rendering/RenderSVG*.cpp \
+# rendering/RenderThemeChromiumGtk.cpp \
+# rendering/RenderThemeChromiumWin.cpp \
# rendering/RenderThemeSafari.cpp \
# rendering/RenderThemeWin.cpp \
# rendering/RenderVideo.cpp \
@@ -79,9 +85,11 @@
# /cairo/* \
# /cf/* \
# /cg/* \
+# /chromium/* \
# /curl/* \
# /gtk/* \
# /image-decoders/* \
+# ^inspector/* \
# ^ksvg2/* \
# ^loader\/appcache/* \
# ^loader\/archive/* \
@@ -91,10 +99,12 @@
# ^platform\/graphics\/filters/* \
# ^platform\/network\/soup/* \
# /qt/* \
+# /skia/* \
# ^storage/* \
# ^svg/* \
# /symbian/* \
# /win/* \
+# /wml/* \
# /wx/* \
@@ -198,6 +208,7 @@ LOCAL_SRC_FILES := \
bridge/runtime_method.cpp \
bridge/runtime_object.cpp \
bridge/runtime_root.cpp \
+ \
css/CSSBorderImageValue.cpp \
css/CSSCanvasValue.cpp \
css/CSSCharsetRule.cpp \
@@ -476,7 +487,6 @@ LOCAL_SRC_FILES := \
html/HTMLTokenizer.cpp \
html/HTMLUListElement.cpp \
html/HTMLViewSourceDocument.cpp \
- \
html/ImageData.cpp \
html/PreloadScanner.cpp \
html/TimeRanges.cpp \
@@ -508,8 +518,8 @@ LOCAL_SRC_FILES := \
loader/SubresourceLoader.cpp \
loader/TextDocument.cpp \
loader/TextResourceDecoder.cpp \
- \
loader/ThreadableLoader.cpp \
+ \
loader/icon/IconDatabase.cpp \
loader/icon/IconFetcher.cpp \
loader/icon/IconLoader.cpp \
@@ -629,6 +639,7 @@ LOCAL_SRC_FILES := \
platform/graphics/SegmentedFontData.cpp \
platform/graphics/SimpleFontData.cpp \
platform/graphics/StringTruncator.cpp \
+ platform/graphics/WidthIterator.cpp \
\
platform/graphics/android/BitmapAllocatorAndroid.cpp \
platform/graphics/android/FontAndroid.cpp \
@@ -649,8 +660,6 @@ LOCAL_SRC_FILES := \
platform/graphics/android/TransformationMatrixAndroid.cpp \
platform/graphics/android/android_graphics.cpp \
\
- platform/graphics/WidthIterator.cpp \
- \
platform/graphics/skia/NativeImageSkia.cpp \
\
platform/graphics/transforms/MatrixTransformOperation.cpp \
@@ -688,7 +697,6 @@ LOCAL_SRC_FILES := \
platform/sql/SQLiteDatabase.cpp \
platform/sql/SQLiteStatement.cpp \
platform/sql/SQLiteTransaction.cpp \
- storage/DatabaseAuthorizer.cpp \
\
platform/text/AtomicString.cpp \
platform/text/Base64.cpp \
@@ -822,6 +830,8 @@ LOCAL_SRC_FILES := \
rendering/style/StyleTransformData.cpp \
rendering/style/StyleVisualData.cpp \
\
+ storage/DatabaseAuthorizer.cpp \
+ \
xml/DOMParser.cpp \
xml/XMLHttpRequest.cpp \
xml/XMLHttpRequestUpload.cpp \