1 # Copyright (c) 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': 'keyboard',
12 'type': '<(component)',
14 '../../base/base.gyp:base',
15 '../../skia/skia.gyp:skia',
16 '../aura/aura.gyp:aura',
17 '../compositor/compositor.gyp:compositor',
21 'KEYBOARD_IMPLEMENTATION',
24 'keyboard_controller.cc',
25 'keyboard_controller.h',
26 'keyboard_controller_proxy.h',
28 'keyboard_switches.cc',
29 'keyboard_switches.h',
35 'target_name': 'keyboard_unittests',
38 '../../base/base.gyp:base',
39 '../../base/base.gyp:test_support_base',
40 '../../skia/skia.gyp:skia',
41 '../../testing/gtest.gyp:gtest',
42 '../aura/aura.gyp:aura',
43 '../aura/aura.gyp:aura_test_support',
44 '../compositor/compositor.gyp:compositor',
45 '../compositor/compositor.gyp:compositor_test_support',
46 '../ui.gyp:run_ui_unittests',
51 'keyboard_controller_unittest.cc',
52 'keyboard_test_suite.cc',