summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.derived.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-07-23 15:36:21 +0100
committerSteve Block <steveblock@google.com>2009-07-24 15:00:09 +0100
commit7ad3d374c8125c81503386bf888b4471ee05a926 (patch)
treeb4ab211c7baabb09f28b143fc78857b2d28269e7 /WebCore/Android.derived.mk
parenta60a418400e4a7700fbef16df055a5aa7314c75b (diff)
downloadexternal_webkit-7ad3d374c8125c81503386bf888b4471ee05a926.zip
external_webkit-7ad3d374c8125c81503386bf888b4471ee05a926.tar.gz
external_webkit-7ad3d374c8125c81503386bf888b4471ee05a926.tar.bz2
Android specifics for 'Removes uneccessary IDL files for Geolocation permissions'.
Diffstat (limited to 'WebCore/Android.derived.mk')
-rw-r--r--WebCore/Android.derived.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index c8a2651..4a90eef 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -25,7 +25,6 @@
# dom/EventTarget.idl \
# html/CanvasPixelArray.idl \
# page/AbstractView.idl \
-# page/PositionCallback.idl \
# svg/ElementTimeControl.idl \
# svg/SVGAnimatedPathData.idl \
# svg/SVGAnimatedPoints.idl \
@@ -430,12 +429,6 @@ $(patsubst %.h,%.cpp,$(GEN)): $(intermediates)/loader/appcache/%.cpp : $(interme
# out/.../JSAbstractView.cpp:27:26: error: AbstractView.h: No such file or directory
# I can't find AbstractView.h anywhere
# $(intermediates)/page/JSAbstractView.h \
-#
-# also:
-#
-# out/.../JSPositionCallback.cpp:145: error: no matching function for call to 'WebCore::PositionCallback::handleEvent(WebCore::Geoposition*&)'
-# note: candidates are: virtual void WebCore::PositionCallback::handleEvent(WebCore::Geoposition*, bool&)
-# $(intermediates)/page/JSPositionCallback.h \
GEN := \
$(intermediates)/page/JSBarInfo.h \
@@ -449,7 +442,6 @@ GEN := \
$(intermediates)/page/JSLocation.h \
$(intermediates)/page/JSNavigator.h \
$(intermediates)/page/JSPositionError.h \
- $(intermediates)/page/JSPositionErrorCallback.h \
$(intermediates)/page/JSScreen.h \
$(intermediates)/page/JSWebKitPoint.h \
$(intermediates)/page/JSWorkerNavigator.h