Create zip_file() rule

This doesn't work quite the same way as Fileset(). But it should be able
to serve as a decent replacement.

The important part of this design is that zips can depend on other zips.
Therefore definitions don't have to be monolithic. This will be
important when migrating the Domain Registry codebase, because our
Fileset() definitions are dispersed across many BUILD files. So we'll be
able to migrate to zip_file() with the least amount of intrusiveness.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129034885
This commit is contained in:
Justine Tunney 2016-08-01 15:34:13 -07:00
parent b2d5108c0c
commit 9de287378b
8 changed files with 299 additions and 0 deletions

View file

@ -0,0 +1 @@
OMG IM AN OVERRIDE