| OLD | NEW |
| (Empty) |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 { | |
| 5 'variables': { | |
| 6 'command': [ | |
| 7 '../testing/test_env.py', | |
| 8 '<(PRODUCT_DIR)/chromeos_unittests<(EXECUTABLE_SUFFIX)', | |
| 9 '--brave-new-test-launcher', | |
| 10 '--test-launcher-bot-mode', | |
| 11 '--asan=<(asan)', | |
| 12 '--msan=<(msan)', | |
| 13 '--tsan=<(tsan)', | |
| 14 ], | |
| 15 'files': [ | |
| 16 '../net/data/', | |
| 17 '../testing/test_env.py', | |
| 18 'test/data/', | |
| 19 ], | |
| 20 }, | |
| 21 'includes': [ | |
| 22 '../base/base.isolate', | |
| 23 ], | |
| 24 } | |
| OLD | NEW |