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

Unified Diff: android_webview/build/AndroidManifest.xml

Issue 255613003: Move ui and content resources into one location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing headers Created 6 years, 6 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/build/jarjar_resources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/build/AndroidManifest.xml
diff --git a/android_webview/build/AndroidManifest.xml b/android_webview/build/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5e8c3dba6a2397259f8f5c3cefb672d329a8be33
--- /dev/null
+++ b/android_webview/build/AndroidManifest.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.webview.chromium">
+</manifest>
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/build/jarjar_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698