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

Side by Side Diff: ui/compositor/compositor.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
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'test/test_layers.h', 114 'test/test_layers.h',
115 'test/test_suite.cc', 115 'test/test_suite.cc',
116 'test/test_suite.h', 116 'test/test_suite.h',
117 'test/test_utils.cc', 117 'test/test_utils.cc',
118 'test/test_utils.h', 118 'test/test_utils.h',
119 ], 119 ],
120 'conditions': [ 120 'conditions': [
121 ['use_x11==1', { 121 ['use_x11==1', {
122 'dependencies': [ 122 'dependencies': [
123 '<(DEPTH)/build/linux/system.gyp:x11', 123 '<(DEPTH)/build/linux/system.gyp:x11',
124 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_x11', 124 '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
125 ] 125 ]
126 }] 126 }]
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 'target_name': 'compositor_unittests', 130 'target_name': 'compositor_unittests',
131 'type': 'executable', 131 'type': 'executable',
132 'dependencies': [ 132 'dependencies': [
133 '<(DEPTH)/base/base.gyp:base', 133 '<(DEPTH)/base/base.gyp:base',
134 '<(DEPTH)/base/base.gyp:test_support_base', 134 '<(DEPTH)/base/base.gyp:test_support_base',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'dependencies': [ 166 'dependencies': [
167 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 167 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
168 ], 168 ],
169 }], 169 }],
170 ], 170 ],
171 }], 171 }],
172 ], 172 ],
173 }, 173 },
174 ], 174 ],
175 } 175 }
OLDNEW
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/events/events.gyp » ('j') | ui/gfx/x/gfx_x11.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698