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

Unified Diff: base/base.gypi

Issue 10035034: Implement the skeleton of an android content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed drawable png as it was checked in separately. 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 74899b2b962f53846d18279be546efed37f67cbe..302f62026824cfa7a2e1d33a27bc5e493f04f6e9 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -21,6 +21,8 @@
'third_party/nspr/prtime.h',
'third_party/nspr/prcpucfg_linux.h',
'third_party/xdg_mime/xdgmime.h',
+ 'android/base_jni_registrar.cc',
+ 'android/base_jni_registrar.h',
'android/build_info.cc',
'android/build_info.h',
'android/scoped_java_ref.cc',
@@ -29,6 +31,10 @@
'android/jni_android.h',
'android/jni_array.cc',
'android/jni_array.h',
+ 'android/jni_helper.cc',
+ 'android/jni_helper.h',
+ 'android/jni_registrar.cc',
+ 'android/jni_registrar.h',
'android/jni_string.cc',
'android/jni_string.h',
'android/path_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698