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

Unified 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: Add missed output location update in doc. 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 side-by-side diff with in-line comments
Download patch
Index: blimp/tools/engine-manifest-blacklist.txt
diff --git a/blimp/tools/manifest-blacklist.txt b/blimp/tools/engine-manifest-blacklist.txt
similarity index 87%
rename from blimp/tools/manifest-blacklist.txt
rename to blimp/tools/engine-manifest-blacklist.txt
index d21b052ad4f9bcad1243f0b1091cd06ed95d1f41..65f5799b9de2587e19522d671e98454126e0eec1 100644
--- a/blimp/tools/manifest-blacklist.txt
+++ b/blimp/tools/engine-manifest-blacklist.txt
@@ -1,8 +1,10 @@
# Listing of filename patterns to be excluded from the Blimp Docker manifest.
# Wildcards (* or ?) are allowed.
+*/manifest.json
*.mojo
*mojom.js
+*/mus_app_resources_*.pak
./libfont_service_library.so
./libtracing_library.so
./libmus_library.so

Powered by Google App Engine
This is Rietveld 408576698