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

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

Issue 6113004: Version 3.0.7 (Closed) Base URL: https://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') | tools/v8.xcodeproj/project.pbxproj » ('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 2009 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
11 # with the distribution. 11 # with the distribution.
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '../../src/ic.h', 419 '../../src/ic.h',
420 '../../src/interpreter-irregexp.cc', 420 '../../src/interpreter-irregexp.cc',
421 '../../src/interpreter-irregexp.h', 421 '../../src/interpreter-irregexp.h',
422 '../../src/jump-target-inl.h', 422 '../../src/jump-target-inl.h',
423 '../../src/jump-target.cc', 423 '../../src/jump-target.cc',
424 '../../src/jump-target.h', 424 '../../src/jump-target.h',
425 '../../src/jsregexp.cc', 425 '../../src/jsregexp.cc',
426 '../../src/jsregexp.h', 426 '../../src/jsregexp.h',
427 '../../src/list-inl.h', 427 '../../src/list-inl.h',
428 '../../src/list.h', 428 '../../src/list.h',
429 '../../src/lithium.cc',
430 '../../src/lithium.h',
429 '../../src/lithium-allocator.cc', 431 '../../src/lithium-allocator.cc',
430 '../../src/lithium-allocator.h', 432 '../../src/lithium-allocator.h',
431 '../../src/liveedit.cc', 433 '../../src/liveedit.cc',
432 '../../src/liveedit.h', 434 '../../src/liveedit.h',
433 '../../src/log-inl.h', 435 '../../src/log-inl.h',
434 '../../src/log-utils.cc', 436 '../../src/log-utils.cc',
435 '../../src/log-utils.h', 437 '../../src/log-utils.h',
436 '../../src/log.cc', 438 '../../src/log.cc',
437 '../../src/log.h', 439 '../../src/log.h',
438 '../../src/macro-assembler.h', 440 '../../src/macro-assembler.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 '../../src/x64/codegen-x64.h', 666 '../../src/x64/codegen-x64.h',
665 '../../src/x64/cpu-x64.cc', 667 '../../src/x64/cpu-x64.cc',
666 '../../src/x64/debug-x64.cc', 668 '../../src/x64/debug-x64.cc',
667 '../../src/x64/deoptimizer-x64.cc', 669 '../../src/x64/deoptimizer-x64.cc',
668 '../../src/x64/disasm-x64.cc', 670 '../../src/x64/disasm-x64.cc',
669 '../../src/x64/frames-x64.cc', 671 '../../src/x64/frames-x64.cc',
670 '../../src/x64/frames-x64.h', 672 '../../src/x64/frames-x64.h',
671 '../../src/x64/full-codegen-x64.cc', 673 '../../src/x64/full-codegen-x64.cc',
672 '../../src/x64/ic-x64.cc', 674 '../../src/x64/ic-x64.cc',
673 '../../src/x64/jump-target-x64.cc', 675 '../../src/x64/jump-target-x64.cc',
676 '../../src/x64/lithium-codegen-x64.h',
677 '../../src/x64/lithium-x64.cc',
678 '../../src/x64/lithium-x64.h',
674 '../../src/x64/macro-assembler-x64.cc', 679 '../../src/x64/macro-assembler-x64.cc',
675 '../../src/x64/macro-assembler-x64.h', 680 '../../src/x64/macro-assembler-x64.h',
676 '../../src/x64/regexp-macro-assembler-x64.cc', 681 '../../src/x64/regexp-macro-assembler-x64.cc',
677 '../../src/x64/regexp-macro-assembler-x64.h', 682 '../../src/x64/regexp-macro-assembler-x64.h',
678 '../../src/x64/register-allocator-x64.cc', 683 '../../src/x64/register-allocator-x64.cc',
679 '../../src/x64/stub-cache-x64.cc', 684 '../../src/x64/stub-cache-x64.cc',
680 '../../src/x64/virtual-frame-x64.cc', 685 '../../src/x64/virtual-frame-x64.cc',
681 '../../src/x64/virtual-frame-x64.h', 686 '../../src/x64/virtual-frame-x64.h',
682 ], 687 ],
683 }], 688 }],
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'target_name': 'v8_shell', 841 'target_name': 'v8_shell',
837 'type': 'none', 842 'type': 'none',
838 'dependencies': [ 843 'dependencies': [
839 'v8' 844 'v8'
840 ], 845 ],
841 }, 846 },
842 ], 847 ],
843 }], 848 }],
844 ], 849 ],
845 } 850 }
OLDNEW
« no previous file with comments | « test/mozilla/mozilla.status ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698