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

Unified Diff: tools/determinism/compare_build_artifacts.py

Issue 2410733002: Teach determinism tools about the new storage_unittests target. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/determinism/compare_build_artifacts.py
diff --git a/tools/determinism/compare_build_artifacts.py b/tools/determinism/compare_build_artifacts.py
index b792b5ae49edb2c54cae3481b9ccf66a95d266fb..c6e58c184dab770d4c9045b7ca8ee9834e8ae599 100755
--- a/tools/determinism/compare_build_artifacts.py
+++ b/tools/determinism/compare_build_artifacts.py
@@ -156,6 +156,7 @@ WHITELIST = {
'skia_unittests',
'snapshot_unittests',
'sql_unittests',
+ 'storage_unittests',
'sync_client',
'sync_integration_tests',
'sync_listen_notifications',
@@ -346,6 +347,7 @@ WHITELIST = {
'skia_unittests.exe',
'snapshot_unittests.exe',
'sql_unittests.exe',
+ 'storage_unittests.exe',
'sync_client.exe',
'sync_integration_tests.exe',
'sync_listen_notifications.exe',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698