-
maruel@chromium.org authored
Let's say there's 2 solutions, solA and solB, both fetching the dependency depA with different urls, solA has 'depA': 'http://foo/bar' and solB has 'depA': From('depB', 'bar'). This case used to not work, because LateOverride() was not called in verify_validity(), so it was not comparing the resolved urls but instead what is textually specified in both DEPS files. Also because LateOverride() was not called, verify_validity() was comparing the original urls even if custom_deps is specified in the solution(s). Finally, allow one to mismatch the other IFF one is None. R=szager@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11088023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161228 0039d316-1c4b-4281-b951-d872f2087c98
b848d5b7