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

Unified Diff: media/blink/BUILD.gn

Issue 974543002: Remove link_chrome_on_windows GN flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « gpu/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index bb52f5e2a772e988a4b7528c2181af00063f8c4b..33d26d56db53e2551a23c7220c7c29b0452d06a4 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -83,7 +83,7 @@ component("blink") {
}
}
-if (!is_mac && (!is_win || link_chrome_on_windows)) {
+if (!is_mac) {
# TODO(GYP): Make linking this work on the mac.
test("media_blink_unittests") {
deps = [
« no previous file with comments | « gpu/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698