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

Unified Diff: base/base.gyp

Issue 9384011: Chrome on Android: adds jni_generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wraps python and .h output at 80cols. Created 8 years, 10 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 | « base/android/jni_generator/sample_for_tests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 324c8122d1956a8fed8a2bc5609c8a8d8d9fb3c1..d34476b0ef0cf62191d49a38962a594ff38d51dc 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -293,6 +293,9 @@
'android/scoped_java_ref_unittest.cc',
'debug/stack_trace_unittest.cc',
],
+ 'dependencies': [
+ 'android/jni_generator/jni_generator.gyp:jni_generator_py_tests',
+ ],
}],
['use_glib==1', {
'sources!': [
« no previous file with comments | « base/android/jni_generator/sample_for_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698