Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: base/android/jni_android.h

Issue 10035034: Implement the skeleton of an android content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing up most of the review comments. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_android.h
diff --git a/base/android/jni_android.h b/base/android/jni_android.h
index e483281dffb77e44afb327c35c82e19a33e0f60b..858d8e420334ec7f4614eab3f3f00648617887be 100644
--- a/base/android/jni_android.h
+++ b/base/android/jni_android.h
@@ -11,6 +11,9 @@
#include "base/android/scoped_java_ref.h"
#include "base/compiler_specific.h"
+// Used to mark symbols to be exported in a shared library's symbol table.
+#define JNI_EXPORT __attribute__ ((visibility("default")))
John Grabowski 2012/04/19 18:55:27 I believe this is in http://chromiumcodereview.app
Ted C 2012/04/19 23:21:07 Done.
+
namespace base {
namespace android {
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698