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

Side by Side Diff: ui/surface/surface.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_demos.gyp ('k') | ui/views/examples/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
11 ['use_x11 == 1', { 11 ['use_x11 == 1', {
12 'include_dirs': [ 12 'include_dirs': [
13 '../../third_party/khronos', 13 '../../third_party/khronos',
14 ], 14 ],
15 }], 15 }],
16 ], 16 ],
17 }, 17 },
18 'targets': [ 18 'targets': [
19 { 19 {
20 'target_name': 'surface', 20 'target_name': 'surface',
21 'type': '<(component)', 21 'type': '<(component)',
22 'dependencies': [ 22 'dependencies': [
23 '../../base/base.gyp:base', 23 '../../base/base.gyp:base',
24 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 24 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
25 '../../skia/skia.gyp:skia', 25 '../../skia/skia.gyp:skia',
26 '../base/ui_base.gyp:ui_base', 26 '../base/ui_base.gyp:ui_base',
27 '../gfx/gfx.gyp:gfx_geometry', 27 '../gfx/gfx.gyp:gfx_geometry',
28 '../gl/gl.gyp:gl', 28 '../gl/gl.gyp:gl',
29 '../gl/init/gl_init.gyp:gl_init',
29 ], 30 ],
30 'sources': [ 31 'sources': [
31 'surface_export.h', 32 'surface_export.h',
32 'transport_dib.cc', 33 'transport_dib.cc',
33 'transport_dib.h', 34 'transport_dib.h',
34 'transport_dib_posix.cc', 35 'transport_dib_posix.cc',
35 'transport_dib_win.cc', 36 'transport_dib_win.cc',
36 ], 37 ],
37 'defines': [ 38 'defines': [
38 'SURFACE_IMPLEMENTATION', 39 'SURFACE_IMPLEMENTATION',
39 ], 40 ],
40 }, 41 },
41 ], 42 ],
42 } 43 }
OLDNEW
« no previous file with comments | « ui/ozone/demo/ozone_demos.gyp ('k') | ui/views/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698