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

Unified 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: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: blimp/engine/engine-manifest.txt
diff --git a/blimp/engine/engine-manifest.txt b/blimp/engine/engine-manifest.txt
index 8943ec4ff0fdd9cc3ce65f5b6e7d2eee8e06f704..b350d6e260dc26c5b569b084bfe8ec22f0aa9059 100644
--- a/blimp/engine/engine-manifest.txt
+++ b/blimp/engine/engine-manifest.txt
@@ -1,13 +1,39 @@
# Runtime dependencies for the Blimp Engine
#
# This file was generated by running:
-# generate-engine-manifest.py --build-dir out-chromeos/Debug --target //blimp/engine --output blimp/engine/engine-manifest.txt
+# generate-engine-manifest.py --build-dir out-linux/Debug --target //blimp/engine --output blimp/engine/engine-manifest.txt --blacklist blimp/tools/manifest-blacklist.txt
#
-# Note: Any unnecessary dependencies should be added to
-# manifest-blacklist.txt and this file should be regenerated.
+# Note: Any unnecessary dependencies should be added to provided
+# manifest-blacklist and this file should be regenerated.
+Mojo
+Applications/media/manifest.json
+Mojo
+Applications/user/manifest.json
./blimp_engine_app
icudtl.dat
+Mojo
+Applications/catalog/manifest.json
+Mojo
+Applications/shell/manifest.json
natives_blob.bin
+Mojo
+Mojo
maniscalco 2016/05/03 21:57:54 Mojo is repeated several times... something seems
nyquist 2016/05/03 22:44:59 I don't think our bundle needs these. Could you ju
Jess 2016/05/09 23:42:55 Agree this behavior is odd which is why I included
Jess 2016/05/09 23:42:55 Acknowledged.
+Mojo
+Mojo
+Applications/tracing/manifest.json
+Mojo
+Applications/resource_provider/manifest.json
+Mojo
+Applications/mus/manifest.json
+Mojo
+Applications/mus/resources/mus_app_resources_strings.pak
+Mojo
+Applications/mus/resources/mus_app_resources_100.pak
+Mojo
+Applications/mus/resources/mus_app_resources_200.pak
+Mojo
+Mojo
+Applications/font_service/manifest.json
blimp_engine.pak
./chrome_sandbox
gen/third_party/blimp_fonts/LICENSE
@@ -214,4 +240,4 @@ gen/third_party/blimp_fonts/RobotoCondensed-Italic.ttf
gen/third_party/blimp_fonts/RobotoCondensed-Light.ttf
gen/third_party/blimp_fonts/RobotoCondensed-LightItalic.ttf
gen/third_party/blimp_fonts/RobotoCondensed-Regular.ttf
-gen/third_party/blimp_fonts/fonts.xml
+gen/third_party/blimp_fonts/fonts.xml

Powered by Google App Engine
This is Rietveld 408576698