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 '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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |