Chromium Code Reviews| Index: sql/sql_unittests.isolate |
| diff --git a/sql/sql_unittests.isolate b/sql/sql_unittests.isolate |
| index f422ae6eab691af4c5ae63e2cc8ff17cdc676ebd..44246d7da3f3cd7b2a7206660440244f56220172 100644 |
| --- a/sql/sql_unittests.isolate |
| +++ b/sql/sql_unittests.isolate |
| @@ -1,4 +1,4 @@ |
| -# Copyright 2014 The Chromium Authors. All rights reserved. |
| +# Copyright 2015 The Chromium Authors. All rights reserved. |
|
Dirk Pranke
2015/07/01 19:26:14
nit: why did you update the copyright?
|
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| { |
| @@ -10,6 +10,23 @@ |
| ], |
| }, |
| }], |
| + ['OS=="linux" or OS=="mac" or OS=="win"', { |
| + 'variables': { |
| + 'command': [ |
| + '../testing/test_env.py', |
| + '<(PRODUCT_DIR)/sql_unittests<(EXECUTABLE_SUFFIX)', |
| + '--brave-new-test-launcher', |
| + '--test-launcher-bot-mode', |
| + '--asan=<(asan)', |
| + '--msan=<(msan)', |
| + '--tsan=<(tsan)', |
| + ], |
| + 'files': [ |
| + '../testing/test_env.py', |
| + '<(PRODUCT_DIR)/sql_unittests<(EXECUTABLE_SUFFIX)', |
| + ], |
| + }, |
| + }], |
| ], |
| 'includes': [ |
| '../base/base.isolate', |