diff options
author | Jim Van Verth <jvanverth@google.com> | 2017-08-30 14:02:50 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-30 18:56:46 +0000 |
commit | ecfed2beaf9ab669b3831fafc1878ce22a10c584 (patch) | |
tree | 1a7d4aa3c5301b2cee35b980b8f85b91d8dc0ed9 /gn | |
parent | 94fef5923941d60650155e95d9673390d745ba92 (diff) |
Add iOS support for SkiaSDLExample.
Change-Id: Ib8f4d6c41356cf0fe2e14b7bff7713d107eaa01f
Reviewed-on: https://skia-review.googlesource.com/40687
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/toolchain/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn index 14a8a91965..7f2f2c9db7 100644 --- a/gn/toolchain/BUILD.gn +++ b/gn/toolchain/BUILD.gn @@ -56,7 +56,6 @@ toolchain("msvc") { cl = "$bin/cl.exe" } - tool("asm") { _ml = "ml" if (target_cpu == "x64") { |