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 'cast_graphics_gyp%': '../../chromecast/chromecast.gyp',
8 'internal_ozone_platform_deps': [
11 'internal_ozone_platform_unittest_deps': [ ],
12 'internal_ozone_platforms': [
18 'target_name': 'ozone_platform_cast',
19 'type': 'static_library',
21 '<(cast_graphics_gyp):libcast_graphics_1.0',
22 '../events/events.gyp:events',
24 '../gfx/gfx.gyp:gfx_geometry',
25 '../../base/base.gyp:base',
26 '../../chromecast/chromecast.gyp:cast_public_api',
29 'OZONE_IMPLEMENTATION',
32 'gpu_platform_support_cast.cc',
33 'gpu_platform_support_cast.h',
34 'ozone_platform_cast.cc',
35 'ozone_platform_cast.h',
36 'platform_window_cast.cc',
37 'platform_window_cast.h',
38 'surface_factory_cast.cc',
39 'surface_factory_cast.h',
40 'surface_ozone_egl_cast.cc',
41 'surface_ozone_egl_cast.h',