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

Unified Diff: content/shell/android/BUILD.gn

Issue 2113233002: 🎓 Provide AndroidManifest.xml to chrome_java to fix UnusedResources warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Provide AndroidManifest.xml to chrome_java to fix UnusedResources warnings Created 4 years, 5 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 | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index b3393463a170dcc6fbb1c56f0df35b79a21c979b..95296ccbd5a68490986367fe81a50fde3aebd963 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -83,12 +83,17 @@ android_library("content_shell_apk_java") {
deps = [
":content_shell_apk_resources",
":content_shell_java",
+ ":content_shell_manifest",
"//base:base_java",
"//content/public/android:content_java",
"//media/capture/video/android:capture_java",
"//net/android:net_java",
"//ui/android:ui_java",
]
+
+ # Supply manifest for linting.
+ android_manifest = content_shell_manifest
+
java_files = [
"shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java",
"shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java",
« no previous file with comments | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698