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

Unified Diff: blimp/tools/unittests-manifest-blacklist.txt

Issue 1997493002: Adding basic unittest manifest generation to blimp/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving a trybot dependency complaint. 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
« blimp/BUILD.gn ('K') | « blimp/tools/env-tests-manifest-blacklist.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/tools/unittests-manifest-blacklist.txt
diff --git a/blimp/tools/engine-manifest-blacklist.txt b/blimp/tools/unittests-manifest-blacklist.txt
similarity index 54%
copy from blimp/tools/engine-manifest-blacklist.txt
copy to blimp/tools/unittests-manifest-blacklist.txt
index 65f5799b9de2587e19522d671e98454126e0eec1..94fe9ed15cda9fbc62d74498191af0a268408707 100644
--- a/blimp/tools/engine-manifest-blacklist.txt
+++ b/blimp/tools/unittests-manifest-blacklist.txt
@@ -1,6 +1,8 @@
-# Listing of filename patterns to be excluded from the Blimp Docker manifest.
+# Listing of filename patterns to be excluded from the Blimp unittests Docker
+# manifest.
# Wildcards (* or ?) are allowed.
+# Shared with blimp engine
*/manifest.json
*.mojo
*mojom.js
@@ -9,6 +11,9 @@
./libtracing_library.so
./libmus_library.so
./libosmesa.so
-./libresource_provider_library.so
./mojo_runner
snapshot_blob.bin
+
+# Specific to blimp_unittests
+*/test_env.py
+pyproto/google/*
« blimp/BUILD.gn ('K') | « blimp/tools/env-tests-manifest-blacklist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698