Chromium Code Reviews| Index: blimp/tools/engine-manifest-blacklist.txt |
| diff --git a/blimp/tools/manifest-blacklist.txt b/blimp/tools/engine-manifest-blacklist.txt |
| similarity index 85% |
| rename from blimp/tools/manifest-blacklist.txt |
| rename to blimp/tools/engine-manifest-blacklist.txt |
| index d21b052ad4f9bcad1243f0b1091cd06ed95d1f41..2ec20073f84b706fa09210a99a283b276082c5bf 100644 |
| --- a/blimp/tools/manifest-blacklist.txt |
| +++ b/blimp/tools/engine-manifest-blacklist.txt |
| @@ -1,8 +1,10 @@ |
| # Listing of filename patterns to be excluded from the Blimp Docker manifest. |
| # Wildcards (* or ?) are allowed. |
| +*/manifest.json |
| *.mojo |
| *mojom.js |
| +*/mus_app_resources_*.pak |
| ./libfont_service_library.so |
| ./libtracing_library.so |
| ./libmus_library.so |
| @@ -10,3 +12,4 @@ |
| ./libresource_provider_library.so |
| ./mojo_runner |
| snapshot_blob.bin |
| +Mojo |
|
Dirk Pranke
2016/05/18 01:28:03
This last line is odd. I think you're seeing a bun
Jess
2016/05/18 17:36:44
This no longer appears to be needed. I think ther
|