commit | abc1c6dee1989ffdcabfe16481a665e7aad8186d | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Nov 05 15:30:42 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 05 15:30:42 2018 |
tree | f41855f17582cddde7a558ccc82bcffccab02c14 | |
parent | 7cbae5d129b4ae71337cd24d1fb5ebfcdb5c70e4 [diff] |
Use not_needed() rather than asserts to avoid warnings in jumbo.gni gn has a function not_needed() intended to avoid "Variable is not used" errors in gni files. So far the code has used asserts for the same purpose but it is better to use the function intended for the purpose. Change-Id: I5ec7e50c4089b265e104aaede24d0e4e50452cef Reviewed-on: https://chromium-review.googlesource.com/c/1314588 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#605338}
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 .