OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'cast_graphics_gyp%': '../../chromecast/chromecast.gyp', | 7 'cast_graphics_gyp%': '../../chromecast/chromecast.gyp', |
8 'libcast_media_gyp%': '../../chromecast/media/media.gyp', | 8 'libcast_media_gyp%': '../../chromecast/media/media.gyp', |
9 'internal_ozone_platform_deps': [ | 9 'internal_ozone_platform_deps': [ |
10 'ozone_platform_cast', | 10 'ozone_platform_cast', |
(...skipping 14 matching lines...) Expand all Loading... |
25 '../gfx/gfx.gyp:gfx', | 25 '../gfx/gfx.gyp:gfx', |
26 '../gfx/gfx.gyp:gfx_geometry', | 26 '../gfx/gfx.gyp:gfx_geometry', |
27 '../../base/base.gyp:base', | 27 '../../base/base.gyp:base', |
28 '../../chromecast/chromecast.gyp:cast_public_api', | 28 '../../chromecast/chromecast.gyp:cast_public_api', |
29 '../../chromecast/media/media.gyp:media_base', | 29 '../../chromecast/media/media.gyp:media_base', |
30 ], | 30 ], |
31 'defines': [ | 31 'defines': [ |
32 'OZONE_IMPLEMENTATION', | 32 'OZONE_IMPLEMENTATION', |
33 ], | 33 ], |
34 'sources': [ | 34 'sources': [ |
| 35 'client_native_pixmap_factory_cast.cc', |
| 36 'client_native_pixmap_factory_cast.h', |
35 'gpu_platform_support_cast.cc', | 37 'gpu_platform_support_cast.cc', |
36 'gpu_platform_support_cast.h', | 38 'gpu_platform_support_cast.h', |
37 'overlay_manager_cast.cc', | 39 'overlay_manager_cast.cc', |
38 'overlay_manager_cast.h', | 40 'overlay_manager_cast.h', |
39 'ozone_platform_cast.cc', | 41 'ozone_platform_cast.cc', |
40 'ozone_platform_cast.h', | 42 'ozone_platform_cast.h', |
41 'platform_window_cast.cc', | 43 'platform_window_cast.cc', |
42 'platform_window_cast.h', | 44 'platform_window_cast.h', |
43 'surface_factory_cast.cc', | 45 'surface_factory_cast.cc', |
44 'surface_factory_cast.h', | 46 'surface_factory_cast.h', |
45 'surface_ozone_egl_cast.cc', | 47 'surface_ozone_egl_cast.cc', |
46 'surface_ozone_egl_cast.h', | 48 'surface_ozone_egl_cast.h', |
47 ], | 49 ], |
48 }, | 50 }, |
49 ], | 51 ], |
50 } | 52 } |
OLD | NEW |