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

Unified Diff: content/public/android/java/resource_map/org/chromium/content_public/R.java

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: content/public/android/java/resource_map/org/chromium/content_public/R.java
diff --git a/content/public/android/java/resource_map/org/chromium/content/R.java b/content/public/android/java/resource_map/org/chromium/content_public/R.java
similarity index 86%
rename from content/public/android/java/resource_map/org/chromium/content/R.java
rename to content/public/android/java/resource_map/org/chromium/content_public/R.java
index fec2ceaa47e15aec63c95b8b7504c19b03472d67..737d6cd48e74ed6cef03c7eb42833450a6c4888b 100644
--- a/content/public/android/java/resource_map/org/chromium/content/R.java
+++ b/content/public/android/java/resource_map/org/chromium/content_public/R.java
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.content;
+package org.chromium.content_public;
/**
* Provide Android internal resources to Chrome's content layer. This allows
- * classes that access resources via org.chromium.content.R to function properly
- * in webview. In a normal Chrome build, content resources live in a res folder
- * in the content layer and the org.chromium.content.R class is generated at
- * build time based on these resources. In webview, resources live in the
- * Android framework and can't be accessed directly from the content layer.
- * Instead, we copy resources needed by content into the Android framework and
- * use this R class to map resources IDs from org.chromium.content.R to
- * com.android.internal.R.
+ * classes that access resources via org.chromium.content_public.R to function
+ * properly in webview. In a normal Chrome build, content resources live in a
+ * res folder in the content layer and the org.chromium.content_public.R class
+ * is generated at build time based on these resources. In webview, resources
+ * live in the Android framework and can't be accessed directly from the content
+ * layer. Instead, we copy resources needed by content into the Android
+ * framework and use this R class to map resources IDs from
+ * org.chromium.content_public.R to com.android.internal.R.
*/
public final class R {
/** Attributes */

Powered by Google App Engine
This is Rietveld 408576698