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

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

Issue 1215863003: Include Harmony Array/TypedArray methods unconditionally (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove the flag and move the tests Created 5 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
« no previous file with comments | « test/mjsunit/harmony/typedarrays-of.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 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1763 '../../src/collection-iterator.js', 1763 '../../src/collection-iterator.js',
1764 '../../src/promise.js', 1764 '../../src/promise.js',
1765 '../../src/messages.js', 1765 '../../src/messages.js',
1766 '../../src/json.js', 1766 '../../src/json.js',
1767 '../../src/array-iterator.js', 1767 '../../src/array-iterator.js',
1768 '../../src/string-iterator.js', 1768 '../../src/string-iterator.js',
1769 '../../src/debug-debugger.js', 1769 '../../src/debug-debugger.js',
1770 '../../src/mirror-debugger.js', 1770 '../../src/mirror-debugger.js',
1771 '../../src/liveedit-debugger.js', 1771 '../../src/liveedit-debugger.js',
1772 '../../src/templates.js', 1772 '../../src/templates.js',
1773 '../../src/harmony-array.js',
1774 '../../src/harmony-typedarray.js',
1773 ], 1775 ],
1774 'experimental_library_files': [ 1776 'experimental_library_files': [
1775 '../../src/macros.py', 1777 '../../src/macros.py',
1776 '../../src/messages.h', 1778 '../../src/messages.h',
1777 '../../src/proxy.js', 1779 '../../src/proxy.js',
1778 '../../src/generator.js', 1780 '../../src/generator.js',
1779 '../../src/harmony-atomics.js', 1781 '../../src/harmony-atomics.js',
1780 '../../src/harmony-array.js',
1781 '../../src/harmony-array-includes.js', 1782 '../../src/harmony-array-includes.js',
1782 '../../src/harmony-tostring.js', 1783 '../../src/harmony-tostring.js',
1783 '../../src/harmony-typedarray.js',
1784 '../../src/harmony-regexp.js', 1784 '../../src/harmony-regexp.js',
1785 '../../src/harmony-reflect.js', 1785 '../../src/harmony-reflect.js',
1786 '../../src/harmony-spread.js', 1786 '../../src/harmony-spread.js',
1787 '../../src/harmony-object.js', 1787 '../../src/harmony-object.js',
1788 '../../src/harmony-sharedarraybuffer.js', 1788 '../../src/harmony-sharedarraybuffer.js',
1789 ], 1789 ],
1790 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1790 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1791 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1791 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1792 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 1792 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
1793 }, 1793 },
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 }], 1918 }],
1919 ['want_separate_host_toolset==1', { 1919 ['want_separate_host_toolset==1', {
1920 'toolsets': ['host'], 1920 'toolsets': ['host'],
1921 }, { 1921 }, {
1922 'toolsets': ['target'], 1922 'toolsets': ['target'],
1923 }], 1923 }],
1924 ], 1924 ],
1925 }, 1925 },
1926 ], 1926 ],
1927 } 1927 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/typedarrays-of.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698