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

Unified Diff: chrome/ct_dm.isolate

Issue 1469823003: Add CT DM isolate file and script that will be run on swarming slaves (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix to skps path Created 5 years, 1 month 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 | content/test/ct/run_ct_dm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ct_dm.isolate
diff --git a/chrome/ct_dm.isolate b/chrome/ct_dm.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..0a8c7266be9f510697b1c93c34119e792a065613
--- /dev/null
+++ b/chrome/ct_dm.isolate
@@ -0,0 +1,23 @@
+# Copyright (c) 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'files': [
+ '../../skia/resources/',
+ '../../skia/out/Debug/dm',
+ '../content/test/ct/run_ct_dm.py',
+ '../content/test/ct/slave<(SLAVE_NUM)/skps/',
+ ],
+ 'command': [
+ 'python',
+ '../content/test/ct/run_ct_dm.py',
+ '--slave_num=<(SLAVE_NUM)',
+ ],
+ },
+ }],
+ ]
+}
« no previous file with comments | « no previous file | content/test/ct/run_ct_dm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698