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

Side by Side Diff: ash/ash.gyp

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | ash/shell/content/shell_with_content_main.cc » ('j') | base/base.gyp » ('J')
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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell/content/shell_with_content_main.cc » ('j') | base/base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698