Roll src/third_party/WebKit 477eef6:b9d7dc4 (svn 202541:202545)
[chromium-blink-merge.git] / chrome / angle_unittests.isolate
bloba62e258330e530ac08d667f31eda64a0fd93ba7e
1 # Copyright 2013 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   'includes': [
6     '../base/base.isolate',
7   ],
8   'conditions': [
9     ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
10       'variables': {
11         'command': [
12           '<(PRODUCT_DIR)/angle_unittests<(EXECUTABLE_SUFFIX)',
13         ],
14       },
15     }],
16     ['OS=="mac" and asan==1 and fastbuild==0', {
17       'variables': {
18         'files': [
19           '<(PRODUCT_DIR)/angle_unittests.dSYM/',
20         ],
21       },
22     }],
23   ],