Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: ui/ozone/platform/cast/cast.gypi

Issue 1223793009: Fixes to Cast use of overlays for video frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added dependency on media_base Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/ozone/platform/cast/DEPS ('k') | ui/ozone/platform/cast/overlay_manager_cast.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
11 ], 11 ],
12 'internal_ozone_platform_unittest_deps': [ ], 12 'internal_ozone_platform_unittest_deps': [ ],
13 'internal_ozone_platforms': [ 13 'internal_ozone_platforms': [
14 'cast', 14 'cast',
15 ], 15 ],
16 }, 16 },
17 'targets': [ 17 'targets': [
18 { 18 {
19 'target_name': 'ozone_platform_cast', 19 'target_name': 'ozone_platform_cast',
20 'type': 'static_library', 20 'type': 'static_library',
21 'dependencies': [ 21 'dependencies': [
22 '<(cast_graphics_gyp):libcast_graphics_1.0', 22 '<(cast_graphics_gyp):libcast_graphics_1.0',
23 '<(libcast_media_gyp):libcast_media_1.0', 23 '<(libcast_media_gyp):libcast_media_1.0',
24 '../events/events.gyp:events', 24 '../events/events.gyp:events',
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 ], 30 ],
30 'defines': [ 31 'defines': [
31 'OZONE_IMPLEMENTATION', 32 'OZONE_IMPLEMENTATION',
32 ], 33 ],
33 'sources': [ 34 'sources': [
34 'gpu_platform_support_cast.cc', 35 'gpu_platform_support_cast.cc',
35 'gpu_platform_support_cast.h', 36 'gpu_platform_support_cast.h',
36 'overlay_manager_cast.cc', 37 'overlay_manager_cast.cc',
37 'overlay_manager_cast.h', 38 'overlay_manager_cast.h',
38 'ozone_platform_cast.cc', 39 'ozone_platform_cast.cc',
39 'ozone_platform_cast.h', 40 'ozone_platform_cast.h',
40 'platform_window_cast.cc', 41 'platform_window_cast.cc',
41 'platform_window_cast.h', 42 'platform_window_cast.h',
42 'surface_factory_cast.cc', 43 'surface_factory_cast.cc',
43 'surface_factory_cast.h', 44 'surface_factory_cast.h',
44 'surface_ozone_egl_cast.cc', 45 'surface_ozone_egl_cast.cc',
45 'surface_ozone_egl_cast.h', 46 'surface_ozone_egl_cast.h',
46 ], 47 ],
47 }, 48 },
48 ], 49 ],
49 } 50 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/cast/DEPS ('k') | ui/ozone/platform/cast/overlay_manager_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698