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

Side by Side Diff: ui/app_list/app_list.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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/demo/app_list_demo_views.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 ], 360 ],
361 'conditions': [ 361 'conditions': [
362 ['OS=="win"', { 362 ['OS=="win"', {
363 'msvs_settings': { 363 'msvs_settings': {
364 'VCLinkerTool': { 364 'VCLinkerTool': {
365 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 365 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
366 }, 366 },
367 }, 367 },
368 'dependencies': [ 368 'dependencies': [
369 '../../sandbox/sandbox.gyp:sandbox', 369 '../../sandbox/sandbox.gyp:sandbox',
370 '../../content/content.gyp:content_startup_helper_win', 370 '../../content/content.gyp:sandbox_helper_win',
371 ], 371 ],
372 }], 372 }],
373 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', { 373 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', {
374 'dependencies': [ 374 'dependencies': [
375 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 375 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
376 ], 376 ],
377 }], 377 }],
378 ], 378 ],
379 }, 379 },
380 ], 380 ],
(...skipping 17 matching lines...) Expand all
398 'dependencies': [ 398 'dependencies': [
399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
400 ], 400 ],
401 }], 401 }],
402 ], 402 ],
403 }, 403 },
404 ], 404 ],
405 }], 405 }],
406 ], 406 ],
407 } 407 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/demo/app_list_demo_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698