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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 'app/chrome_exe.ver', | 409 'app/chrome_exe.ver', |
410 'app/chrome_dll.ver', | 410 'app/chrome_dll.ver', |
411 'app/nacl64_exe.ver', | 411 'app/nacl64_exe.ver', |
412 'app/other.ver', | 412 'app/other.ver', |
413 ], | 413 ], |
414 'includes': [ | 414 'includes': [ |
415 'version_resource_rules.gypi', | 415 'version_resource_rules.gypi', |
416 ], | 416 ], |
417 }, | 417 }, |
418 { | 418 { |
419 # GN version: //chrome/tools/crash_service | |
420 'target_name': 'crash_service', | |
421 'type': 'executable', | |
422 'dependencies': [ | |
423 'installer_util', | |
424 '../base/base.gyp:base', | |
425 '../chrome/common_constants.gyp:common_constants', | |
426 '../components/components.gyp:breakpad_crash_service', | |
427 ], | |
428 'include_dirs': [ | |
429 '..', | |
430 ], | |
431 'sources': [ | |
432 'tools/crash_service/main.cc', | |
433 ], | |
434 'msvs_settings': { | |
435 'VCLinkerTool': { | |
436 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | |
437 }, | |
438 }, | |
439 }, | |
440 { | |
441 'target_name': 'sb_sigutil', | 419 'target_name': 'sb_sigutil', |
442 'type': 'executable', | 420 'type': 'executable', |
443 'dependencies': [ | 421 'dependencies': [ |
444 '../base/base.gyp:base', | 422 '../base/base.gyp:base', |
445 '../crypto/crypto.gyp:crypto', | 423 '../crypto/crypto.gyp:crypto', |
446 'safe_browsing_proto', | 424 'safe_browsing_proto', |
447 ], | 425 ], |
448 'sources': [ | 426 'sources': [ |
449 'common/safe_browsing/binary_feature_extractor.cc', | 427 'common/safe_browsing/binary_feature_extractor.cc', |
450 'common/safe_browsing/binary_feature_extractor.h', | 428 'common/safe_browsing/binary_feature_extractor.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 ], | 461 ], |
484 'direct_dependent_settings': { | 462 'direct_dependent_settings': { |
485 'msvs_settings': { | 463 'msvs_settings': { |
486 'VCLinkerTool': { | 464 'VCLinkerTool': { |
487 'AdditionalLibraryDirectories': ['<(lib_dir)', ], | 465 'AdditionalLibraryDirectories': ['<(lib_dir)', ], |
488 'AdditionalDependencies': ['chrome.user32.delay.lib', ], | 466 'AdditionalDependencies': ['chrome.user32.delay.lib', ], |
489 }, | 467 }, |
490 }, | 468 }, |
491 }, | 469 }, |
492 }, | 470 }, |
493 { | |
494 # GN version: //chrome/tools/crash_service:crash_service_win64 | |
495 'target_name': 'crash_service_win64', | |
496 'type': 'executable', | |
497 'product_name': 'crash_service64', | |
498 'dependencies': [ | |
499 'installer_util_nacl_win64', | |
500 '../base/base.gyp:base_static_win64', | |
501 '../chrome/common_constants.gyp:common_constants_win64', | |
502 '../components/components.gyp:breakpad_crash_service_win64', | |
503 ], | |
504 'include_dirs': [ | |
505 '..', | |
506 ], | |
507 'sources': [ | |
508 '../content/public/common/content_switches.cc', | |
509 'tools/crash_service/main.cc', | |
510 ], | |
511 'defines': [ | |
512 'COMPILE_CONTENT_STATICALLY', | |
513 ], | |
514 'msvs_settings': { | |
515 'VCLinkerTool': { | |
516 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | |
517 }, | |
518 }, | |
519 'configurations': { | |
520 'Common_Base': { | |
521 'msvs_target_platform': 'x64', | |
522 }, | |
523 }, | |
524 }, | |
525 ]}, # 'targets' | 471 ]}, # 'targets' |
526 ], # OS=="win" and target_arch=="ia32" | 472 ], # OS=="win" and target_arch=="ia32" |
527 ['chromeos==1', { | 473 ['chromeos==1', { |
528 'includes': [ 'chrome_browser_chromeos.gypi' ], | 474 'includes': [ 'chrome_browser_chromeos.gypi' ], |
529 }], # chromeos==1 | 475 }], # chromeos==1 |
530 ['OS=="android"', | 476 ['OS=="android"', |
531 { | 477 { |
532 'targets': [ | 478 'targets': [ |
533 { | 479 { |
534 # GN: //chrome/android:chrome_java | 480 # GN: //chrome/android:chrome_java |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 # expired. crbug.com/577698 | 756 # expired. crbug.com/577698 |
811 '../components/components.gyp:startup_metric_utils_common', | 757 '../components/components.gyp:startup_metric_utils_common', |
812 ], | 758 ], |
813 }], | 759 }], |
814 ], | 760 ], |
815 }, | 761 }, |
816 ], | 762 ], |
817 }], | 763 }], |
818 ], # 'conditions' | 764 ], # 'conditions' |
819 } | 765 } |
OLD | NEW |