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

Unified Diff: content/public/android/java/AndroidManifest.xml

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/public/android/java/AndroidManifest.xml
diff --git a/content/public/android/java/AndroidManifest.xml b/content/public/android/java/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..46a2e610c8c97a1161931bfcd43f17d2278428fc
--- /dev/null
+++ b/content/public/android/java/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. -->
+
+<!-- This dummy manifest is passed to aapt when generating R.java. The package
+ name given below determines the package that R.java is generated into. -->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.chromium.content">
+</manifest>

Powered by Google App Engine
This is Rietveld 408576698