Partially fix compilation of media_unittests with Xcode 7 (OS X 10.11 SDK).
[chromium-blink-merge.git] / chromeos / chromeos_unittests.isolate
blobf2d5f98aca9a36087115754813c96053b23d8189
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       'test/data/',
19     ],
20   },
21   'includes': [
22     '../base/base.isolate',
23   ],