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

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

Issue 621833002: Extract runtime functions for classes into a separate file. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Includes cleaned up Created 6 years, 2 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 | « src/runtime/runtime-classes.cc ('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 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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 '../../src/regexp-macro-assembler-tracer.cc', 728 '../../src/regexp-macro-assembler-tracer.cc',
729 '../../src/regexp-macro-assembler-tracer.h', 729 '../../src/regexp-macro-assembler-tracer.h',
730 '../../src/regexp-macro-assembler.cc', 730 '../../src/regexp-macro-assembler.cc',
731 '../../src/regexp-macro-assembler.h', 731 '../../src/regexp-macro-assembler.h',
732 '../../src/regexp-stack.cc', 732 '../../src/regexp-stack.cc',
733 '../../src/regexp-stack.h', 733 '../../src/regexp-stack.h',
734 '../../src/rewriter.cc', 734 '../../src/rewriter.cc',
735 '../../src/rewriter.h', 735 '../../src/rewriter.h',
736 '../../src/runtime-profiler.cc', 736 '../../src/runtime-profiler.cc',
737 '../../src/runtime-profiler.h', 737 '../../src/runtime-profiler.h',
738 '../../src/runtime/runtime-classes.cc',
738 '../../src/runtime/runtime-collections.cc', 739 '../../src/runtime/runtime-collections.cc',
739 '../../src/runtime/runtime-compiler.cc', 740 '../../src/runtime/runtime-compiler.cc',
740 '../../src/runtime/runtime-date.cc', 741 '../../src/runtime/runtime-date.cc',
741 '../../src/runtime/runtime-debug.cc', 742 '../../src/runtime/runtime-debug.cc',
742 '../../src/runtime/runtime-function.cc', 743 '../../src/runtime/runtime-function.cc',
743 '../../src/runtime/runtime-generator.cc', 744 '../../src/runtime/runtime-generator.cc',
744 '../../src/runtime/runtime-i18n.cc', 745 '../../src/runtime/runtime-i18n.cc',
745 '../../src/runtime/runtime-json.cc', 746 '../../src/runtime/runtime-json.cc',
746 '../../src/runtime/runtime-literals.cc', 747 '../../src/runtime/runtime-literals.cc',
747 '../../src/runtime/runtime-liveedit.cc', 748 '../../src/runtime/runtime-liveedit.cc',
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 }], 1687 }],
1687 ['v8_compress_startup_data=="bz2"', { 1688 ['v8_compress_startup_data=="bz2"', {
1688 'libraries': [ 1689 'libraries': [
1689 '-lbz2', 1690 '-lbz2',
1690 ] 1691 ]
1691 }], 1692 }],
1692 ], 1693 ],
1693 }, 1694 },
1694 ], 1695 ],
1695 } 1696 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-classes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698