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

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

Issue 2102443003: Break //ui/gl/ dependency on //ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_bindings
Patch Set: Rebase again. Created 4 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/DEPS ('k') | ui/ozone/demo/surfaceless_gl_renderer.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 '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/gl/init/gl_init.gyp:gl_init',
20 '../../../ui/ozone/gl/ozone_gl.gyp:ozone_gl',
20 '../../../ui/ozone/ozone.gyp:ozone', 21 '../../../ui/ozone/ozone.gyp:ozone',
21 '../../../ui/ozone/ozone.gyp:ozone_base', 22 '../../../ui/ozone/ozone.gyp:ozone_base',
22 ], 23 ],
23 'sources': [ 24 'sources': [
24 'gl_renderer.cc', 25 'gl_renderer.cc',
25 'gl_renderer.h', 26 'gl_renderer.h',
26 'ozone_demo.cc', 27 'ozone_demo.cc',
27 'renderer.h', 28 'renderer.h',
28 'renderer_base.cc', 29 'renderer_base.cc',
29 'renderer_base.h', 30 'renderer_base.h',
30 'software_renderer.cc', 31 'software_renderer.cc',
31 'software_renderer.h', 32 'software_renderer.h',
32 'surfaceless_gl_renderer.cc', 33 'surfaceless_gl_renderer.cc',
33 'surfaceless_gl_renderer.h', 34 'surfaceless_gl_renderer.h',
34 ], 35 ],
35 }, 36 },
36 ], 37 ],
37 } 38 }
OLDNEW
« no previous file with comments | « ui/ozone/DEPS ('k') | ui/ozone/demo/surfaceless_gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698