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

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

Issue 597943003: Move i18n-related runtime functions into a separate file. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: adapt check-name-clashes.py 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 | « tools/check-name-clashes.py ('k') | tools/lexer-shell.cc » ('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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 '../../src/regexp-macro-assembler-tracer.cc', 724 '../../src/regexp-macro-assembler-tracer.cc',
725 '../../src/regexp-macro-assembler-tracer.h', 725 '../../src/regexp-macro-assembler-tracer.h',
726 '../../src/regexp-macro-assembler.cc', 726 '../../src/regexp-macro-assembler.cc',
727 '../../src/regexp-macro-assembler.h', 727 '../../src/regexp-macro-assembler.h',
728 '../../src/regexp-stack.cc', 728 '../../src/regexp-stack.cc',
729 '../../src/regexp-stack.h', 729 '../../src/regexp-stack.h',
730 '../../src/rewriter.cc', 730 '../../src/rewriter.cc',
731 '../../src/rewriter.h', 731 '../../src/rewriter.h',
732 '../../src/runtime-profiler.cc', 732 '../../src/runtime-profiler.cc',
733 '../../src/runtime-profiler.h', 733 '../../src/runtime-profiler.h',
734 '../../src/runtime.cc', 734 '../../src/runtime/runtime-i18n.cc',
735 '../../src/runtime.h', 735 '../../src/runtime/runtime-utils.h',
736 '../../src/runtime/runtime.cc',
737 '../../src/runtime/runtime.h',
736 '../../src/safepoint-table.cc', 738 '../../src/safepoint-table.cc',
737 '../../src/safepoint-table.h', 739 '../../src/safepoint-table.h',
738 '../../src/sampler.cc', 740 '../../src/sampler.cc',
739 '../../src/sampler.h', 741 '../../src/sampler.h',
740 '../../src/scanner-character-streams.cc', 742 '../../src/scanner-character-streams.cc',
741 '../../src/scanner-character-streams.h', 743 '../../src/scanner-character-streams.h',
742 '../../src/scanner.cc', 744 '../../src/scanner.cc',
743 '../../src/scanner.h', 745 '../../src/scanner.h',
744 '../../src/scopeinfo.cc', 746 '../../src/scopeinfo.cc',
745 '../../src/scopeinfo.h', 747 '../../src/scopeinfo.h',
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 }], 1661 }],
1660 ['v8_compress_startup_data=="bz2"', { 1662 ['v8_compress_startup_data=="bz2"', {
1661 'libraries': [ 1663 'libraries': [
1662 '-lbz2', 1664 '-lbz2',
1663 ] 1665 ]
1664 }], 1666 }],
1665 ], 1667 ],
1666 }, 1668 },
1667 ], 1669 ],
1668 } 1670 }
OLDNEW
« no previous file with comments | « tools/check-name-clashes.py ('k') | tools/lexer-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698