summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-02-23 18:08:25 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-24 02:09:38 +0000
commit021d4c9770f27d34f0c47f9daf7cc91450f8e4db (patch)
tree4c62efd2ef7b8efac364a81ea1567acf308884db /BUILD.gn
parente4f9eed47cafe53d279d9aa0529283f978950581 (diff)
downloadchromium_src-021d4c9770f27d34f0c47f9daf7cc91450f8e4db.zip
chromium_src-021d4c9770f27d34f0c47f9daf7cc91450f8e4db.tar.gz
chromium_src-021d4c9770f27d34f0c47f9daf7cc91450f8e4db.tar.bz2
Disable app_shell_unittests on the mac GN builds for now.
TBR=rockot@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/949003003 Cr-Commit-Position: refs/heads/master@{#317738}
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" ]
}