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

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: Fix lint errors/warnings 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') | 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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell/content/shell_with_content_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698