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

Side by Side Diff: tools/gyp/v8.gyp

Issue 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback, rebase and "git cl format" Created 6 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « tools/generate-runtime-tests.py ('k') | tools/run-tests.py » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 '../../src/circular-queue-inl.h', 368 '../../src/circular-queue-inl.h',
369 '../../src/circular-queue.h', 369 '../../src/circular-queue.h',
370 '../../src/code-stubs.cc', 370 '../../src/code-stubs.cc',
371 '../../src/code-stubs.h', 371 '../../src/code-stubs.h',
372 '../../src/code-stubs-hydrogen.cc', 372 '../../src/code-stubs-hydrogen.cc',
373 '../../src/code.h', 373 '../../src/code.h',
374 '../../src/codegen.cc', 374 '../../src/codegen.cc',
375 '../../src/codegen.h', 375 '../../src/codegen.h',
376 '../../src/compilation-cache.cc', 376 '../../src/compilation-cache.cc',
377 '../../src/compilation-cache.h', 377 '../../src/compilation-cache.h',
378 '../../src/compiler/ast-graph-builder.cc',
379 '../../src/compiler/ast-graph-builder.h',
380 '../../src/compiler/code-generator-impl.h',
381 '../../src/compiler/code-generator.cc',
382 '../../src/compiler/code-generator.h',
383 '../../src/compiler/common-node-cache.h',
384 '../../src/compiler/control-builders.cc',
385 '../../src/compiler/control-builders.h',
386 '../../src/compiler/frame.h',
387 '../../src/compiler/gap-resolver.cc',
388 '../../src/compiler/gap-resolver.h',
389 '../../src/compiler/generic-algorithm-inl.h',
390 '../../src/compiler/generic-algorithm.h',
391 '../../src/compiler/generic-graph.h',
392 '../../src/compiler/generic-node-inl.h',
393 '../../src/compiler/generic-node.h',
394 '../../src/compiler/graph-builder.cc',
395 '../../src/compiler/graph-builder.h',
396 '../../src/compiler/graph-inl.h',
397 '../../src/compiler/graph-reducer.cc',
398 '../../src/compiler/graph-reducer.h',
399 '../../src/compiler/graph-replay.cc',
400 '../../src/compiler/graph-replay.h',
401 '../../src/compiler/graph-visualizer.cc',
402 '../../src/compiler/graph-visualizer.h',
403 '../../src/compiler/graph.cc',
404 '../../src/compiler/graph.h',
405 '../../src/compiler/instruction-codes.h',
406 '../../src/compiler/instruction-selector-impl.h',
407 '../../src/compiler/instruction-selector.cc',
408 '../../src/compiler/instruction-selector.h',
409 '../../src/compiler/instruction.cc',
410 '../../src/compiler/instruction.h',
411 '../../src/compiler/js-context-specialization.cc',
412 '../../src/compiler/js-context-specialization.h',
413 '../../src/compiler/js-generic-lowering.cc',
414 '../../src/compiler/js-generic-lowering.h',
415 '../../src/compiler/js-graph.cc',
416 '../../src/compiler/js-graph.h',
417 '../../src/compiler/js-operator.h',
418 '../../src/compiler/js-typed-lowering.cc',
419 '../../src/compiler/js-typed-lowering.h',
420 '../../src/compiler/linkage-impl.h',
421 '../../src/compiler/linkage.cc',
422 '../../src/compiler/linkage.h',
423 '../../src/compiler/lowering-builder.cc',
424 '../../src/compiler/lowering-builder.h',
425 '../../src/compiler/machine-node-factory.h',
426 '../../src/compiler/machine-operator-reducer.cc',
427 '../../src/compiler/machine-operator-reducer.h',
428 '../../src/compiler/machine-operator.h',
429 '../../src/compiler/node-aux-data-inl.h',
430 '../../src/compiler/node-aux-data.h',
431 '../../src/compiler/node-cache.cc',
432 '../../src/compiler/node-cache.h',
433 '../../src/compiler/node-matchers.h',
434 '../../src/compiler/node-properties-inl.h',
435 '../../src/compiler/node-properties.h',
436 '../../src/compiler/node.cc',
437 '../../src/compiler/node.h',
438 '../../src/compiler/operator-properties-inl.h',
439 '../../src/compiler/operator-properties.h',
440 '../../src/compiler/operator.h',
441 '../../src/compiler/phi-reducer.h',
442 '../../src/compiler/pipeline.cc',
443 '../../src/compiler/pipeline.h',
444 '../../src/compiler/raw-machine-assembler.cc',
445 '../../src/compiler/raw-machine-assembler.h',
446 '../../src/compiler/register-allocator.cc',
447 '../../src/compiler/register-allocator.h',
448 '../../src/compiler/representation-changer.h',
449 '../../src/compiler/schedule.cc',
450 '../../src/compiler/schedule.h',
451 '../../src/compiler/scheduler.cc',
452 '../../src/compiler/scheduler.h',
453 '../../src/compiler/simplified-lowering.cc',
454 '../../src/compiler/simplified-lowering.h',
455 '../../src/compiler/simplified-node-factory.h',
456 '../../src/compiler/simplified-operator.h',
457 '../../src/compiler/source-position.cc',
458 '../../src/compiler/source-position.h',
459 '../../src/compiler/structured-machine-assembler.cc',
460 '../../src/compiler/structured-machine-assembler.h',
461 '../../src/compiler/typer.cc',
462 '../../src/compiler/typer.h',
463 '../../src/compiler/verifier.cc',
464 '../../src/compiler/verifier.h',
378 '../../src/compiler.cc', 465 '../../src/compiler.cc',
379 '../../src/compiler.h', 466 '../../src/compiler.h',
380 '../../src/contexts.cc', 467 '../../src/contexts.cc',
381 '../../src/contexts.h', 468 '../../src/contexts.h',
382 '../../src/conversions-inl.h', 469 '../../src/conversions-inl.h',
383 '../../src/conversions.cc', 470 '../../src/conversions.cc',
384 '../../src/conversions.h', 471 '../../src/conversions.h',
385 '../../src/counters.cc', 472 '../../src/counters.cc',
386 '../../src/counters.h', 473 '../../src/counters.h',
387 '../../src/cpu-profiler-inl.h', 474 '../../src/cpu-profiler-inl.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 '../../src/jsregexp.h', 623 '../../src/jsregexp.h',
537 '../../src/list-inl.h', 624 '../../src/list-inl.h',
538 '../../src/list.h', 625 '../../src/list.h',
539 '../../src/lithium-allocator-inl.h', 626 '../../src/lithium-allocator-inl.h',
540 '../../src/lithium-allocator.cc', 627 '../../src/lithium-allocator.cc',
541 '../../src/lithium-allocator.h', 628 '../../src/lithium-allocator.h',
542 '../../src/lithium-codegen.cc', 629 '../../src/lithium-codegen.cc',
543 '../../src/lithium-codegen.h', 630 '../../src/lithium-codegen.h',
544 '../../src/lithium.cc', 631 '../../src/lithium.cc',
545 '../../src/lithium.h', 632 '../../src/lithium.h',
633 '../../src/lithium-inl.h',
546 '../../src/liveedit.cc', 634 '../../src/liveedit.cc',
547 '../../src/liveedit.h', 635 '../../src/liveedit.h',
548 '../../src/log-inl.h', 636 '../../src/log-inl.h',
549 '../../src/log-utils.cc', 637 '../../src/log-utils.cc',
550 '../../src/log-utils.h', 638 '../../src/log-utils.h',
551 '../../src/log.cc', 639 '../../src/log.cc',
552 '../../src/log.h', 640 '../../src/log.h',
553 '../../src/lookup.cc', 641 '../../src/lookup.cc',
554 '../../src/lookup.h', 642 '../../src/lookup.h',
555 '../../src/macro-assembler.h', 643 '../../src/macro-assembler.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 '../../src/arm/lithium-codegen-arm.cc', 795 '../../src/arm/lithium-codegen-arm.cc',
708 '../../src/arm/lithium-codegen-arm.h', 796 '../../src/arm/lithium-codegen-arm.h',
709 '../../src/arm/lithium-gap-resolver-arm.cc', 797 '../../src/arm/lithium-gap-resolver-arm.cc',
710 '../../src/arm/lithium-gap-resolver-arm.h', 798 '../../src/arm/lithium-gap-resolver-arm.h',
711 '../../src/arm/macro-assembler-arm.cc', 799 '../../src/arm/macro-assembler-arm.cc',
712 '../../src/arm/macro-assembler-arm.h', 800 '../../src/arm/macro-assembler-arm.h',
713 '../../src/arm/regexp-macro-assembler-arm.cc', 801 '../../src/arm/regexp-macro-assembler-arm.cc',
714 '../../src/arm/regexp-macro-assembler-arm.h', 802 '../../src/arm/regexp-macro-assembler-arm.h',
715 '../../src/arm/simulator-arm.cc', 803 '../../src/arm/simulator-arm.cc',
716 '../../src/arm/stub-cache-arm.cc', 804 '../../src/arm/stub-cache-arm.cc',
805 '../../src/compiler/arm/code-generator-arm.cc',
806 '../../src/compiler/arm/instruction-codes-arm.h',
807 '../../src/compiler/arm/instruction-selector-arm.cc',
808 '../../src/compiler/arm/linkage-arm.cc',
717 ], 809 ],
718 }], 810 }],
719 ['v8_target_arch=="arm64"', { 811 ['v8_target_arch=="arm64"', {
720 'sources': [ ### gcmole(arch:arm64) ### 812 'sources': [ ### gcmole(arch:arm64) ###
721 '../../src/arm64/assembler-arm64.cc', 813 '../../src/arm64/assembler-arm64.cc',
722 '../../src/arm64/assembler-arm64.h', 814 '../../src/arm64/assembler-arm64.h',
723 '../../src/arm64/assembler-arm64-inl.h', 815 '../../src/arm64/assembler-arm64-inl.h',
724 '../../src/arm64/builtins-arm64.cc', 816 '../../src/arm64/builtins-arm64.cc',
725 '../../src/arm64/codegen-arm64.cc', 817 '../../src/arm64/codegen-arm64.cc',
726 '../../src/arm64/codegen-arm64.h', 818 '../../src/arm64/codegen-arm64.h',
(...skipping 28 matching lines...) Expand all
755 '../../src/arm64/macro-assembler-arm64.cc', 847 '../../src/arm64/macro-assembler-arm64.cc',
756 '../../src/arm64/macro-assembler-arm64.h', 848 '../../src/arm64/macro-assembler-arm64.h',
757 '../../src/arm64/macro-assembler-arm64-inl.h', 849 '../../src/arm64/macro-assembler-arm64-inl.h',
758 '../../src/arm64/regexp-macro-assembler-arm64.cc', 850 '../../src/arm64/regexp-macro-assembler-arm64.cc',
759 '../../src/arm64/regexp-macro-assembler-arm64.h', 851 '../../src/arm64/regexp-macro-assembler-arm64.h',
760 '../../src/arm64/simulator-arm64.cc', 852 '../../src/arm64/simulator-arm64.cc',
761 '../../src/arm64/simulator-arm64.h', 853 '../../src/arm64/simulator-arm64.h',
762 '../../src/arm64/stub-cache-arm64.cc', 854 '../../src/arm64/stub-cache-arm64.cc',
763 '../../src/arm64/utils-arm64.cc', 855 '../../src/arm64/utils-arm64.cc',
764 '../../src/arm64/utils-arm64.h', 856 '../../src/arm64/utils-arm64.h',
857 '../../src/compiler/arm64/code-generator-arm64.cc',
858 '../../src/compiler/arm64/instruction-codes-arm64.h',
859 '../../src/compiler/arm64/instruction-selector-arm64.cc',
860 '../../src/compiler/arm64/linkage-arm64.cc',
765 ], 861 ],
766 }], 862 }],
767 ['v8_target_arch=="ia32"', { 863 ['v8_target_arch=="ia32"', {
768 'sources': [ ### gcmole(arch:ia32) ### 864 'sources': [ ### gcmole(arch:ia32) ###
769 '../../src/ia32/assembler-ia32-inl.h', 865 '../../src/ia32/assembler-ia32-inl.h',
770 '../../src/ia32/assembler-ia32.cc', 866 '../../src/ia32/assembler-ia32.cc',
771 '../../src/ia32/assembler-ia32.h', 867 '../../src/ia32/assembler-ia32.h',
772 '../../src/ia32/builtins-ia32.cc', 868 '../../src/ia32/builtins-ia32.cc',
773 '../../src/ia32/code-stubs-ia32.cc', 869 '../../src/ia32/code-stubs-ia32.cc',
774 '../../src/ia32/code-stubs-ia32.h', 870 '../../src/ia32/code-stubs-ia32.h',
(...skipping 11 matching lines...) Expand all
786 '../../src/ia32/lithium-codegen-ia32.h', 882 '../../src/ia32/lithium-codegen-ia32.h',
787 '../../src/ia32/lithium-gap-resolver-ia32.cc', 883 '../../src/ia32/lithium-gap-resolver-ia32.cc',
788 '../../src/ia32/lithium-gap-resolver-ia32.h', 884 '../../src/ia32/lithium-gap-resolver-ia32.h',
789 '../../src/ia32/lithium-ia32.cc', 885 '../../src/ia32/lithium-ia32.cc',
790 '../../src/ia32/lithium-ia32.h', 886 '../../src/ia32/lithium-ia32.h',
791 '../../src/ia32/macro-assembler-ia32.cc', 887 '../../src/ia32/macro-assembler-ia32.cc',
792 '../../src/ia32/macro-assembler-ia32.h', 888 '../../src/ia32/macro-assembler-ia32.h',
793 '../../src/ia32/regexp-macro-assembler-ia32.cc', 889 '../../src/ia32/regexp-macro-assembler-ia32.cc',
794 '../../src/ia32/regexp-macro-assembler-ia32.h', 890 '../../src/ia32/regexp-macro-assembler-ia32.h',
795 '../../src/ia32/stub-cache-ia32.cc', 891 '../../src/ia32/stub-cache-ia32.cc',
892 '../../src/compiler/ia32/code-generator-ia32.cc',
893 '../../src/compiler/ia32/instruction-codes-ia32.h',
894 '../../src/compiler/ia32/instruction-selector-ia32.cc',
895 '../../src/compiler/ia32/linkage-ia32.cc',
796 ], 896 ],
797 }], 897 }],
798 ['v8_target_arch=="x87"', { 898 ['v8_target_arch=="x87"', {
799 'sources': [ ### gcmole(arch:x87) ### 899 'sources': [ ### gcmole(arch:x87) ###
800 '../../src/x87/assembler-x87-inl.h', 900 '../../src/x87/assembler-x87-inl.h',
801 '../../src/x87/assembler-x87.cc', 901 '../../src/x87/assembler-x87.cc',
802 '../../src/x87/assembler-x87.h', 902 '../../src/x87/assembler-x87.h',
803 '../../src/x87/builtins-x87.cc', 903 '../../src/x87/builtins-x87.cc',
804 '../../src/x87/code-stubs-x87.cc', 904 '../../src/x87/code-stubs-x87.cc',
805 '../../src/x87/code-stubs-x87.h', 905 '../../src/x87/code-stubs-x87.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 '../../src/x64/lithium-codegen-x64.h', 1016 '../../src/x64/lithium-codegen-x64.h',
917 '../../src/x64/lithium-gap-resolver-x64.cc', 1017 '../../src/x64/lithium-gap-resolver-x64.cc',
918 '../../src/x64/lithium-gap-resolver-x64.h', 1018 '../../src/x64/lithium-gap-resolver-x64.h',
919 '../../src/x64/lithium-x64.cc', 1019 '../../src/x64/lithium-x64.cc',
920 '../../src/x64/lithium-x64.h', 1020 '../../src/x64/lithium-x64.h',
921 '../../src/x64/macro-assembler-x64.cc', 1021 '../../src/x64/macro-assembler-x64.cc',
922 '../../src/x64/macro-assembler-x64.h', 1022 '../../src/x64/macro-assembler-x64.h',
923 '../../src/x64/regexp-macro-assembler-x64.cc', 1023 '../../src/x64/regexp-macro-assembler-x64.cc',
924 '../../src/x64/regexp-macro-assembler-x64.h', 1024 '../../src/x64/regexp-macro-assembler-x64.h',
925 '../../src/x64/stub-cache-x64.cc', 1025 '../../src/x64/stub-cache-x64.cc',
1026 '../../src/compiler/x64/code-generator-x64.cc',
1027 '../../src/compiler/x64/instruction-codes-x64.h',
1028 '../../src/compiler/x64/instruction-selector-x64.cc',
1029 '../../src/compiler/x64/linkage-x64.cc',
926 ], 1030 ],
927 }], 1031 }],
928 ['OS=="linux"', { 1032 ['OS=="linux"', {
929 'link_settings': { 1033 'link_settings': {
930 'conditions': [ 1034 'conditions': [
931 ['v8_compress_startup_data=="bz2"', { 1035 ['v8_compress_startup_data=="bz2"', {
932 'libraries': [ 1036 'libraries': [
933 '-lbz2', 1037 '-lbz2',
934 ] 1038 ]
935 }], 1039 }],
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 }], 1549 }],
1446 ['v8_compress_startup_data=="bz2"', { 1550 ['v8_compress_startup_data=="bz2"', {
1447 'libraries': [ 1551 'libraries': [
1448 '-lbz2', 1552 '-lbz2',
1449 ] 1553 ]
1450 }], 1554 }],
1451 ], 1555 ],
1452 }, 1556 },
1453 ], 1557 ],
1454 } 1558 }
OLDNEW
« no previous file with comments | « tools/generate-runtime-tests.py ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698