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

Side by Side Diff: blimp/engine/engine-manifest.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: Clean up to take from sanity check to review ready code. Includes updating blacklist. 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 # Runtime dependencies for the Blimp Engine 1 # Runtime dependencies for the Blimp Engine
2 # 2 #
3 # This file was generated by running: 3 # This file was generated by running:
4 # generate-engine-manifest.py --build-dir out-chromeos/Debug --target //blimp/en gine --output blimp/engine/engine-manifest.txt 4 # generate-manifest.py --build-dir out-linux/Debug --target //blimp/engine --out put blimp/engine/engine-manifest.txt --blacklist blimp/tools/manifest-blacklist. txt
5 # 5 #
6 # Note: Any unnecessary dependencies should be added to 6 # Note: Any unnecessary dependencies should be added to provided
7 # manifest-blacklist.txt and this file should be regenerated. 7 # manifest-blacklist and this file should be regenerated.
8 ./blimp_engine_app 8 ./blimp_engine_app
9 icudtl.dat 9 icudtl.dat
10 natives_blob.bin 10 natives_blob.bin
11 blimp_engine.pak 11 blimp_engine.pak
12 ./chrome_sandbox 12 ./chrome_sandbox
13 gen/third_party/blimp_fonts/LICENSE 13 gen/third_party/blimp_fonts/LICENSE
14 gen/third_party/blimp_fonts/LICENSE.Apache 14 gen/third_party/blimp_fonts/LICENSE.Apache
15 gen/third_party/blimp_fonts/LICENSE.OFL 15 gen/third_party/blimp_fonts/LICENSE.OFL
16 gen/third_party/blimp_fonts/AndroidClock.ttf 16 gen/third_party/blimp_fonts/AndroidClock.ttf
17 gen/third_party/blimp_fonts/AndroidClock_Highlight.ttf 17 gen/third_party/blimp_fonts/AndroidClock_Highlight.ttf
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 gen/third_party/blimp_fonts/Roboto-MediumItalic.ttf 207 gen/third_party/blimp_fonts/Roboto-MediumItalic.ttf
208 gen/third_party/blimp_fonts/Roboto-Regular.ttf 208 gen/third_party/blimp_fonts/Roboto-Regular.ttf
209 gen/third_party/blimp_fonts/Roboto-Thin.ttf 209 gen/third_party/blimp_fonts/Roboto-Thin.ttf
210 gen/third_party/blimp_fonts/Roboto-ThinItalic.ttf 210 gen/third_party/blimp_fonts/Roboto-ThinItalic.ttf
211 gen/third_party/blimp_fonts/RobotoCondensed-Bold.ttf 211 gen/third_party/blimp_fonts/RobotoCondensed-Bold.ttf
212 gen/third_party/blimp_fonts/RobotoCondensed-BoldItalic.ttf 212 gen/third_party/blimp_fonts/RobotoCondensed-BoldItalic.ttf
213 gen/third_party/blimp_fonts/RobotoCondensed-Italic.ttf 213 gen/third_party/blimp_fonts/RobotoCondensed-Italic.ttf
214 gen/third_party/blimp_fonts/RobotoCondensed-Light.ttf 214 gen/third_party/blimp_fonts/RobotoCondensed-Light.ttf
215 gen/third_party/blimp_fonts/RobotoCondensed-LightItalic.ttf 215 gen/third_party/blimp_fonts/RobotoCondensed-LightItalic.ttf
216 gen/third_party/blimp_fonts/RobotoCondensed-Regular.ttf 216 gen/third_party/blimp_fonts/RobotoCondensed-Regular.ttf
217 gen/third_party/blimp_fonts/fonts.xml 217 gen/third_party/blimp_fonts/fonts.xml
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698