| 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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 '../content/content_shell_and_tests.gyp:content_shell_lib', | 1298 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 1299 '../content/content.gyp:content', | 1299 '../content/content.gyp:content', |
| 1300 '../skia/skia.gyp:skia', | 1300 '../skia/skia.gyp:skia', |
| 1301 ], | 1301 ], |
| 1302 'sources': [ | 1302 'sources': [ |
| 1303 '<@(ash_shell_with_content_lib_sources)', | 1303 '<@(ash_shell_with_content_lib_sources)', |
| 1304 ], | 1304 ], |
| 1305 'conditions': [ | 1305 'conditions': [ |
| 1306 ['OS=="win"', { | 1306 ['OS=="win"', { |
| 1307 'dependencies': [ | 1307 'dependencies': [ |
| 1308 '../content/content.gyp:content_startup_helper_win', | 1308 '../content/content.gyp:sandbox_helper_win', |
| 1309 ], | 1309 ], |
| 1310 }], | 1310 }], |
| 1311 ], | 1311 ], |
| 1312 }, | 1312 }, |
| 1313 { | 1313 { |
| 1314 # GN version: //ash:ash_shell_with_content | 1314 # GN version: //ash:ash_shell_with_content |
| 1315 'target_name': 'ash_shell_with_content', | 1315 'target_name': 'ash_shell_with_content', |
| 1316 'type': 'executable', | 1316 'type': 'executable', |
| 1317 'dependencies': [ | 1317 'dependencies': [ |
| 1318 'ash_shell_lib_with_content', | 1318 'ash_shell_lib_with_content', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1367 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1367 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1368 ], | 1368 ], |
| 1369 } | 1369 } |
| 1370 ], | 1370 ], |
| 1371 ], | 1371 ], |
| 1372 }, | 1372 }, |
| 1373 ], | 1373 ], |
| 1374 }], | 1374 }], |
| 1375 ], | 1375 ], |
| 1376 } | 1376 } |
| OLD | NEW |