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

Side by Side Diff: ui/ozone/demo/ozone_demos.gyp

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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/demo/ozone_demo.cc ('k') | ui/surface/surface.gyp » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'ozone_demo', 11 'target_name': 'ozone_demo',
12 'type': 'executable', 12 'type': 'executable',
13 'dependencies': [ 13 'dependencies': [
14 '../../../base/base.gyp:base', 14 '../../../base/base.gyp:base',
15 '../../../skia/skia.gyp:skia', 15 '../../../skia/skia.gyp:skia',
16 '../../../ui/events/ozone/events_ozone.gyp:events_ozone_layout', 16 '../../../ui/events/ozone/events_ozone.gyp:events_ozone_layout',
17 '../../../ui/gfx/gfx.gyp:gfx_geometry', 17 '../../../ui/gfx/gfx.gyp:gfx_geometry',
18 '../../../ui/gl/gl.gyp:gl', 18 '../../../ui/gl/gl.gyp:gl',
19 '../../../ui/gl/init/gl_init.gyp:gl_init',
19 '../../../ui/ozone/ozone.gyp:ozone', 20 '../../../ui/ozone/ozone.gyp:ozone',
20 '../../../ui/ozone/ozone.gyp:ozone_base', 21 '../../../ui/ozone/ozone.gyp:ozone_base',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 'gl_renderer.cc', 24 'gl_renderer.cc',
24 'gl_renderer.h', 25 'gl_renderer.h',
25 'ozone_demo.cc', 26 'ozone_demo.cc',
26 'renderer.h', 27 'renderer.h',
27 'renderer_base.cc', 28 'renderer_base.cc',
28 'renderer_base.h', 29 'renderer_base.h',
29 'software_renderer.cc', 30 'software_renderer.cc',
30 'software_renderer.h', 31 'software_renderer.h',
31 'surfaceless_gl_renderer.cc', 32 'surfaceless_gl_renderer.cc',
32 'surfaceless_gl_renderer.h', 33 'surfaceless_gl_renderer.h',
33 ], 34 ],
34 }, 35 },
35 ], 36 ],
36 } 37 }
OLDNEW
« no previous file with comments | « ui/ozone/demo/ozone_demo.cc ('k') | ui/surface/surface.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698