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

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

Powered by Google App Engine
This is Rietveld 408576698