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

Unified Diff: chrome/chrome.gyp

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove obsolete findbugs warnings 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index aec8a3ec3a06c9de390589ec0de3480eb3927cca..243a4cbd23f432554d9c1e9390a4a2d447742d0d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1060,6 +1060,9 @@
'variables': {
'package_name': 'chrome',
'java_in_dir': '../chrome/android/java',
+ 'has_java_resources': 1,
+ 'R_package': 'org.chromium.chrome',
+ 'R_package_relpath': 'org/chromium/chrome',
},
'includes': [
'../build/java.gypi',

Powered by Google App Engine
This is Rietveld 408576698