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

Unified Diff: base/base.gyp

Issue 1283543003: [Android] Add a java.lang.System wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 5 years, 4 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/java_system.cc ('k') | base/base.gypi » ('j') | 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 4a558d8db5cfc597f3733ffc3f989e629619c276..f5d0fbd49a18343c92991ef55711181861a7d873 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1381,6 +1381,7 @@
},
'dependencies': [
'android_runtime_jni_headers',
+ 'android_system_jni_headers',
],
'includes': [ '../build/jni_generator.gypi' ],
},
@@ -1395,6 +1396,16 @@
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
{
+ # GN: //base:android_system_jni_headers
+ 'target_name': 'android_system_jni_headers',
+ 'type': 'none',
+ 'variables': {
+ 'jni_gen_package': 'base',
+ 'input_java_class': 'java/lang/System.class',
+ },
+ 'includes': [ '../build/jar_file_jni_generator.gypi' ],
+ },
+ {
# TODO(GN)
'target_name': 'base_unittests_jni_headers',
'type': 'none',
« no previous file with comments | « base/android/java_system.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698