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

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

Issue 573963003: Enable ES6 generators (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased 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
« no previous file with comments | « test/mjsunit/regress-3225.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 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 '../../src/array.js', 1514 '../../src/array.js',
1515 '../../src/string.js', 1515 '../../src/string.js',
1516 '../../src/uri.js', 1516 '../../src/uri.js',
1517 '../../third_party/fdlibm/fdlibm.js', 1517 '../../third_party/fdlibm/fdlibm.js',
1518 '../../src/math.js', 1518 '../../src/math.js',
1519 '../../src/apinatives.js', 1519 '../../src/apinatives.js',
1520 '../../src/date.js', 1520 '../../src/date.js',
1521 '../../src/regexp.js', 1521 '../../src/regexp.js',
1522 '../../src/arraybuffer.js', 1522 '../../src/arraybuffer.js',
1523 '../../src/typedarray.js', 1523 '../../src/typedarray.js',
1524 '../../src/generator.js',
1524 '../../src/object-observe.js', 1525 '../../src/object-observe.js',
1525 '../../src/collection.js', 1526 '../../src/collection.js',
1526 '../../src/weak-collection.js', 1527 '../../src/weak-collection.js',
1527 '../../src/collection-iterator.js', 1528 '../../src/collection-iterator.js',
1528 '../../src/promise.js', 1529 '../../src/promise.js',
1529 '../../src/messages.js', 1530 '../../src/messages.js',
1530 '../../src/json.js', 1531 '../../src/json.js',
1531 '../../src/array-iterator.js', 1532 '../../src/array-iterator.js',
1532 '../../src/string-iterator.js', 1533 '../../src/string-iterator.js',
1533 '../../src/debug-debugger.js', 1534 '../../src/debug-debugger.js',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 }], 1650 }],
1650 ['v8_compress_startup_data=="bz2"', { 1651 ['v8_compress_startup_data=="bz2"', {
1651 'libraries': [ 1652 'libraries': [
1652 '-lbz2', 1653 '-lbz2',
1653 ] 1654 ]
1654 }], 1655 }],
1655 ], 1656 ],
1656 }, 1657 },
1657 ], 1658 ],
1658 } 1659 }
OLDNEW
« no previous file with comments | « test/mjsunit/regress-3225.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698