summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/Android.mk')
-rw-r--r--JavaScriptCore/Android.mk36
1 files changed, 2 insertions, 34 deletions
diff --git a/JavaScriptCore/Android.mk b/JavaScriptCore/Android.mk
index 6bab02d..ba7f05a 100644
--- a/JavaScriptCore/Android.mk
+++ b/JavaScriptCore/Android.mk
@@ -1,5 +1,5 @@
##
-## Copyright 2007, The Android Open Source Project
+## Copyright 2009, The Android Open Source Project
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted provided that the following conditions
@@ -23,40 +23,8 @@
## OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
##
-#LOCAL_CFLAGS += -E -v
-
-# This comment block is read by tools/webkitsync/diff.cpp
-# Don't remove it or move it.
-#
-# The following files are intentionally not included
-# LOCAL_SRC_FILES_EXCLUDED := \
-# AllInOneFile.cpp \
-# jsc.cpp \
-# parser/Grammar.y \
-# pcre/ucptable.cpp \
-# wtf/GOwnPtr.cpp \
-# wtf/*Gtk.cpp \
-# wtf/*Qt.cpp \
-# wtf/*Win.cpp \
-
-# This comment block is read by tools/webkitsync/diff.cpp
-# Don't remove it or move it.
-#
-# The following directory wildcard matches are intentionally not included
-# If an entry starts with '/', any subdirectory may match
-# If an entry starts with '^', the first directory must match
-# LOCAL_DIR_WILDCARD_EXCLUDED := \
-# ^API/* \
-# /chromium/* \
-# /gtk/* \
-# ^jit/* \
-# /mac/* \
-# /qt/* \
-# /win/* \
-# /wx/* \
-
LOCAL_SRC_FILES := \
- API/JSValueRef.cpp \
+ API/JSValueRef.cpp \
API/JSCallbackObject.cpp \
API/OpaqueJSString.cpp \
\