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

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

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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/native_theme/native_theme.gyp ('k') | ui/ozone/gl/ozone_gl.gyp » ('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 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 'target_name': 'ozone_demo',
12 'type': 'executable',
13 'dependencies': [
14 '../../../base/base.gyp:base',
15 '../../../skia/skia.gyp:skia',
16 '../../../ui/events/ozone/events_ozone.gyp:events_ozone_layout',
17 '../../../ui/gfx/gfx.gyp:gfx_geometry',
18 '../../../ui/gl/gl.gyp:gl',
19 '../../../ui/gl/init/gl_init.gyp:gl_init',
20 '../../../ui/ozone/gl/ozone_gl.gyp:ozone_gl',
21 '../../../ui/ozone/ozone.gyp:ozone',
22 '../../../ui/ozone/ozone.gyp:ozone_base',
23 ],
24 'sources': [
25 'gl_renderer.cc',
26 'gl_renderer.h',
27 'ozone_demo.cc',
28 'renderer.h',
29 'renderer_base.cc',
30 'renderer_base.h',
31 'software_renderer.cc',
32 'software_renderer.h',
33 'surfaceless_gl_renderer.cc',
34 'surfaceless_gl_renderer.h',
35 ],
36 },
37 ],
38 }
OLDNEW
« no previous file with comments | « ui/native_theme/native_theme.gyp ('k') | ui/ozone/gl/ozone_gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698