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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
8 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
10 # standard Chrome. | 10 # standard Chrome. |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 'action_name': 'dump_symbols', | 548 'action_name': 'dump_symbols', |
549 'inputs': [ | 549 'inputs': [ |
550 '<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py
', | 550 '<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py
', |
551 '<(PRODUCT_DIR)/dump_syms', | 551 '<(PRODUCT_DIR)/dump_syms', |
552 '<(PRODUCT_DIR)/content_shell', | 552 '<(PRODUCT_DIR)/content_shell', |
553 ], | 553 ], |
554 'outputs': [ | 554 'outputs': [ |
555 '<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)', | 555 '<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)', |
556 ], | 556 ], |
557 'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_s
ymbols.py', | 557 'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_s
ymbols.py', |
558 '--dump-syms-dir=<(PRODUCT_DIR)', | 558 '--build-dir=<(PRODUCT_DIR)', |
559 '--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(
target_arch)', | 559 '--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(
target_arch)', |
560 '--binary=<(PRODUCT_DIR)/content_shell', | 560 '--binary=<(PRODUCT_DIR)/content_shell', |
561 '--clear'], | 561 '--clear'], |
562 'message': 'Dumping breakpad symbols to <(_outputs)', | 562 'message': 'Dumping breakpad symbols to <(_outputs)', |
563 }, | 563 }, |
564 ], | 564 ], |
565 'dependencies': [ | 565 'dependencies': [ |
566 'content_shell', | 566 'content_shell', |
567 '../breakpad/breakpad.gyp:dump_syms', | 567 '../breakpad/breakpad.gyp:dump_syms', |
568 ], | 568 ], |
569 }], # OS=="linux" | 569 }], # OS=="linux" |
570 ['OS=="android"', { | 570 ['OS=="android"', { |
571 'actions': [ | 571 'actions': [ |
572 { | 572 { |
573 'action_name': 'dump_symbols', | 573 'action_name': 'dump_symbols', |
574 'inputs': [ | 574 'inputs': [ |
575 '<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py
', | 575 '<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py
', |
576 '<(PRODUCT_DIR)/dump_syms', | 576 '<(PRODUCT_DIR)/dump_syms', |
577 '<(PRODUCT_DIR)/lib/libcontent_shell_content_view.so', | 577 '<(PRODUCT_DIR)/lib/libcontent_shell_content_view.so', |
578 ], | 578 ], |
579 'outputs': [ | 579 'outputs': [ |
580 '<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)', | 580 '<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)', |
581 ], | 581 ], |
582 'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_s
ymbols.py', | 582 'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_s
ymbols.py', |
583 '--dump-syms-dir=<(PRODUCT_DIR)', | 583 '--build-dir=<(PRODUCT_DIR)', |
584 '--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(
target_arch)', | 584 '--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(
target_arch)', |
585 '--binary=<(PRODUCT_DIR)/lib/libcontent_shell_content_v
iew.so', | 585 '--binary=<(PRODUCT_DIR)/lib/libcontent_shell_content_v
iew.so', |
586 '--clear'], | 586 '--clear'], |
587 'message': 'Dumping breakpad symbols to <(_outputs)', | 587 'message': 'Dumping breakpad symbols to <(_outputs)', |
588 }, | 588 }, |
589 ], | 589 ], |
590 'dependencies': [ | 590 'dependencies': [ |
591 'libcontent_shell_content_view', | 591 'libcontent_shell_content_view', |
592 '../breakpad/breakpad.gyp:dump_syms#host', | 592 '../breakpad/breakpad.gyp:dump_syms#host', |
593 ], | 593 ], |
594 }], # OS=="android" | 594 }], # OS=="android" |
595 ['OS=="mac"', { | 595 ['OS=="mac"', { |
596 'actions': [ | 596 'actions': [ |
597 { | 597 { |
598 'action_name': 'dump_symbols', | 598 'action_name': 'dump_symbols', |
599 'inputs': [ | 599 'inputs': [ |
600 '<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py
', | 600 '<(DEPTH)/components/breakpad/tools/generate_breakpad_symbols.py
', |
601 '<(PRODUCT_DIR)/dump_syms', | 601 '<(PRODUCT_DIR)/dump_syms', |
602 '<(PRODUCT_DIR)/Content Shell.app/Contents/MacOS/Content Shell', | 602 '<(PRODUCT_DIR)/Content Shell.app/Contents/MacOS/Content Shell', |
603 ], | 603 ], |
604 'outputs': [ | 604 'outputs': [ |
605 '<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)', | 605 '<(PRODUCT_DIR)/content_shell.breakpad.<(target_arch)', |
606 ], | 606 ], |
607 'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_s
ymbols.py', | 607 'action': ['<(DEPTH)/components/breakpad/tools/generate_breakpad_s
ymbols.py', |
608 '--dump-syms-dir=<(PRODUCT_DIR)', | 608 '--build-dir=<(PRODUCT_DIR)', |
609 '--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(
target_arch)', | 609 '--symbols-dir=<(PRODUCT_DIR)/content_shell.breakpad.<(
target_arch)', |
610 '--binary=<(PRODUCT_DIR)/Content Shell.app/Contents/Mac
OS/Content Shell', | 610 '--binary=<(PRODUCT_DIR)/Content Shell.app/Contents/Mac
OS/Content Shell', |
611 '--clear'], | 611 '--clear'], |
612 'message': 'Dumping breakpad symbols to <(_outputs)', | 612 'message': 'Dumping breakpad symbols to <(_outputs)', |
613 }, | 613 }, |
614 ], | 614 ], |
615 'dependencies': [ | 615 'dependencies': [ |
616 'content_shell', | 616 'content_shell', |
617 '../breakpad/breakpad.gyp:dump_syms', | 617 '../breakpad/breakpad.gyp:dump_syms', |
618 ], | 618 ], |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 918 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
919 '--destination_dir', '<(dest_dir)', | 919 '--destination_dir', '<(dest_dir)', |
920 ], | 920 ], |
921 }, | 921 }, |
922 ], | 922 ], |
923 }, | 923 }, |
924 ], | 924 ], |
925 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 925 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
926 ] | 926 ] |
927 } | 927 } |
OLD | NEW |