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

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

Issue 6321012: Version 3.0.9... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 11 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 | « test/mozilla/mozilla.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 '../../src/arm/constants-arm.cc', 574 '../../src/arm/constants-arm.cc',
575 '../../src/arm/cpu-arm.cc', 575 '../../src/arm/cpu-arm.cc',
576 '../../src/arm/debug-arm.cc', 576 '../../src/arm/debug-arm.cc',
577 '../../src/arm/deoptimizer-arm.cc', 577 '../../src/arm/deoptimizer-arm.cc',
578 '../../src/arm/disasm-arm.cc', 578 '../../src/arm/disasm-arm.cc',
579 '../../src/arm/frames-arm.cc', 579 '../../src/arm/frames-arm.cc',
580 '../../src/arm/frames-arm.h', 580 '../../src/arm/frames-arm.h',
581 '../../src/arm/full-codegen-arm.cc', 581 '../../src/arm/full-codegen-arm.cc',
582 '../../src/arm/ic-arm.cc', 582 '../../src/arm/ic-arm.cc',
583 '../../src/arm/jump-target-arm.cc', 583 '../../src/arm/jump-target-arm.cc',
584 '../../src/arm/lithium-arm.cc',
585 '../../src/arm/lithium-arm.h',
584 '../../src/arm/lithium-codegen-arm.cc', 586 '../../src/arm/lithium-codegen-arm.cc',
585 '../../src/arm/lithium-codegen-arm.h', 587 '../../src/arm/lithium-codegen-arm.h',
586 '../../src/arm/lithium-arm.cc',
587 '../../src/arm/lithium-arm.h',
588 '../../src/arm/macro-assembler-arm.cc', 588 '../../src/arm/macro-assembler-arm.cc',
589 '../../src/arm/macro-assembler-arm.h', 589 '../../src/arm/macro-assembler-arm.h',
590 '../../src/arm/regexp-macro-assembler-arm.cc', 590 '../../src/arm/regexp-macro-assembler-arm.cc',
591 '../../src/arm/regexp-macro-assembler-arm.h', 591 '../../src/arm/regexp-macro-assembler-arm.h',
592 '../../src/arm/register-allocator-arm.cc', 592 '../../src/arm/register-allocator-arm.cc',
593 '../../src/arm/simulator-arm.cc', 593 '../../src/arm/simulator-arm.cc',
594 '../../src/arm/stub-cache-arm.cc', 594 '../../src/arm/stub-cache-arm.cc',
595 '../../src/arm/virtual-frame-arm-inl.h', 595 '../../src/arm/virtual-frame-arm-inl.h',
596 '../../src/arm/virtual-frame-arm.cc', 596 '../../src/arm/virtual-frame-arm.cc',
597 '../../src/arm/virtual-frame-arm.h', 597 '../../src/arm/virtual-frame-arm.h',
(...skipping 29 matching lines...) Expand all
627 '../../src/ia32/debug-ia32.cc', 627 '../../src/ia32/debug-ia32.cc',
628 '../../src/ia32/deoptimizer-ia32.cc', 628 '../../src/ia32/deoptimizer-ia32.cc',
629 '../../src/ia32/disasm-ia32.cc', 629 '../../src/ia32/disasm-ia32.cc',
630 '../../src/ia32/frames-ia32.cc', 630 '../../src/ia32/frames-ia32.cc',
631 '../../src/ia32/frames-ia32.h', 631 '../../src/ia32/frames-ia32.h',
632 '../../src/ia32/full-codegen-ia32.cc', 632 '../../src/ia32/full-codegen-ia32.cc',
633 '../../src/ia32/ic-ia32.cc', 633 '../../src/ia32/ic-ia32.cc',
634 '../../src/ia32/jump-target-ia32.cc', 634 '../../src/ia32/jump-target-ia32.cc',
635 '../../src/ia32/lithium-codegen-ia32.cc', 635 '../../src/ia32/lithium-codegen-ia32.cc',
636 '../../src/ia32/lithium-codegen-ia32.h', 636 '../../src/ia32/lithium-codegen-ia32.h',
637 '../../src/ia32/lithium-gap-resolver-ia32.cc',
638 '../../src/ia32/lithium-gap-resolver-ia32.h',
637 '../../src/ia32/lithium-ia32.cc', 639 '../../src/ia32/lithium-ia32.cc',
638 '../../src/ia32/lithium-ia32.h', 640 '../../src/ia32/lithium-ia32.h',
639 '../../src/ia32/macro-assembler-ia32.cc', 641 '../../src/ia32/macro-assembler-ia32.cc',
640 '../../src/ia32/macro-assembler-ia32.h', 642 '../../src/ia32/macro-assembler-ia32.h',
641 '../../src/ia32/regexp-macro-assembler-ia32.cc', 643 '../../src/ia32/regexp-macro-assembler-ia32.cc',
642 '../../src/ia32/regexp-macro-assembler-ia32.h', 644 '../../src/ia32/regexp-macro-assembler-ia32.h',
643 '../../src/ia32/register-allocator-ia32.cc', 645 '../../src/ia32/register-allocator-ia32.cc',
644 '../../src/ia32/stub-cache-ia32.cc', 646 '../../src/ia32/stub-cache-ia32.cc',
645 '../../src/ia32/virtual-frame-ia32.cc', 647 '../../src/ia32/virtual-frame-ia32.cc',
646 '../../src/ia32/virtual-frame-ia32.h', 648 '../../src/ia32/virtual-frame-ia32.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 'target_name': 'v8_shell', 844 'target_name': 'v8_shell',
843 'type': 'none', 845 'type': 'none',
844 'dependencies': [ 846 'dependencies': [
845 'v8' 847 'v8'
846 ], 848 ],
847 }, 849 },
848 ], 850 ],
849 }], 851 }],
850 ], 852 ],
851 } 853 }
OLDNEW
« no previous file with comments | « test/mozilla/mozilla.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698