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

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

Issue 16848004: ES6: Array iterator methods (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use %CreateSymbol instead Created 7 years, 5 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/array-iterator.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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 '../../src/macros.py', 879 '../../src/macros.py',
880 ], 880 ],
881 'experimental_library_files': [ 881 'experimental_library_files': [
882 '../../src/macros.py', 882 '../../src/macros.py',
883 '../../src/symbol.js', 883 '../../src/symbol.js',
884 '../../src/proxy.js', 884 '../../src/proxy.js',
885 '../../src/collection.js', 885 '../../src/collection.js',
886 '../../src/object-observe.js', 886 '../../src/object-observe.js',
887 '../../src/arraybuffer.js', 887 '../../src/arraybuffer.js',
888 '../../src/typedarray.js', 888 '../../src/typedarray.js',
889 '../../src/generator.js' 889 '../../src/generator.js',
890 '../../src/array-iterator.js'
890 ], 891 ],
891 'i18n_library_files': [ 892 'i18n_library_files': [
892 '../../src/extensions/i18n/header.js', 893 '../../src/extensions/i18n/header.js',
893 '../../src/extensions/i18n/globals.js', 894 '../../src/extensions/i18n/globals.js',
894 '../../src/extensions/i18n/locale.js', 895 '../../src/extensions/i18n/locale.js',
895 '../../src/extensions/i18n/collator.js', 896 '../../src/extensions/i18n/collator.js',
896 '../../src/extensions/i18n/number-format.js', 897 '../../src/extensions/i18n/number-format.js',
897 '../../src/extensions/i18n/date-format.js', 898 '../../src/extensions/i18n/date-format.js',
898 '../../src/extensions/i18n/break-iterator.js', 899 '../../src/extensions/i18n/break-iterator.js',
899 '../../src/extensions/i18n/i18n-utils.js', 900 '../../src/extensions/i18n/i18n-utils.js',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 }], 1016 }],
1016 ['v8_compress_startup_data=="bz2"', { 1017 ['v8_compress_startup_data=="bz2"', {
1017 'libraries': [ 1018 'libraries': [
1018 '-lbz2', 1019 '-lbz2',
1019 ] 1020 ]
1020 }], 1021 }],
1021 ], 1022 ],
1022 }, 1023 },
1023 ], 1024 ],
1024 } 1025 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/array-iterator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698