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

Unified Diff: content/test/BUILD.gn

Issue 1698933004: Make MediaSession a runtime-enabled feature on Desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « content/public/browser/web_contents.h ('k') | media/base/media_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 90582330811eb49423a99cec7d97be6c0e622b01..dd90a3062b52e21b423ff55884c6649175d45be4 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -495,8 +495,10 @@ test("content_browsertests") {
content_tests_gypi_values.content_browsertests_android_sources,
".",
"//content")
- sources -=
- [ "../browser/battery_status/battery_monitor_impl_browsertest.cc" ]
+ sources -= [
+ "../browser/battery_status/battery_monitor_impl_browsertest.cc",
+ "../browser/media/session/media_session_delegate_default_browsertest.cc",
+ ]
deps += [
":content_browsertests_java",
":content_browsertests_manifest",
« no previous file with comments | « content/public/browser/web_contents.h ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698