Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: jni/Android.mk

Issue 6606493159784448: New JNI bindings (Closed)
Patch Set: Fixed wrong signature for getElementHidingSelectors. Created March 20, 2014, 12:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | jni/JniCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/Android.mk
diff --git a/jni/Android.mk b/jni/Android.mk
index 9d7f4f3cd7b1117f9f396d1e4c232f390e0a8577..78e11dd11ab4b36fc7ab22dedd4de77d5bb43092 100755
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -25,6 +25,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := abpEngine
LOCAL_SRC_FILES := AbpEngine.cpp Utils.cpp AndroidLogSystem.cpp AndroidWebRequest.cpp
+LOCAL_SRC_FILES += JniJsEngine.cpp JniFilterEngine.cpp
+LOCAL_SRC_FILES += JniJsValue.cpp JniFilter.cpp JniSubscription.cpp
+LOCAL_SRC_FILES += JniEventCallback.cpp JniLogSystem.cpp JniWebRequest.cpp JniUpdaterCallback.cpp JniFilterChangeCallback.cpp
LOCAL_CPP_FEATURES := rtti exceptions
LOCAL_CFLAGS += -std=gnu++0x
« no previous file with comments | « no previous file | jni/JniCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld