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

Unified Diff: testing/buildbot/chromium.mojo.json

Issue 1740013002: Add client-side Chromium Mojo testing config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.mojo.json
diff --git a/testing/buildbot/chromium.mojo.json b/testing/buildbot/chromium.mojo.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3debac6cc8d4f33de16dbc628eac937a008eae8
--- /dev/null
+++ b/testing/buildbot/chromium.mojo.json
@@ -0,0 +1,45 @@
+{
+ "Chromium Mojo Android": {
+ "additional_compile_targets": [
+ "mash:all"
+ ],
+ "scripts": [
+ {
+ "name": "mojo_apptests",
+ "script": "mojo_apptests.py"
+ }
+ ]
+ },
+ "Chromium Mojo Linux": {
+ "additional_compile_targets": [
+ "mash:all"
+ ],
+ "gtest_tests": [
+ {
+ "test": "views_mus_unittests"
+ }
+ ],
+ "scripts": [
+ {
+ "name": "mojo_apptests",
+ "script": "mojo_apptests.py"
+ }
+ ]
+ },
+ "Chromium Mojo Windows": {
+ "additional_compile_targets": [
+ "mash:all"
+ ],
+ "gtest_tests": [
+ {
+ "test": "views_mus_unittests"
+ }
+ ],
+ "scripts": [
+ {
+ "name": "mojo_apptests",
+ "script": "mojo_apptests.py"
+ }
+ ]
+ }
+}
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698