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.
12 'type': '<(component)',
14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
18 '../../gpu/gpu.gyp:gpu',
19 '../../skia/skia.gyp:skia',
20 '../compositor/compositor.gyp:compositor',
21 '../events/events.gyp:events',
23 '../gfx/gfx.gyp:gfx_geometry',
30 'public/event_dispatcher.h',
31 'public/event_handler.h',
32 'public/event_target.h',
37 'public/view_observer.h',
40 'src/event_dispatcher.cc',
41 'src/event_processor.cc',
43 'src/paint_processor.cc',
45 'src/view_observer.cc',
46 'src/view_private.cc',
52 'target_name': 'v2_unittests',
55 '../../base/base.gyp:test_support_base',
56 '../../skia/skia.gyp:skia',
57 '../../testing/gtest.gyp:gtest',
59 '../gfx/gfx.gyp:gfx_geometry',
64 'src/view_unittest.cc',