Home | History | Annotate | Download | only in WebKit
      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/CachedFramePlatformDataAndroid.cpp \
     20 	android/WebCoreSupport/ChromeClientAndroid.cpp \
     21 	android/WebCoreSupport/ContextMenuClientAndroid.cpp \
     22 	android/WebCoreSupport/DragClientAndroid.cpp \
     23 	android/WebCoreSupport/EditorClientAndroid.cpp \
     24 	android/WebCoreSupport/FrameLoaderClientAndroid.cpp \
     25 	android/WebCoreSupport/GeolocationPermissions.cpp \
     26 	android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp \
     27 	android/WebCoreSupport/PlatformBridge.cpp \
     28 	android/WebCoreSupport/ResourceLoaderAndroid.cpp \
     29 	android/WebCoreSupport/V8Counters.cpp \
     30 	\
     31 	android/RenderSkinAndroid.cpp \
     32 	android/RenderSkinButton.cpp \
     33 	android/RenderSkinCombo.cpp \
     34 	android/RenderSkinRadio.cpp \
     35 	android/TimeCounter.cpp \
     36 	\
     37 	android/benchmark/Intercept.cpp \
     38 	android/benchmark/MyJavaVM.cpp \
     39 	\
     40 	android/icu/unicode/ucnv.cpp \
     41 	\
     42 	android/jni/GeolocationPermissionsBridge.cpp \
     43 	android/jni/JavaBridge.cpp \
     44 	android/jni/JavaSharedClient.cpp \
     45 	android/jni/MIMETypeRegistry.cpp \
     46 	android/jni/MockGeolocation.cpp \
     47 	android/jni/PictureSet.cpp \
     48 	android/jni/WebCoreFrameBridge.cpp \
     49 	android/jni/WebCoreJni.cpp \
     50 	android/jni/WebCoreResourceLoader.cpp \
     51 	android/jni/WebFrameView.cpp \
     52 	android/jni/WebHistory.cpp \
     53 	android/jni/WebIconDatabase.cpp \
     54 	android/jni/WebStorage.cpp \
     55 	android/jni/WebSettings.cpp \
     56 	android/jni/WebViewCore.cpp \
     57 	\
     58 	android/nav/CacheBuilder.cpp \
     59 	android/nav/CachedFrame.cpp \
     60 	android/nav/CachedHistory.cpp \
     61 	android/nav/CachedInput.cpp \
     62 	android/nav/CachedLayer.cpp \
     63 	android/nav/CachedNode.cpp \
     64 	android/nav/CachedRoot.cpp \
     65 	android/nav/FindCanvas.cpp \
     66 	android/nav/SelectText.cpp \
     67 	android/nav/WebView.cpp \
     68 	\
     69 	android/plugins/ANPBitmapInterface.cpp \
     70 	android/plugins/ANPCanvasInterface.cpp \
     71 	android/plugins/ANPEventInterface.cpp \
     72 	android/plugins/ANPLogInterface.cpp \
     73 	android/plugins/ANPMatrixInterface.cpp \
     74 	android/plugins/ANPPaintInterface.cpp \
     75 	android/plugins/ANPPathInterface.cpp \
     76 	android/plugins/ANPSoundInterface.cpp \
     77 	android/plugins/ANPSurfaceInterface.cpp \
     78 	android/plugins/ANPSystemInterface.cpp \
     79 	android/plugins/ANPTypefaceInterface.cpp \
     80 	android/plugins/ANPWindowInterface.cpp \
     81 	android/plugins/PluginDebugAndroid.cpp \
     82 	android/plugins/PluginTimer.cpp \
     83 	android/plugins/PluginViewBridgeAndroid.cpp \
     84 	android/plugins/PluginWidgetAndroid.cpp \
     85 	android/plugins/SkANP.cpp \
     86 	\
     87 	android/wds/Command.cpp \
     88 	android/wds/Connection.cpp \
     89 	android/wds/DebugServer.cpp
     90