1 # Copyright 2014 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.
7 'internal_ozone_platform_deps': [
10 'internal_ozone_platforms': [
16 'target_name': 'ozone_platform_caca',
17 'type': 'static_library',
19 'OZONE_IMPLEMENTATION',
22 '../../base/base.gyp:base',
23 '../../skia/skia.gyp:skia',
24 '../events/events.gyp:events',
25 '../events/ozone/events_ozone.gyp:events_ozone_layout',
26 '../events/platform/events_platform.gyp:events_platform',
28 '../gfx/gfx.gyp:gfx_geometry',
36 'caca_event_source.cc',
37 'caca_event_source.h',
40 'caca_window_manager.cc',
41 'caca_window_manager.h',
42 'ozone_platform_caca.cc',
43 'ozone_platform_caca.h',
44 'scoped_caca_types.cc',
45 'scoped_caca_types.h',