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

Unified Diff: chrome/android/BUILD.gn

Issue 793203002: Use SuppressFBWarnings to suppress findbugs warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + landmine Created 5 years, 11 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
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 2ae0a73b05cb51ef47a6ad143a1750f6601e93c2..ecc97345b7d3f60031b5441cfca4aa245d97eade 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -347,6 +347,7 @@ jinja_template("chrome_shell_manifest") {
android_apk("chrome_shell_apk") {
testonly = true
deps = [
+ "//base:base_java",
":chrome_shell_resources",
":chrome_shell_java",
":chrome_shell_assets",
@@ -383,6 +384,7 @@ jinja_template("chrome_sync_shell_manifest") {
android_apk("chrome_sync_shell_apk") {
testonly = true
deps = [
+ "//base:base_java",
":chrome_shell_resources",
":chrome_shell_java",
":chrome_shell_assets",
« no previous file with comments | « build/get_landmines.py ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698