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

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

Issue 612023002: Split even more runtime functions into separate files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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-utils.h ('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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-collections.cc', 738 '../../src/runtime/runtime-collections.cc',
739 '../../src/runtime/runtime-compiler.cc', 739 '../../src/runtime/runtime-compiler.cc',
740 '../../src/runtime/runtime-date.cc',
741 '../../src/runtime/runtime-debug.cc',
742 '../../src/runtime/runtime-generator.cc',
740 '../../src/runtime/runtime-i18n.cc', 743 '../../src/runtime/runtime-i18n.cc',
741 '../../src/runtime/runtime-json.cc', 744 '../../src/runtime/runtime-json.cc',
745 '../../src/runtime/runtime-liveedit.cc',
742 '../../src/runtime/runtime-maths.cc', 746 '../../src/runtime/runtime-maths.cc',
743 '../../src/runtime/runtime-numbers.cc', 747 '../../src/runtime/runtime-numbers.cc',
744 '../../src/runtime/runtime-regexp.cc', 748 '../../src/runtime/runtime-regexp.cc',
745 '../../src/runtime/runtime-strings.cc', 749 '../../src/runtime/runtime-strings.cc',
746 '../../src/runtime/runtime-test.cc', 750 '../../src/runtime/runtime-test.cc',
747 '../../src/runtime/runtime-typedarray.cc', 751 '../../src/runtime/runtime-typedarray.cc',
748 '../../src/runtime/runtime-uri.cc', 752 '../../src/runtime/runtime-uri.cc',
749 '../../src/runtime/runtime-utils.h', 753 '../../src/runtime/runtime-utils.h',
750 '../../src/runtime/runtime.cc', 754 '../../src/runtime/runtime.cc',
751 '../../src/runtime/runtime.h', 755 '../../src/runtime/runtime.h',
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 }], 1680 }],
1677 ['v8_compress_startup_data=="bz2"', { 1681 ['v8_compress_startup_data=="bz2"', {
1678 'libraries': [ 1682 'libraries': [
1679 '-lbz2', 1683 '-lbz2',
1680 ] 1684 ]
1681 }], 1685 }],
1682 ], 1686 ],
1683 }, 1687 },
1684 ], 1688 ],
1685 } 1689 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698