Views Omnibox: tolerate minor click-to-select-all dragging.
[chromium-blink-merge.git] / ui / wm / wm.gyp
blob6071facff4e86f4a95bfeb86fbc635c2241d9403
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.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'wm_public',
12       'type': 'static_library',
13       'dependencies': [
14         '../../skia/skia.gyp:skia',
15         '../aura/aura.gyp:aura',
16         '../gfx/gfx.gyp:gfx_geometry',
17       ],
18       'sources': [
19         'core/easy_resize_window_targeter.cc',
20         'core/masked_window_targeter.cc',
21         'public/easy_resize_window_targeter.h',
22         'public/masked_window_targeter.h',
23         'public/window_types.h',
24       ],
25     },
26     {
27       'target_name': 'wm_test_support',
28       'type': 'static_library',
29       'dependencies': [
30         '../../skia/skia.gyp:skia',
31         '../aura/aura.gyp:aura',
32       ],
33       'sources': [
34         'test/wm_test_helper.cc',
35         'test/wm_test_helper.h',
36       ],
37     },
38   ],