summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-13 16:23:25 +0100
committerBen Murdoch <benm@google.com>2011-05-16 11:35:02 +0100
commit65f03d4f644ce73618e5f4f50dd694b26f55ae12 (patch)
treef478babb801e720de7bfaee23443ffe029f58731 /Android.mk
parent47de4a2fb7262c7ebdb9cd133ad2c54c187454d0 (diff)
downloadexternal_webkit-65f03d4f644ce73618e5f4f50dd694b26f55ae12.zip
external_webkit-65f03d4f644ce73618e5f4f50dd694b26f55ae12.tar.gz
external_webkit-65f03d4f644ce73618e5f4f50dd694b26f55ae12.tar.bz2
Merge WebKit at r75993: Initial merge by git.
Change-Id: I602bbdc3974787a3b0450456a30a7868286921c3
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 22df37b..80835f4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -127,6 +127,7 @@ 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
@@ -134,6 +135,9 @@ WEBKIT_PATH := $(BASE_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 <unicode/ucnv.h> 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.
@@ -142,7 +146,11 @@ 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 \
@@ -166,6 +174,7 @@ LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \
$(SOURCE_PATH)
LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \
+<<<<<<< HEAD
$(WEBCORE_PATH) \
$(WEBCORE_PATH)/accessibility \
$(WEBCORE_PATH)/bindings/ \
@@ -228,6 +237,14 @@ 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 \