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

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

Issue 1735783002: Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal-fonts
Patch Set: Created 4 years, 10 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
« blimp/engine/engine-manifest.txt ('K') | « blimp/fonts/fonts.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 *.mojo 4 *.mojo
5 *mojom.js
5 ./libfont_service_library.so 6 ./libfont_service_library.so
6 ./libtracing_library.so 7 ./libtracing_library.so
7 ./libmus_library.so 8 ./libmus_library.so
8 ./libosmesa.so 9 ./libosmesa.so
9 ./libresource_provider_library.so 10 ./libresource_provider_library.so
10 ./mojo_runner 11 ./mojo_runner
11 gen/*
maniscalco 2016/02/25 00:56:54 I think we used to have deps that pulled in a bunc
nyquist 2016/02/25 01:16:40 They are all caught by the new *mojom.js above.
maniscalco 2016/02/25 16:54:05 Ah, right, I forgot how globs work :P
12 mus/mus.mojo
maniscalco 2016/02/25 00:56:54 No longer needs to be blacklisted? Do we no longe
nyquist 2016/02/25 01:16:40 It's caught by *.mojo at the top.
13 snapshot_blob.bin 12 snapshot_blob.bin
14
OLDNEW
« blimp/engine/engine-manifest.txt ('K') | « blimp/fonts/fonts.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698