Index: scripts/slave/recipes/chromium.py |
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py |
index 436199651cc62f85a6281944d99609b515a7d45e..7411ed4b15935ef520a729c299b13416e75f919a 100644 |
--- a/scripts/slave/recipes/chromium.py |
+++ b/scripts/slave/recipes/chromium.py |
@@ -178,6 +178,17 @@ def GenTests(api): |
'gtest_tests': [ |
'base_unittests', |
{'test': 'browser_tests', 'shard_index': 0, 'total_shards': 2}, |
+ { |
+ 'test': 'content_unittests', |
+ 'args': ['--correct-common-arg'], |
+ 'precommit_args': ['--THIS-ARG-SHOULD-NOT-BE-PRESENT'], |
+ 'non_precommit_args': [ |
+ '--these-args-should-be-present', |
+ '--mastername=\"${master_name}\"', |
+ '--buildername=\"${builder_name}\"', |
+ '--buildrevision=\"${build_revision}\"', |
+ ], |
+ }, |
], |
}, |
})) |