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

Unified Diff: public/BUILD.gn

Issue 701043002: Get more of the mac GN build working. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add comments 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
« Source/platform/BUILD.gn ('K') | « Source/web/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 3dc23d4e5214d9cd5167c67f02852408104bb573..ad1e164f118c78b36bd6b964708a32c581e53b69 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -46,6 +46,13 @@ group("all_blink") {
"//third_party/WebKit/Source/web",
"//third_party/WebKit/Source/wtf:wtf_unittests",
]
+ if (is_mac) {
+ # TODO(GYP): Re-enable this as soon as we can link Blink binaries.
brettw 2014/11/12 05:25:37 In these other cases as well.
+ deps -= [
+ "//third_party/WebKit/Source/platform:heap_unittests",
+ "//third_party/WebKit/Source/platform:platform_unittests",
+ ]
+ }
}
config("blink_headers_config") {
« Source/platform/BUILD.gn ('K') | « Source/web/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698