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

Unified Diff: chrome/test/BUILD.gn

Issue 2816773002: Added switch for bypassing protected media identifier permission (Closed)
Patch Set: Added switch for bypassing permissions 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 129e8c84d518e2cb626120a219e0a2a82f0c13da..f77f844e047c7b05993014014fe6376d5afa219c 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4086,7 +4086,10 @@ test("unit_tests") {
"../browser/ui/input_method/input_method_engine_unittest.cc",
]
}
- if (!is_android && !is_chromeos) {
+
+ if (is_android || is_chromeos) {
+ sources += [ "../browser/media/protected_media_identifier_permission_context_unittest.cc" ]
+ } else {
sources += [
"../browser/net/disk_cache_dir_policy_handler_unittest.cc",
"//chrome/browser/profiles/profile_list_desktop_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698