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.
11 'target_name': 'wm_public',
12 'type': 'static_library',
14 '../../skia/skia.gyp:skia',
15 '../aura/aura.gyp:aura',
16 '../gfx/gfx.gyp:gfx_geometry',
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',
27 'target_name': 'wm_test_support',
28 'type': 'static_library',
30 '../../skia/skia.gyp:skia',
31 '../aura/aura.gyp:aura',
34 'test/wm_test_helper.cc',
35 'test/wm_test_helper.h',