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

Unified Diff: chromecast/browser/BUILD.gn

Issue 2330243002: Add CastMediaBlocker and BrowserTest (Closed)
Patch Set: State machine Created 4 years, 3 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 | « no previous file | chromecast/browser/cast_media_blocker.h » ('j') | chromecast/browser/cast_media_blocker.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index 4cccf40f8ef6d53323e9315657243079e31b0ed3..2a5bbcfb6ec9e183fa1cd4c3767a423007463732 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -30,6 +30,8 @@ source_set("browser") {
"cast_download_manager_delegate.h",
"cast_http_user_agent_settings.cc",
"cast_http_user_agent_settings.h",
+ "cast_media_blocker.cc",
+ "cast_media_blocker.h",
"cast_net_log.cc",
"cast_net_log.h",
"cast_network_delegate.cc",
@@ -179,6 +181,7 @@ config("browser_test_config") {
test("cast_shell_browser_test") {
sources = [
"test/chromecast_shell_browser_test.cc",
+ "test/chromecast_shell_media_blocking_browser_test.cc",
]
configs += [ ":browser_test_config" ]
« no previous file with comments | « no previous file | chromecast/browser/cast_media_blocker.h » ('j') | chromecast/browser/cast_media_blocker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698