OSDN Git Service

Merge change 22906 into eclair
[android-x86/external-webkit.git] / WebKit / Android.mk
1 ## 
2 ##
3 ## Copyright 2008, The Android Open Source Project
4 ##
5 ## Licensed under the Apache License, Version 2.0 (the "License");
6 ## you may not use this file except in compliance with the License.
7 ## You may obtain a copy of the License at
8 ##
9 ##     http://www.apache.org/licenses/LICENSE-2.0
10 ##
11 ## Unless required by applicable law or agreed to in writing, software
12 ## distributed under the License is distributed on an "AS IS" BASIS,
13 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ## See the License for the specific language governing permissions and
15 ## limitations under the License.
16 ##
17
18 LOCAL_SRC_FILES := \
19         android/WebCoreSupport/ChromeClientAndroid.cpp \
20         android/WebCoreSupport/ContextMenuClientAndroid.cpp \
21         android/WebCoreSupport/DragClientAndroid.cpp \
22         android/WebCoreSupport/EditorClientAndroid.cpp \
23         android/WebCoreSupport/FrameLoaderClientAndroid.cpp \
24         android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp \
25         android/WebCoreSupport/GeolocationPermissions.cpp \
26         \
27         android/RenderSkinAndroid.cpp \
28         android/RenderSkinButton.cpp \
29         android/RenderSkinCombo.cpp \
30         android/RenderSkinRadio.cpp \
31         android/TimeCounter.cpp \
32         android/sort.cpp \
33         \
34         android/icu/unicode/ucnv.cpp \
35         \
36         android/jni/GeolocationPermissionsBridge.cpp \
37         android/jni/JavaBridge.cpp \
38         android/jni/JavaSharedClient.cpp \
39         android/jni/MockGeolocation.cpp \
40         android/jni/PictureSet.cpp \
41         android/jni/WebCoreFrameBridge.cpp \
42         android/jni/WebCoreJni.cpp \
43         android/jni/WebCoreResourceLoader.cpp \
44         android/jni/WebFrameView.cpp \
45         android/jni/WebHistory.cpp \
46         android/jni/WebIconDatabase.cpp \
47         android/jni/WebStorage.cpp \
48         android/jni/WebSettings.cpp \
49         android/jni/WebViewCore.cpp \
50         \
51         android/nav/CacheBuilder.cpp \
52         android/nav/CachedFrame.cpp \
53         android/nav/CachedHistory.cpp \
54         android/nav/CachedNode.cpp \
55         android/nav/CachedRoot.cpp \
56         android/nav/FindCanvas.cpp \
57         android/nav/SelectText.cpp \
58         android/nav/WebView.cpp \
59         \
60         android/plugins/ANPBitmapInterface.cpp \
61         android/plugins/ANPCanvasInterface.cpp \
62         android/plugins/ANPLogInterface.cpp \
63         android/plugins/ANPMatrixInterface.cpp \
64         android/plugins/ANPPaintInterface.cpp \
65         android/plugins/ANPPathInterface.cpp \
66         android/plugins/ANPSoundInterface.cpp \
67         android/plugins/ANPSurfaceInterface.cpp \
68         android/plugins/ANPSystemInterface.cpp \
69         android/plugins/ANPTypefaceInterface.cpp \
70         android/plugins/ANPWindowInterface.cpp \
71         android/plugins/PluginSurface.cpp \
72         android/plugins/PluginTimer.cpp \
73         android/plugins/PluginViewBridgeAndroid.cpp \
74         android/plugins/PluginWidgetAndroid.cpp \
75         android/plugins/SkANP.cpp \
76         \
77         android/wds/Command.cpp \
78         android/wds/Connection.cpp \
79         android/wds/DebugServer.cpp