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

Unified Diff: content/shell/BUILD.gn

Issue 746003002: Enable webrtc and most of blink and content in the Mac GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/common/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index fea86c38028582fd66a81758ebf5d257f20fb6ef..8fda7e961a881e7694915e13861fc3ed1772764c 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -459,7 +459,8 @@ repack("pak") {
}
# TODO(GYP): Figure out what this should be on android
-if (!is_android) {
+# and make linking this work on the Mac.
+if (!is_android && !is_mac) {
executable("content_shell") {
testonly = true
« no previous file with comments | « content/common/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698