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

Unified Diff: android_webview/apk/java/AndroidManifest.xml

Issue 802453002: [android_webview] Split out an apk folder from the glue folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/apk/java/proguard.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/java/AndroidManifest.xml
diff --git a/android_webview/glue/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
similarity index 89%
rename from android_webview/glue/java/AndroidManifest.xml
rename to android_webview/apk/java/AndroidManifest.xml
index 175969b15b1cf66b0a2c6963a72a76561562fcc4..af0ce98584d1eb83b5164dc0203bf24d9d3fe897 100644
--- a/android_webview/glue/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -4,6 +4,9 @@
source code is governed by a BSD-style license that can be found in the
LICENSE file.
-->
+
+<!-- Please keep this in sync with the downstream android_webview manifest.
+-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.webview">
<uses-sdk android:minSdkVersion="21"
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/apk/java/proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698