summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-10-26 15:14:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-26 22:15:53 +0000
commit4aa9edc0ad8161f0fa3bab3f9f5b6c75dba0843c (patch)
treecb9195fb40936b94ed9315e506e30f74e142a2dd /BUILD.gn
parent8a428438d64b9d2893c17cb817a8639511c88f3a (diff)
downloadchromium_src-4aa9edc0ad8161f0fa3bab3f9f5b6c75dba0843c.zip
chromium_src-4aa9edc0ad8161f0fa3bab3f9f5b6c75dba0843c.tar.gz
chromium_src-4aa9edc0ad8161f0fa3bab3f9f5b6c75dba0843c.tar.bz2
Enable building app_shell_unittests on Mac.
Looks like it builds on Mac now. Tested on Mac with the following command lines: $ gn gen out-gn/Release --args='is_debug=false is_component_build=false symbol_level=1' $ ninja -C out-gn/Release app_shell_unittests BUG=431177 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1418513013 Cr-Commit-Position: refs/heads/master@{#356146}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c46dc2e..e460d21 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -194,8 +194,7 @@ group("both_gn_and_gyp") {
deps += root_extra_deps
- if (enable_extensions && !is_mac) {
- # TODO(GYP): Get this working on the mac?
+ if (enable_extensions) {
deps += [ "//extensions/shell:app_shell_unittests" ]
}