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

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

Issue 583723002: Implement .forEach() on typed arrays (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Change copyright year to 2014 Created 6 years, 3 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
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 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 '../../src/mirror-debugger.js', 1540 '../../src/mirror-debugger.js',
1541 '../../src/liveedit-debugger.js', 1541 '../../src/liveedit-debugger.js',
1542 '../../src/macros.py', 1542 '../../src/macros.py',
1543 ], 1543 ],
1544 'experimental_library_files': [ 1544 'experimental_library_files': [
1545 '../../src/macros.py', 1545 '../../src/macros.py',
1546 '../../src/proxy.js', 1546 '../../src/proxy.js',
1547 '../../src/generator.js', 1547 '../../src/generator.js',
1548 '../../src/harmony-string.js', 1548 '../../src/harmony-string.js',
1549 '../../src/harmony-array.js', 1549 '../../src/harmony-array.js',
1550 '../../src/harmony-typedarray.js',
1550 '../../src/harmony-classes.js', 1551 '../../src/harmony-classes.js',
1551 ], 1552 ],
1552 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1553 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1553 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1554 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1554 }, 1555 },
1555 'actions': [ 1556 'actions': [
1556 { 1557 {
1557 'action_name': 'js2c', 1558 'action_name': 'js2c',
1558 'inputs': [ 1559 'inputs': [
1559 '../../tools/js2c.py', 1560 '../../tools/js2c.py',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 }], 1656 }],
1656 ['v8_compress_startup_data=="bz2"', { 1657 ['v8_compress_startup_data=="bz2"', {
1657 'libraries': [ 1658 'libraries': [
1658 '-lbz2', 1659 '-lbz2',
1659 ] 1660 ]
1660 }], 1661 }],
1661 ], 1662 ],
1662 }, 1663 },
1663 ], 1664 ],
1664 } 1665 }
OLDNEW
« test/mjsunit/harmony/typedarrays-foreach.js ('K') | « test/mjsunit/harmony/typedarrays-foreach.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698