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

Side by Side Diff: chrome/chrome.gyp

Issue 1491363002: Add chrome crash service to GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_win Created 5 years 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 | « build/buildflag_header.gni ('k') | chrome/tools/crash_service/BUILD.gn » ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'app/chrome_exe.ver', 413 'app/chrome_exe.ver',
414 'app/chrome_dll.ver', 414 'app/chrome_dll.ver',
415 'app/nacl64_exe.ver', 415 'app/nacl64_exe.ver',
416 'app/other.ver', 416 'app/other.ver',
417 ], 417 ],
418 'includes': [ 418 'includes': [
419 'version_resource_rules.gypi', 419 'version_resource_rules.gypi',
420 ], 420 ],
421 }, 421 },
422 { 422 {
423 # GN version: //chrome/tools/crash_service
423 'target_name': 'crash_service', 424 'target_name': 'crash_service',
424 'type': 'executable', 425 'type': 'executable',
425 'dependencies': [ 426 'dependencies': [
426 'installer_util', 427 'installer_util',
427 '../base/base.gyp:base', 428 '../base/base.gyp:base',
428 '../chrome/common_constants.gyp:common_constants', 429 '../chrome/common_constants.gyp:common_constants',
429 '../components/components.gyp:breakpad_crash_service', 430 '../components/components.gyp:breakpad_crash_service',
430 ], 431 ],
431 'include_dirs': [ 432 'include_dirs': [
432 '..', 433 '..',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'direct_dependent_settings': { 482 'direct_dependent_settings': {
482 'msvs_settings': { 483 'msvs_settings': {
483 'VCLinkerTool': { 484 'VCLinkerTool': {
484 'AdditionalLibraryDirectories': ['<(lib_dir)', ], 485 'AdditionalLibraryDirectories': ['<(lib_dir)', ],
485 'AdditionalDependencies': ['chrome.user32.delay.lib', ], 486 'AdditionalDependencies': ['chrome.user32.delay.lib', ],
486 }, 487 },
487 }, 488 },
488 }, 489 },
489 }, 490 },
490 { 491 {
492 # GN version: //chrome/tools/crash_service:crash_service_win64
491 'target_name': 'crash_service_win64', 493 'target_name': 'crash_service_win64',
492 'type': 'executable', 494 'type': 'executable',
493 'product_name': 'crash_service64', 495 'product_name': 'crash_service64',
494 'dependencies': [ 496 'dependencies': [
495 'installer_util_nacl_win64', 497 'installer_util_nacl_win64',
496 '../base/base.gyp:base_static_win64', 498 '../base/base.gyp:base_static_win64',
497 '../chrome/common_constants.gyp:common_constants_win64', 499 '../chrome/common_constants.gyp:common_constants_win64',
498 '../components/components.gyp:breakpad_crash_service_win64', 500 '../components/components.gyp:breakpad_crash_service_win64',
499 ], 501 ],
500 'include_dirs': [ 502 'include_dirs': [
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 '<(DEPTH)/third_party/kasko' 801 '<(DEPTH)/third_party/kasko'
800 ], 802 ],
801 }, 803 },
802 }, 804 },
803 }, 805 },
804 }, 806 },
805 ], 807 ],
806 }], 808 }],
807 ], # 'conditions' 809 ], # 'conditions'
808 } 810 }
OLDNEW
« no previous file with comments | « build/buildflag_header.gni ('k') | chrome/tools/crash_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698