aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2016-07-19 14:17:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-19 14:17:20 -0700
commita3f3caccdfa6e5e044cc1c76e256e55b8a6004ad (patch)
treed30816472525d957b335abbbaae8aed0a06a7e7c /gyp/most.gyp
parent9ecaa1d9f0972a1cb6334aff070f4ef081034b26 (diff)
Stub in Mac viewer code.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2164683002 patch from issue 2164683002 at patchset 1 (http://crrev.com/2164683002#ps1) Review-Url: https://codereview.chromium.org/2167503002
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 37c802b841..5b5392618e 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -67,7 +67,7 @@
'skiaserve.gyp:skiaserve',
],
}],
- [ 'skia_os in ["win", "linux", "android"]', {
+ [ 'skia_os in ["win", "linux", "android", "mac"]', {
'dependencies': [
'viewer.gyp:viewer',
],