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

Side by Side Diff: components/exo.gypi

Issue 2008153002: Add initial implementation of cc::Surfaces backend for exo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | components/exo/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/exo 8 # GN version: //components/exo
9 'target_name': 'exo', 9 'target_name': 'exo',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../ash/ash.gyp:ash', 15 '../ash/ash.gyp:ash',
16 '../base/base.gyp:base', 16 '../base/base.gyp:base',
17 '../cc/cc.gyp:cc', 17 '../cc/cc.gyp:cc',
18 '../cc/cc.gyp:cc_surfaces',
18 '../gpu/gpu.gyp:gpu', 19 '../gpu/gpu.gyp:gpu',
19 '../skia/skia.gyp:skia', 20 '../skia/skia.gyp:skia',
20 '../ui/aura/aura.gyp:aura', 21 '../ui/aura/aura.gyp:aura',
21 '../ui/compositor/compositor.gyp:compositor', 22 '../ui/compositor/compositor.gyp:compositor',
22 '../ui/gfx/gfx.gyp:gfx', 23 '../ui/gfx/gfx.gyp:gfx',
23 '../ui/gfx/gfx.gyp:gfx_geometry', 24 '../ui/gfx/gfx.gyp:gfx_geometry',
24 '../ui/gl/gl.gyp:gl', 25 '../ui/gl/gl.gyp:gl',
25 '../ui/views/views.gyp:views', 26 '../ui/views/views.gyp:views',
26 '../ui/wm/wm.gyp:wm', 27 '../ui/wm/wm.gyp:wm',
27 ], 28 ],
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'defines': [ 107 'defines': [
107 'USE_XKBCOMMON', 108 'USE_XKBCOMMON',
108 ], 109 ],
109 }], 110 }],
110 ], 111 ],
111 }, 112 },
112 ], 113 ],
113 }], 114 }],
114 ], 115 ],
115 } 116 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698