Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Side by Side Diff: blimp/tools/engine-manifest-blacklist.txt

Issue 1937423002: Refactor generate engine manifest to accept blacklist as an argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing on new BUILD.gn updates. Addressing naming comments. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Listing of filename patterns to be excluded from the Blimp Docker manifest. 1 # Listing of filename patterns to be excluded from the Blimp Docker manifest.
2 # Wildcards (* or ?) are allowed. 2 # Wildcards (* or ?) are allowed.
3 3
4 */manifest.json
4 *.mojo 5 *.mojo
5 *mojom.js 6 *mojom.js
7 */mus_app_resources_*.pak
6 ./libfont_service_library.so 8 ./libfont_service_library.so
7 ./libtracing_library.so 9 ./libtracing_library.so
8 ./libmus_library.so 10 ./libmus_library.so
9 ./libosmesa.so 11 ./libosmesa.so
10 ./libresource_provider_library.so 12 ./libresource_provider_library.so
11 ./mojo_runner 13 ./mojo_runner
12 snapshot_blob.bin 14 snapshot_blob.bin
15 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698