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

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

Issue 663683006: Implement ES6 Template Literals (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add more redundant and thorough mjsunit tests Created 6 years, 1 month 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
« test/mjsunit/es6/templates.js ('K') | « test/mjsunit/es6/templates.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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 ], 1620 ],
1621 'experimental_library_files': [ 1621 'experimental_library_files': [
1622 '../../src/macros.py', 1622 '../../src/macros.py',
1623 '../../src/proxy.js', 1623 '../../src/proxy.js',
1624 '../../src/generator.js', 1624 '../../src/generator.js',
1625 '../../src/harmony-string.js', 1625 '../../src/harmony-string.js',
1626 '../../src/harmony-array.js', 1626 '../../src/harmony-array.js',
1627 '../../src/harmony-tostring.js', 1627 '../../src/harmony-tostring.js',
1628 '../../src/harmony-typedarray.js', 1628 '../../src/harmony-typedarray.js',
1629 '../../src/harmony-classes.js', 1629 '../../src/harmony-classes.js',
1630 '../../src/harmony-templates.js'
1630 ], 1631 ],
1631 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1632 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1632 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1633 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1633 }, 1634 },
1634 'actions': [ 1635 'actions': [
1635 { 1636 {
1636 'action_name': 'js2c', 1637 'action_name': 'js2c',
1637 'inputs': [ 1638 'inputs': [
1638 '../../tools/js2c.py', 1639 '../../tools/js2c.py',
1639 '<@(library_files)', 1640 '<@(library_files)',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 }], 1741 }],
1741 ['v8_compress_startup_data=="bz2"', { 1742 ['v8_compress_startup_data=="bz2"', {
1742 'libraries': [ 1743 'libraries': [
1743 '-lbz2', 1744 '-lbz2',
1744 ] 1745 ]
1745 }], 1746 }],
1746 ], 1747 ],
1747 }, 1748 },
1748 ], 1749 ],
1749 } 1750 }
OLDNEW
« test/mjsunit/es6/templates.js ('K') | « test/mjsunit/es6/templates.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698