diff options
author | tomhudson <tomhudson@chromium.org> | 2014-08-05 12:01:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-05 12:01:09 -0700 |
commit | 816b4fb97c5d7f1e7ad202245b049f5b2f5a35a6 (patch) | |
tree | dde450e1039725eab78cbef5ba9b18552ddfc2c5 | |
parent | 61bff7097251755bf9fa9a4ec60cc057c766b4a4 (diff) |
Fix bad gypi
Must not depend directly on ports; depend on skialib!
R=bungeman@google.com
Author: tomhudson@chromium.org
Review URL: https://codereview.chromium.org/442883002
-rw-r--r-- | gyp/tests.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi index 77dba694d6..035d4181b5 100644 --- a/gyp/tests.gypi +++ b/gyp/tests.gypi @@ -27,9 +27,6 @@ ], 'conditions': [ [ 'skia_os == "android"', { - 'dependencies': [ - 'ports.gyp:ports', - ], 'include_dirs': [ '../src/ports', ], |