-
Paweł Hajdan, Jr authored
This is part of preparation for gclient flatten, conditions, and improving internal gclient workflows. This also ensures variables have consistent values in the entire checkout, unlike the current situation where different DEPS files can use different values for the same variable. We override instead of erroring out, since otherwise commonly used dependencies such as buildtools wuld have to be rolled simultaneously in unrelated projects, say v8 and native_client. Another reason for overriding are possible future use cases such as is_chromium_build, which could be set to false e.g. in v8, but chromium DEPS would override it to true. Bug: 570091 Change-Id: If61322dd9a55e57729a4100d05ecb9c1e3ae8e38 Reviewed-on: https://chromium-review.googlesource.com/596310Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
1407d00d