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

Unified Diff: build/android/java_cpp_template.gypi

Issue 12374036: Generate Java template enums into correct Java package hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/java_cpp_template.gypi
diff --git a/build/android/java_cpp_template.gypi b/build/android/java_cpp_template.gypi
index 3c5704ea3f7bf3c42657a8a9bb1c4fd8f3aa2642..89058b0bc9e20b761df442de864dbe453ec4488e 100644
--- a/build/android/java_cpp_template.gypi
+++ b/build/android/java_cpp_template.gypi
@@ -17,7 +17,7 @@
# 'net/android/NetError.template',
# ],
# 'variables': {
-# 'package_name': 'org.chromium.net',
+# 'package_name': 'org/chromium/net',
# 'template_deps': ['net/base/certificate_mime_type_list.h'],
# },
# 'includes': [ '../build/android/java_constants.gypi' ],
« no previous file with comments | « no previous file | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698