commit | c94b10c2de375975782d27769efbb8447d5c25e2 | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Fri May 18 16:12:51 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 18 16:12:51 2018 |
tree | 9e1f35266aaa5a7b6d7cabf6a39ffe7882959272 | |
parent | 5110d6ba39549b71be178fb0e72b0577e9cfa716 [diff] |
Don't pass undefined variables to not_needed CL [1] makes passing undefined variables to not_needed an error (it woudld previously crash on ToT gn). This CL avoids passing undefined variables to not_needed and instead marks all variables not needed using "*". [1] https://chromium-review.googlesource.com/c/chromium/src/+/1063118 R=dpranke CC=thakis Change-Id: I96590488e01917709694480cf20d4c998a5b5172 Reviewed-on: https://chromium-review.googlesource.com/1063170 Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#559915}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .