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

Unified Diff: chrome/android/BUILD.gn

Issue 2899973002: Hide modal permission prompts on Android upon tab navigation/destruction (Closed)
Patch Set: clean up Created 3 years, 7 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 e3cec7c0ffd97a0c805c861333942ff4cbdb8cd8..d9a2e2a35e006b53a2b9e3b76a66bfef2c0c343d 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -520,8 +520,9 @@ android_library("chrome_test_java") {
"//chrome/test/data/translate/",
"//chrome/test/media_router/resources/",
"//content/test/data/android/geolocation.html",
- "//content/test/data/android/quota_permissions.html",
"//content/test/data/android/media_permissions.html",
+ "//content/test/data/android/permission_navigation.html",
+ "//content/test/data/android/quota_permissions.html",
"//content/test/data/android/webshare.html",
"//content/test/data/media/bear.webm",
"//content/test/data/media/getusermedia.html",

Powered by Google App Engine
This is Rietveld 408576698