Fix nullptr crash in OnEmbed
[chromium-blink-merge.git] / chromeos / chromeos_unittests.isolate
blob11648bf7e43ff43894cf34669073c367fbf333e0
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.
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       '<(PRODUCT_DIR)/chromeos_unittests<(EXECUTABLE_SUFFIX)',
19       'test/data/',
20     ],
21   },
22   'includes': [
23     '../base/base.isolate',
24   ],