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

Unified Diff: build/jni_generator.gypi

Issue 15888011: Android WebView: add empty jarjar ruleset. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/jni_generator.gypi
diff --git a/build/jni_generator.gypi b/build/jni_generator.gypi
index a5b9db60e3bd77d2a96c9ed672aca009b3f22f9a..7c3e5a116d923fdb893dbf72c448efb06c5daf1a 100644
--- a/build/jni_generator.gypi
+++ b/build/jni_generator.gypi
@@ -55,6 +55,13 @@
],
'message': 'Generating JNI bindings from <(RULE_INPUT_PATH)',
'process_outputs_as_sources': 1,
+ 'conditions': [
+ ['jni_generator_jarjar_file!=""', {
bulach 2013/05/30 10:50:36 nit: space around !=
Torne 2013/05/30 11:08:31 Done.
+ 'inputs': [
+ '<(jni_generator_jarjar_file)',
+ ],
+ }]
+ ],
},
],
# This target exports a hard dependency because it generates header
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698