From 4aac085d417cce1ecefcf0553724beede7a9670b Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Fri, 13 May 2011 16:55:45 +0100 Subject: Merge WebKit at r75993: Fix Makefiles Change-Id: I81db2c8ade83fcaf85db13629a12b7e0d2e6dccc --- Android.mk | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 80835f4..acc102c 100644 --- a/Android.mk +++ b/Android.mk @@ -127,17 +127,13 @@ WEBKIT_SRC_FILES := # We have to use bison 2.3 include $(BASE_PATH)/bison_check.mk -<<<<<<< HEAD SOURCE_PATH := $(BASE_PATH)/Source WEBCORE_PATH := $(SOURCE_PATH)/WebCore JAVASCRIPTCORE_PATH := $(SOURCE_PATH)/JavaScriptCore -WEBKIT_PATH := $(BASE_PATH)/WebKit +WEBKIT_PATH := $(SOURCE_PATH)/WebKit WEBCORE_INTERMEDIATES_PATH := $(base_intermediates)/Source/WebCore -# Build our list of include paths. We include WebKit/android/icu first so that -======= # Build our list of include paths. We include Source/WebKit/android/icu first so that ->>>>>>> WebKit.org @ r75993 # any files that include will include our ucnv.h first. We # also add external/ as an include directory so that we can specify the real # icu header directory as a more exact reference to avoid including our ucnv.h. @@ -146,11 +142,7 @@ WEBCORE_INTERMEDIATES_PATH := $(base_intermediates)/Source/WebCore # the right config.h. LOCAL_C_INCLUDES := \ $(JNI_H_INCLUDE) \ -<<<<<<< HEAD $(WEBKIT_PATH)/android/icu \ -======= - $(LOCAL_PATH)/Source/WebKit/android/icu \ ->>>>>>> WebKit.org @ r75993 external/ \ external/icu4c/common \ external/icu4c/i18n \ @@ -174,7 +166,6 @@ LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \ $(SOURCE_PATH) LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \ -<<<<<<< HEAD $(WEBCORE_PATH) \ $(WEBCORE_PATH)/accessibility \ $(WEBCORE_PATH)/bindings/ \ @@ -237,14 +228,6 @@ LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \ $(WEBCORE_PATH)/websockets \ $(WEBCORE_PATH)/workers \ $(WEBCORE_PATH)/xml -======= - $(LOCAL_PATH)/Source/WebKit/android \ - $(LOCAL_PATH)/Source/WebKit/android/WebCoreSupport \ - $(LOCAL_PATH)/Source/WebKit/android/jni \ - $(LOCAL_PATH)/Source/WebKit/android/nav \ - $(LOCAL_PATH)/Source/WebKit/android/plugins \ - $(LOCAL_PATH)/Source/WebKit/android/stl ->>>>>>> WebKit.org @ r75993 LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \ $(WEBKIT_PATH)/android \ @@ -310,7 +293,7 @@ include $(LOCAL_PATH)/Android.derived.v8bindings.mk endif # Include source files for android WebKit port -d := WebKit +d := Source/WebKit LOCAL_PATH := $(BASE_PATH)/$d intermediates := $(base_intermediates)/$d include $(LOCAL_PATH)/Android.mk @@ -490,7 +473,7 @@ LOCAL_CPPFLAGS := $(WEBKIT_CPPFLAGS) LOCAL_C_INCLUDES := $(WEBKIT_C_INCLUDES) LOCAL_PATH := $(BASE_PATH) LOCAL_SRC_FILES := \ - WebKit/android/jni/WebCoreJniOnLoad.cpp + Source/WebKit/android/jni/WebCoreJniOnLoad.cpp ifeq ($(ENABLE_AUTOFILL),true) # AutoFill requires some cpp files from Chromium to link with @@ -498,10 +481,10 @@ ifeq ($(ENABLE_AUTOFILL),true) # because they have cpp file extensions, not .cc. LOCAL_CFLAGS += -DWEBKIT_IMPLEMENTATION=1 LOCAL_SRC_FILES += \ - WebKit/android/WebCoreSupport/autofill/MainThreadProxy.cpp \ - WebKit/chromium/src/WebCString.cpp \ - WebKit/chromium/src/WebRegularExpression.cpp \ - WebKit/chromium/src/WebString.cpp + Source/WebKit/android/WebCoreSupport/autofill/MainThreadProxy.cpp \ + Source/WebKit/chromium/src/WebCString.cpp \ + Source/WebKit/chromium/src/WebRegularExpression.cpp \ + Source/WebKit/chromium/src/WebString.cpp endif # Do this dependency by hand. The reason we have to do this is because the @@ -512,10 +495,10 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(filter %.h, $(WEBKIT_GENERATED_SOURCES)) include $(BUILD_SHARED_LIBRARY) # Build the wds client -include $(BASE_PATH)/WebKit/android/wds/client/Android.mk +include $(WEBKIT_PATH)/android/wds/client/Android.mk # Build the performance command line tool. -include $(BASE_PATH)/WebKit/android/benchmark/Android.mk +include $(WEBKIT_PATH)/android/benchmark/Android.mk # Build the webkit merge tool. include $(BASE_PATH)/Tools/android/webkitmerge/Android.mk -- cgit v1.1