webatintel / aquarium

BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

Remove pointless conditions in DEPS #68

Closed hujiajie closed 4 years ago

hujiajie commented 4 years ago

I believe these conditions are only useful in the DEPS file of Dawn. If Dawn is used as a dependency of a larger project, say Chromium, the dependencies of Dawn have already been fetched when processing an upper level DEPS file. In that case, it's unnecessary to download them again in Dawn, and this will be achieved when dawn_standalone is False there.