exclude PluginsFieldTrialTest.NoPrefLeftBehind from valgrind bot
[chromium-blink-merge.git] / tools / win / static_initializers / static_initializers.gyp
blobee4102ffb9f24c957fa1d6b9677b92a5082f82f3
1 # Copyright 2014 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.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'static_initializers',
12       'type': 'executable',
13       'sources': [
14         'static_initializers.cc',
15       ],
16       'include_dirs': [
17         '$(VSInstallDir)/DIA SDK/include',
18       ],
19     },
20   ],