0

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:
Daniel Bratell
2018-09-24 13:52:49 +00:00
committed by Commit Bot
parent 49bd0e6418
commit f73f0df88a
19 changed files with 30 additions and 111 deletions

@ -16,7 +16,7 @@ chroot.
Run `build /install-build-deps.sh`, then exit the rooted chroot.
* Delete your out/ directory if you had a previous non-chrooted build.
* To enter your chroot as normal user, run `schroot -c lucid64`.
* Now run `build/gyp_chromium`, compile and run DumpRenderTree within chroot.
* Now compile and run DumpRenderTree within chroot.
## Tips and Tricks