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

Unified Diff: chrome/chrome_browser.gypi

Issue 12558005: [Android] Change jni_gen_dir to jni_gen_package for jni_generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « build/jni_generator.gypi ('k') | components/navigation_interception.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index acb79d8ff9a5262af054562680a9113491156e3d..9d214cc640f85dfc73af63e47e17933e5503ea46 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3148,7 +3148,7 @@
'android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java',
],
'variables': {
- 'jni_gen_dir': 'chrome',
+ 'jni_gen_package': 'chrome',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « build/jni_generator.gypi ('k') | components/navigation_interception.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698