Revert "Reland: zip_build.py: Exclude secondary toolchain obj and gen, as well as .ninja"

This reverts commit f956104a4ef19f1d93cf51de2fb66f858e2f62be.

Reason for revert:
Likely cause of broken manual bisects (crbug/723921)

Original change's description:
> Reland: zip_build.py: Exclude secondary toolchain obj and gen, as well as .ninja
> 
> Previously reverted in 1819fe2afd36da781454626345ea87dedae14643
> 
> Reason for reland:
> Hopefully fixed up logic repro'ed failure locally.
> 
> BUG=681689
> 
> Change-Id: I4459805add7d0f61220225f315d3224314bf6e4b
> Reviewed-on: https://chromium-review.googlesource.com/493905
> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
> Commit-Queue: Andrew Grieve <agrieve@chromium.org>
> 

TBR=machenbach@chromium.org,agrieve@chromium.org,martiniss@chromium.org,chromium-reviews@chromium.org
# Not skipping CQ checks because original CL landed > 1 day ago.
BUG=681689,723921

Change-Id: Ic71ae2847e3166a2bd06ddfbbdbd223adb737d90
Reviewed-on: https://chromium-review.googlesource.com/508127
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
1 file changed
tree: 2c513291767aceaa9ac83bd451bf9eb128d7f537
  1. infra/
  2. masters/
  3. scripts/
  4. site_config/
  5. slave/
  6. tests/
  7. third_party/
  8. .gitignore
  9. codereview.settings
  10. DEPS
  11. environment.cfg.py
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
  16. WATCHLISTS
README.md

build

Hi build contributor! If you do any change in scripts/master/ or touching any master's html/ directories, you must restart master.chromium.fyi first and ensure that it still works before restarting other masters.

Recipes

If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*), please take a look at the README for more information pertaining to recipes.