Chromium Code Reviews| Index: chrome/ct_dm.isolate |
| diff --git a/chrome/ct_dm.isolate b/chrome/ct_dm.isolate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..daf9f96c7c5661603900e9dd073538daaaeaa781 |
| --- /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', |
|
M-A Ruel
2015/11/24 19:07:34
That's a bit sad to hard code this here.
rmistry
2015/11/24 20:12:24
This meaning "Debug"? if so spoke about this in th
|
| + '../content/test/ct/run_ct_dm.py', |
| + '../../skia/content/test/ct/slave<(SLAVE_NUM)/skps/', |
| + ], |
| + 'command': [ |
| + 'python', |
| + '../content/test/ct/run_ct_dm.py', |
| + '--slave_num=<(SLAVE_NUM)', |
| + ], |
| + }, |
| + }], |
| + ] |
| +} |