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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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/base/BUILD.gn ('k') | ui/compositor/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ], 158 ],
159 'sources!': [ 159 'sources!': [
160 'touch/selection_bound_unittest.cc', 160 'touch/selection_bound_unittest.cc',
161 'user_activity/user_activity_detector_unittest.cc', 161 'user_activity/user_activity_detector_unittest.cc',
162 ], 162 ],
163 }], 163 }],
164 ['use_pango == 1', { 164 ['use_pango == 1', {
165 'dependencies': [ 165 'dependencies': [
166 '../../build/linux/system.gyp:pangocairo', 166 '../../build/linux/system.gyp:pangocairo',
167 ], 167 ],
168 'conditions': [
169 ['use_allocator!="none"', {
170 'dependencies': [
171 '../../base/allocator/allocator.gyp:allocator',
172 ],
173 }],
174 ],
175 }], 168 }],
176 ['use_x11==1', { 169 ['use_x11==1', {
177 'dependencies': [ 170 'dependencies': [
178 '../../build/linux/system.gyp:x11', 171 '../../build/linux/system.gyp:x11',
179 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 172 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
180 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 173 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
181 '../gfx/x/gfx_x11.gyp:gfx_x11', 174 '../gfx/x/gfx_x11.gyp:gfx_x11',
182 ], 175 ],
183 }], 176 }],
184 ['OS!="win" or use_aura==0', { 177 ['OS!="win" or use_aura==0', {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'dependencies': [ 322 'dependencies': [
330 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 323 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
331 ], 324 ],
332 }], 325 }],
333 ], 326 ],
334 }, 327 },
335 ], 328 ],
336 }], 329 }],
337 ], 330 ],
338 } 331 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698