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

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

Issue 546803003: Update ObjectToString to Harmony-draft algorithm (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase, rename ObjectToString 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 | « test/mjsunit/harmony/typedarrays.js ('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 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 '../../src/mirror-debugger.js', 1601 '../../src/mirror-debugger.js',
1602 '../../src/liveedit-debugger.js', 1602 '../../src/liveedit-debugger.js',
1603 '../../src/macros.py', 1603 '../../src/macros.py',
1604 ], 1604 ],
1605 'experimental_library_files': [ 1605 'experimental_library_files': [
1606 '../../src/macros.py', 1606 '../../src/macros.py',
1607 '../../src/proxy.js', 1607 '../../src/proxy.js',
1608 '../../src/generator.js', 1608 '../../src/generator.js',
1609 '../../src/harmony-string.js', 1609 '../../src/harmony-string.js',
1610 '../../src/harmony-array.js', 1610 '../../src/harmony-array.js',
1611 '../../src/harmony-tostring.js',
1611 '../../src/harmony-typedarray.js', 1612 '../../src/harmony-typedarray.js',
1612 '../../src/harmony-classes.js', 1613 '../../src/harmony-classes.js',
1613 ], 1614 ],
1614 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1615 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1615 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1616 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1616 }, 1617 },
1617 'actions': [ 1618 'actions': [
1618 { 1619 {
1619 'action_name': 'js2c', 1620 'action_name': 'js2c',
1620 'inputs': [ 1621 'inputs': [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 }], 1724 }],
1724 ['v8_compress_startup_data=="bz2"', { 1725 ['v8_compress_startup_data=="bz2"', {
1725 'libraries': [ 1726 'libraries': [
1726 '-lbz2', 1727 '-lbz2',
1727 ] 1728 ]
1728 }], 1729 }],
1729 ], 1730 ],
1730 }, 1731 },
1731 ], 1732 ],
1732 } 1733 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/typedarrays.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698