| 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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 '../content/content_shell_and_tests.gyp:content_shell_lib', | 1293 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 1294 '../content/content.gyp:content', | 1294 '../content/content.gyp:content', |
| 1295 '../skia/skia.gyp:skia', | 1295 '../skia/skia.gyp:skia', |
| 1296 ], | 1296 ], |
| 1297 'sources': [ | 1297 'sources': [ |
| 1298 '<@(ash_shell_with_content_lib_sources)', | 1298 '<@(ash_shell_with_content_lib_sources)', |
| 1299 ], | 1299 ], |
| 1300 'conditions': [ | 1300 'conditions': [ |
| 1301 ['OS=="win"', { | 1301 ['OS=="win"', { |
| 1302 'dependencies': [ | 1302 'dependencies': [ |
| 1303 '../content/content.gyp:content_startup_helper_win', | 1303 '../content/content.gyp:sandbox_helper_win', |
| 1304 ], | 1304 ], |
| 1305 }], | 1305 }], |
| 1306 ], | 1306 ], |
| 1307 }, | 1307 }, |
| 1308 { | 1308 { |
| 1309 # GN version: //ash:ash_shell_with_content | 1309 # GN version: //ash:ash_shell_with_content |
| 1310 'target_name': 'ash_shell_with_content', | 1310 'target_name': 'ash_shell_with_content', |
| 1311 'type': 'executable', | 1311 'type': 'executable', |
| 1312 'dependencies': [ | 1312 'dependencies': [ |
| 1313 'ash_shell_lib_with_content', | 1313 'ash_shell_lib_with_content', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1363 ], | 1363 ], |
| 1364 } | 1364 } |
| 1365 ], | 1365 ], |
| 1366 ], | 1366 ], |
| 1367 }, | 1367 }, |
| 1368 ], | 1368 ], |
| 1369 }], | 1369 }], |
| 1370 ], | 1370 ], |
| 1371 } | 1371 } |
| OLD | NEW |