Remove references to gyp from DEPS and docs
Bug: 826218 Change-Id: I176e1aeb0b24b21c6b4e5ee40910dce2bce52c95 Reviewed-on: https://chromium-review.googlesource.com/1239461 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#593522}
This commit is contained in:

committed by
Commit Bot

parent
49bd0e6418
commit
f73f0df88a
docs
android_test_instructions.mdangle_in_chromium.mdccache_mac.mdeclipse.mdemacs.md
gpu
ipc_fuzzer.mdlinux_chromium_arm.mdlinux_debugging.mdlinux_hw_video_decode.mdlinux_profiling.mdlinux_suid_sandbox_development.mdmemory-infra
using_a_linux_chroot.mdvanilla_msysgit_workflow.mdwindows_split_dll.mdtools
@ -88,7 +88,7 @@ glPopGroupMarkerEXT(); // -> log prefix = "Foo.That"
|
||||
You can often make a simple OpenGL-ES-2.0-only C++ reduced test case that is
|
||||
relatively quick to compile and test, by adding tests to the `gl_tests` target.
|
||||
Those tests exist in `src/gpu/command_buffer/tests` and are made part of the
|
||||
build in `src/gpu/gpu.gyp`. Build with `ninja -C out/Debug gl_tests`. All the
|
||||
build in `src/gpu/BUILD.gn`. Build with `ninja -C out/Debug gl_tests`. All the
|
||||
same command line options listed on this page will work with the `gl_tests`,
|
||||
plus `--gtest_filter=NameOfTest` to run a specific test. Note the `gl_tests`
|
||||
are not multi-process, so they probably won't help with race conditions, but
|
||||
|
Reference in New Issue
Block a user