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

Unified Diff: build/java.gypi

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index b3daebbee601c8a2f26e6d1763774c7423e13d18..a5f2a0c05ea08a7a60e6aa1137edc5f3aa105f71 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -37,7 +37,7 @@
# Android-compatible resources folder named res. If 1, R_package and
# R_package_relpath must also be set.
# R_package - The java package in which the R class (which maps resources to
-# integer IDs) should be generated, e.g. org.chromium.content.
+# integer IDs) should be generated, e.g. org.chromium.content_public.
# R_package_relpath - Same as R_package, but replace each '.' with '/'.
# java_strings_grd - The name of the grd file from which to generate localized
# strings.xml files, if any.
« no previous file with comments | « build/android/pylib/linker/test_case.py ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromiumApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698