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

Unified Diff: chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml

Issue 1826563002: 🌓 Stop lint.py pulling in implicit dependencies via AndroidManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lint-cache-dir
Patch Set: fix new lint error in chrome/test/chromedriver/test/webview_shell Created 4 years, 9 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 | « build/android/gyp/lint.py ('k') | chrome/test/chromedriver/test/webview_shell/java/res/drawable/icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
diff --git a/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml b/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
index 3703b7060961a37f49f0f9c595f89ed5917a5ac2..32070d0c229403a02799c0ab76146f5966f260e6 100644
--- a/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
+++ b/chrome/test/chromedriver/test/webview_shell/java/AndroidManifest.xml
@@ -14,7 +14,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:label="ChromeDriverWebviewShell"
- android:icon="@drawable/icon"
+ android:icon="@mipmap/icon"
android:allowBackup="false">
<activity android:name=".Main"
android:launchMode="singleTask"
« no previous file with comments | « build/android/gyp/lint.py ('k') | chrome/test/chromedriver/test/webview_shell/java/res/drawable/icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698