Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Listing of filename patterns to be excluded from the Blimp Docker manifest. | 1 # Listing of filename patterns to be excluded from the Blimp unittests Docker |
| 2 # manifest. | |
| 2 # Wildcards (* or ?) are allowed. | 3 # Wildcards (* or ?) are allowed. |
| 3 | |
| 4 */manifest.json | 4 */manifest.json |
| 5 *.mojo | 5 *.mojo |
| 6 *mojom.js | 6 *mojom.js |
| 7 */mus_app_resources_*.pak | 7 */mus_app_resources_*.pak |
| 8 ./libfont_service_library.so | 8 ./libfont_service_library.so |
| 9 ./libtracing_library.so | 9 ./libtracing_library.so |
| 10 ./libmalloc_wrapper.so | |
|
Sriram
2016/05/26 00:06:19
Why are you blacklisting this library? The test wi
Jess
2016/05/26 00:39:39
I was operating under the assumption this shared o
Jess
2016/05/27 16:44:50
Confirmed my assumption was wrong on my own. Remov
| |
| 10 ./libmus_library.so | 11 ./libmus_library.so |
| 11 ./libosmesa.so | 12 ./libosmesa.so |
| 12 ./libresource_provider_library.so | |
| 13 ./mojo_runner | 13 ./mojo_runner |
| 14 snapshot_blob.bin | 14 snapshot_blob.bin |
| 15 */test_env.py | |
| 16 pyproto/google/* | |
| OLD | NEW |