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

Unified Diff: base/base.gyp

Issue 1294883002: Revert of [Android] Add a java.lang.System wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 f5d0fbd49a18343c92991ef55711181861a7d873..4a558d8db5cfc597f3733ffc3f989e629619c276 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1381,7 +1381,6 @@
},
'dependencies': [
'android_runtime_jni_headers',
- 'android_system_jni_headers',
],
'includes': [ '../build/jni_generator.gypi' ],
},
@@ -1393,16 +1392,6 @@
'jni_gen_package': 'base',
'input_java_class': 'java/lang/Runtime.class',
},
- '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' ],
},
{
« 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