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

Unified Diff: content/content.gyp

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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_tests.gypi ('k') | content/content_tests.gypi » ('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 a0d3877fe75af6ec1fbec594f0623708d1cf507d..8531178be194679e2ec2ebccbed3637f8a617b54 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -291,6 +291,9 @@
'variables': {
'package_name': 'content',
'java_in_dir': '../content/public/android/java',
+ 'has_java_resources': 1,
+ 'R_package': 'org.chromium.content',
+ 'R_package_relpath': 'org/chromium/content',
},
'includes': [ '../build/java.gypi' ],
},
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698