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 <[email protected]>
Commit-Queue: Daniel Bratell <[email protected]>
Cr-Commit-Position: refs/heads/master@{#593522}
diff --git a/docs/gpu/debugging_gpu_related_code.md b/docs/gpu/debugging_gpu_related_code.md
index 765942c..0c350e6 100644
--- a/docs/gpu/debugging_gpu_related_code.md
+++ b/docs/gpu/debugging_gpu_related_code.md
@@ -88,7 +88,7 @@
 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