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

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

Issue 1059073002: Loads CastEglPlatform implementation from shared library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add myself to OWNERS for cast ozone platform. Created 5 years, 8 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/OWNERS ('k') | ui/ozone/platform/cast/gpu_platform_support_cast.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 {
6 'variables': {
7 'cast_graphics_gyp%': '../../chromecast/chromecast.gyp',
8 'internal_ozone_platform_deps': [
9 'ozone_platform_cast',
10 ],
11 'internal_ozone_platform_unittest_deps': [ ],
12 'internal_ozone_platforms': [
13 'cast',
14 ],
15 },
16 'targets': [
17 {
18 'target_name': 'ozone_platform_cast',
19 'type': 'static_library',
20 'dependencies': [
21 '<(cast_graphics_gyp):libcast_graphics_1.0',
22 '../events/events.gyp:events',
23 '../gfx/gfx.gyp:gfx',
24 '../gfx/gfx.gyp:gfx_geometry',
25 '../../base/base.gyp:base',
26 '../../chromecast/chromecast.gyp:cast_public_api',
27 ],
28 'defines': [
29 'OZONE_IMPLEMENTATION',
30 ],
31 'sources': [
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',
42 ],
43 },
44 ],
45 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/cast/OWNERS ('k') | ui/ozone/platform/cast/gpu_platform_support_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698