| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |