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

Side by Side Diff: ui/gfx/x/gfx_x11.gyp

Issue 275273002: x11: Split the gfx_x11 target into its own gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gl/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 'use_x11': 1,
9 },
10
11 'targets': [
12 {
13 'target_name': 'gfx_x11',
14 'type': '<(component)',
15 'dependencies': [
16 '../../../base/base.gyp:base',
17 ],
18 'defines': [
19 'GFX_IMPLEMENTATION',
20 ],
21 'link_settings': {
22 'libraries': [
23 '-lX11',
24 '-lXi',
piman 2014/05/09 21:54:17 Why not adding a dependency on system.gyp:x11 like
sadrul 2014/05/09 22:11:14 system.gyp:x11 target is also defined conditionall
25 ],
26 },
27 'sources': [
28 'x11_atom_cache.cc',
29 'x11_atom_cache.h',
30 'x11_connection.cc',
31 'x11_connection.h',
32 'x11_error_tracker.cc',
33 'x11_error_tracker.h',
34 'x11_types.cc',
35 'x11_types.h',
36 ],
37 },
38 ]
39 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698