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

Side by Side Diff: ash/ash.gyp

Issue 985853004: ash: Add missing xdisplaycheck dependency for tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « ash/BUILD.gn ('k') | no next file » | 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 'type': 'none', 1284 'type': 'none',
1285 'dependencies': [ 1285 'dependencies': [
1286 'ash_unittests', 1286 'ash_unittests',
1287 ], 1287 ],
1288 'includes': [ 1288 'includes': [
1289 '../build/isolate.gypi', 1289 '../build/isolate.gypi',
1290 ], 1290 ],
1291 'sources': [ 1291 'sources': [
1292 'ash_unittests.isolate', 1292 'ash_unittests.isolate',
1293 ], 1293 ],
1294 'conditions': [
1295 ['use_x11==1',
1296 {
1297 'dependencies': [
1298 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1299 ],
1300 }
1301 ],
1302 ],
1294 }, 1303 },
1295 ], 1304 ],
1296 }], 1305 }],
1297 ], 1306 ],
1298 } 1307 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698