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

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: don't include R.java files twice in test apks 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 | « content/content_tests.gypi ('k') | content/public/android/java/res/drawable/ondemand_overlay.9.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
cjhopman 2012/11/09 22:21:30 Is it possible to do this without the AndroidManif
newt (away) 2012/11/09 23:05:35 any ideas where this file could live?
cjhopman 2012/11/12 16:47:32 Probably build/android.
+</manifest>
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/android/java/res/drawable/ondemand_overlay.9.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698