summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c03435e..124e0ff 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -144,7 +144,8 @@ group("root") {
]
deps += root_extra_deps
- if (enable_extensions) {
+ # TODO(GYP): Get this working on the mac?
+ if (enable_extensions && !is_mac) {
deps += [ "//extensions/shell:app_shell_unittests" ]
}