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

Side by Side Diff: runtime/bin/bin.gypi

Issue 1534523002: Compress Observatory assets (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 | « no previous file | runtime/bin/main.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 Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
8 8
9 'io_cc_file': '<(gen_source_dir)/io_gen.cc', 9 'io_cc_file': '<(gen_source_dir)/io_gen.cc',
10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc', 10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 '<(observatory_assets_cc_file)', 496 '<(observatory_assets_cc_file)',
497 ], 497 ],
498 'action': [ 498 'action': [
499 'python', 499 'python',
500 'tools/create_archive.py', 500 'tools/create_archive.py',
501 '--output', '<(observatory_assets_cc_file)', 501 '--output', '<(observatory_assets_cc_file)',
502 '--tar_output', '<(observatory_assets_tar_file)', 502 '--tar_output', '<(observatory_assets_tar_file)',
503 '--outer_namespace', 'dart', 503 '--outer_namespace', 'dart',
504 '--inner_namespace', 'bin', 504 '--inner_namespace', 'bin',
505 '--name', 'observatory_assets_archive', 505 '--name', 'observatory_assets_archive',
506 '--compress',
506 '--client_root', '<(PRODUCT_DIR)/observatory/deployed/web/', 507 '--client_root', '<(PRODUCT_DIR)/observatory/deployed/web/',
507 ], 508 ],
508 'message': 'Generating ''<(observatory_assets_cc_file)'' file.' 509 'message': 'Generating ''<(observatory_assets_cc_file)'' file.'
509 }, 510 },
510 ] 511 ]
511 }, 512 },
512 { 513 {
513 'target_name': 'generate_resources_cc_file', 514 'target_name': 'generate_resources_cc_file',
514 'type': 'none', 515 'type': 'none',
515 'toolsets':['host'], 516 'toolsets':['host'],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'libdart', 581 'libdart',
581 'libdart_builtin', 582 'libdart_builtin',
582 'libdart_io', 583 'libdart_io',
583 'build_observatory#host', 584 'build_observatory#host',
584 'generate_snapshot_file#host', 585 'generate_snapshot_file#host',
585 'generate_resources_cc_file#host', 586 'generate_resources_cc_file#host',
586 'generate_observatory_assets_cc_file#host', 587 'generate_observatory_assets_cc_file#host',
587 ], 588 ],
588 'include_dirs': [ 589 'include_dirs': [
589 '..', 590 '..',
591 '../../third_party/', # Zlib
590 ], 592 ],
591 'sources': [ 593 'sources': [
592 'main.cc', 594 'main.cc',
593 'builtin_common.cc', 595 'builtin_common.cc',
594 'builtin_natives.cc', 596 'builtin_natives.cc',
595 'builtin_nolib.cc', 597 'builtin_nolib.cc',
596 'builtin.h', 598 'builtin.h',
597 'io_natives.h', 599 'io_natives.h',
598 'vmservice_impl.cc', 600 'vmservice_impl.cc',
599 'vmservice_impl.h', 601 'vmservice_impl.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'dependencies': [ 634 'dependencies': [
633 'libdart_precompiled', 635 'libdart_precompiled',
634 'libdart_builtin', 636 'libdart_builtin',
635 'libdart_io', 637 'libdart_io',
636 'build_observatory#host', 638 'build_observatory#host',
637 'generate_resources_cc_file#host', 639 'generate_resources_cc_file#host',
638 'generate_observatory_assets_cc_file#host', 640 'generate_observatory_assets_cc_file#host',
639 ], 641 ],
640 'include_dirs': [ 642 'include_dirs': [
641 '..', 643 '..',
644 '../../third_party/', # Zlib
642 ], 645 ],
643 'sources': [ 646 'sources': [
644 'main.cc', 647 'main.cc',
645 'builtin_common.cc', 648 'builtin_common.cc',
646 'builtin_natives.cc', 649 'builtin_natives.cc',
647 'builtin_nolib.cc', 650 'builtin_nolib.cc',
648 'builtin.h', 651 'builtin.h',
649 'io_natives.h', 652 'io_natives.h',
650 'vmservice_impl.cc', 653 'vmservice_impl.cc',
651 'vmservice_impl.h', 654 'vmservice_impl.h',
(...skipping 23 matching lines...) Expand all
675 'type': 'executable', 678 'type': 'executable',
676 'toolsets':['host'], 679 'toolsets':['host'],
677 'dependencies': [ 680 'dependencies': [
678 'libdart_nosnapshot', 681 'libdart_nosnapshot',
679 'libdart_builtin', 682 'libdart_builtin',
680 'libdart_io', 683 'libdart_io',
681 'generate_bootstrap_resources_cc_file#host', 684 'generate_bootstrap_resources_cc_file#host',
682 ], 685 ],
683 'include_dirs': [ 686 'include_dirs': [
684 '..', 687 '..',
688 '../../third_party/', # Zlib
685 ], 689 ],
686 'sources': [ 690 'sources': [
687 'main.cc', 691 'main.cc',
688 'builtin_common.cc', 692 'builtin_common.cc',
689 'builtin_natives.cc', 693 'builtin_natives.cc',
690 'builtin.cc', 694 'builtin.cc',
691 'builtin.h', 695 'builtin.h',
692 'io_natives.h', 696 'io_natives.h',
693 'vmservice_impl.cc', 697 'vmservice_impl.cc',
694 'vmservice_impl.h', 698 'vmservice_impl.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'type': 'executable', 734 'type': 'executable',
731 'dependencies': [ 735 'dependencies': [
732 'libdart_nosnapshot', 736 'libdart_nosnapshot',
733 'libdart_builtin', 737 'libdart_builtin',
734 'libdart_io', 738 'libdart_io',
735 'generate_resources_cc_file#host', 739 'generate_resources_cc_file#host',
736 'generate_observatory_assets_cc_file#host', 740 'generate_observatory_assets_cc_file#host',
737 ], 741 ],
738 'include_dirs': [ 742 'include_dirs': [
739 '..', 743 '..',
744 '../../third_party/', # Zlib
740 ], 745 ],
741 'sources': [ 746 'sources': [
742 'main.cc', 747 'main.cc',
743 'builtin_common.cc', 748 'builtin_common.cc',
744 'builtin_natives.cc', 749 'builtin_natives.cc',
745 'builtin.cc', 750 'builtin.cc',
746 'builtin.h', 751 'builtin.h',
747 'io_natives.h', 752 'io_natives.h',
748 'vmservice_impl.cc', 753 'vmservice_impl.cc',
749 'vmservice_impl.h', 754 'vmservice_impl.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 }], 892 }],
888 ['OS=="linux"', { 893 ['OS=="linux"', {
889 'cflags': [ 894 'cflags': [
890 '-fPIC', 895 '-fPIC',
891 ], 896 ],
892 }], 897 }],
893 ], 898 ],
894 }, 899 },
895 ], 900 ],
896 } 901 }
OLDNEW
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698