Commit df0ce018 by Jamie Madill Committed by Commit Bot

Add support for standalone ASAN build.

Adds tools/memory to standalone DEPS. Bug: angleproject:3897 Change-Id: I744e5816156e6e1df78033201eb7fd56083c1bc6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1787997Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 66e0feec
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
/angle-internal /angle-internal
/src/tests/third_party/gles_conformance_tests /src/tests/third_party/gles_conformance_tests
/testing /testing
/tools/glslang/glslang_validator
/tools/glslang/glslang_validator.exe
/third_party/cherry /third_party/cherry
/third_party/deqp/src /third_party/deqp/src
/third_party/fuchsia-sdk /third_party/fuchsia-sdk
...@@ -52,7 +50,11 @@ ...@@ -52,7 +50,11 @@
/third_party/vulkan-validation-layers/src /third_party/vulkan-validation-layers/src
/third_party/yasm /third_party/yasm
/third_party/zlib /third_party/zlib
/tools/clang
/tools/glslang/glslang_validator
/tools/glslang/glslang_validator.exe
/tools/md_browser /tools/md_browser
/tools/memory
angle_debug.txt angle_debug.txt
build build
buildtools/ buildtools/
...@@ -71,5 +73,4 @@ Release_ARM/ ...@@ -71,5 +73,4 @@ Release_ARM/
Release_Win32/ Release_Win32/
Release_x64/ Release_x64/
TestResults.qpa TestResults.qpa
tools/clang
.idea/ .idea/
...@@ -200,6 +200,11 @@ deps = { ...@@ -200,6 +200,11 @@ deps = {
'url': '{chromium_git}/chromium/src/tools/md_browser@0bfd826f8566a99923e64a782908faca72bc457c', 'url': '{chromium_git}/chromium/src/tools/md_browser@0bfd826f8566a99923e64a782908faca72bc457c',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'{angle_root}/tools/memory': {
'url': '{chromium_git}/chromium/src/tools/memory@89552acb6e60f528fe3c98eac7b445d4c34183ee',
'condition': 'not build_with_chromium',
},
} }
hooks = [ hooks = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment