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

Unified Diff: content/content.gyp

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 | « build/android/java_cpp_template.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 762379da465561610b4d93f29b68811bbb9b1387..0b4068969096c761ddff2e280400d468f46d443e 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -337,7 +337,7 @@
'public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template',
],
'variables': {
- 'package_name': 'org.chromium.content.browser',
+ 'package_name': 'org/chromium/content/browser',
'template_deps': ['public/common/page_transition_types_list.h'],
},
'includes': [ '../build/android/java_cpp_template.gypi' ],
« no previous file with comments | « build/android/java_cpp_template.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698