diff options
author | halcanary <halcanary@google.com> | 2016-04-18 12:42:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-18 12:42:05 -0700 |
commit | 63677f4c2c8f7e60686f1c293c4a9643232f1067 (patch) | |
tree | 1227adc301f4217bbdf84661bc32b8c4421fe745 /gyp | |
parent | b92dc7ac0bd4109411851d7d3684ed3aa7108086 (diff) |
fiddle_build_test depends on skia_mesa
Builds on Build-Ubuntu-GCC-x86_64-Release-Mesa-Trybot
Shouldn't break anything else.
Review URL: https://codereview.chromium.org/1901823002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 0f94350cf6..9c5cfab518 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -34,7 +34,9 @@ 'whitelist_typefaces', ], 'conditions': [ - # ['skia_os == "linux"', { 'dependencies': [ 'fiddle_build_test' ] } ], + ['skia_mesa and skia_os in ["linux", "mac"]', + { 'dependencies': [ 'fiddle_build_test' ] } + ], ['skia_shared_lib', { 'dependencies': [ |