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

Unified Diff: chromecast/BUILD.gn

Issue 2577743002: [chromecast] Deletes libcast_media_1.0_default_core. (Closed)
Patch Set: rebase + simplify libcast_media target Created 4 years 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/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index c469ac5730eeab7eb03173fdbde9e8db9c3bd8a9..0ecc41f8aae0953918369fd36aa3ad163d36a072 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -304,12 +304,6 @@ test("cast_shell_browsertests") {
"//chromecast/app:test_support",
"//chromecast/browser:browsertests",
]
-
- if (chromecast_branding == "public") {
- # Link default libcast_media_1.0 statically not to link dummy one
- # dynamically for public unittests.
- deps += [ "//chromecast/media/base:libcast_media_1.0_default_core" ]
- }
}
group("cast_shell_lib") {
« no previous file with comments | « no previous file | chromecast/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698