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

Unified Diff: components/navigation_interception.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 | « chrome/chrome_browser.gypi ('k') | components/web_contents_delegate_android.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_interception.gypi
diff --git a/components/navigation_interception.gypi b/components/navigation_interception.gypi
index 3e14df71b60f6c7e9384217138b0e831dbb2d329..993a916a02b17a184b508a9f5227d1158e14d92c 100644
--- a/components/navigation_interception.gypi
+++ b/components/navigation_interception.gypi
@@ -68,7 +68,7 @@
'navigation_interception/android/java/src/org/chromium/components/navigation_interception/NavigationParams.java',
],
'variables': {
- 'jni_gen_dir': 'navigation_interception',
+ 'jni_gen_package': 'navigation_interception',
},
'includes': [ '../build/jni_generator.gypi' ],
},
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/web_contents_delegate_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698