[Mac] Fixes a bug where instant suggest text would disappear on every other keystroke.
[chromium-blink-merge.git] / webkit / webkit.gyp
blob5d5d604a5fa9e68156b5abd0bc0f2f6006789405
1 # Copyright (c) 2010 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   'includes': [
7     '../third_party/WebKit/WebKit/chromium/features.gypi',
8     'tools/test_shell/test_shell.gypi',
9   ],
10   'variables': {
11     'chromium_code': 1,
12   },
13   'targets': [
14     {
15       'target_name': 'pull_in_webkit_unit_tests',
16       'type': 'none',
17       'dependencies': [
18         '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit_unit_tests'
19       ],
20     },
21     {
22       'target_name': 'pull_in_DumpRenderTree',
23       'type': 'none',
24       'dependencies': [
25         '../third_party/WebKit/WebKit/chromium/WebKit.gyp:DumpRenderTree'
26       ],
27     },
28   ], # targets
31 # Local Variables:
32 # tab-width:2
33 # indent-tabs-mode:nil
34 # End:
35 # vim: set expandtab tabstop=2 shiftwidth=2: