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

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

Issue 1558543002: Add a --harmony-species flag, defining @@species on constructors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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/species.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 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 '../../src/js/macros.py', 1920 '../../src/js/macros.py',
1921 '../../src/messages.h', 1921 '../../src/messages.h',
1922 '../../src/js/proxy.js', 1922 '../../src/js/proxy.js',
1923 '../../src/js/generator.js', 1923 '../../src/js/generator.js',
1924 '../../src/js/harmony-atomics.js', 1924 '../../src/js/harmony-atomics.js',
1925 '../../src/js/harmony-regexp.js', 1925 '../../src/js/harmony-regexp.js',
1926 '../../src/js/harmony-reflect.js', 1926 '../../src/js/harmony-reflect.js',
1927 '../../src/js/harmony-object-observe.js', 1927 '../../src/js/harmony-object-observe.js',
1928 '../../src/js/harmony-sharedarraybuffer.js', 1928 '../../src/js/harmony-sharedarraybuffer.js',
1929 '../../src/js/harmony-simd.js', 1929 '../../src/js/harmony-simd.js',
1930 '../../src/js/harmony-species.js',
1930 '../../src/js/harmony-unicode-regexps.js', 1931 '../../src/js/harmony-unicode-regexps.js',
1931 '../../src/js/promise-extra.js', 1932 '../../src/js/promise-extra.js',
1932 ], 1933 ],
1933 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1934 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1934 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1935 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1935 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 1936 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
1936 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 1937 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
1937 }, 1938 },
1938 'actions': [ 1939 'actions': [
1939 { 1940 {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2119 }], 2120 }],
2120 ['want_separate_host_toolset==1', { 2121 ['want_separate_host_toolset==1', {
2121 'toolsets': ['host'], 2122 'toolsets': ['host'],
2122 }, { 2123 }, {
2123 'toolsets': ['target'], 2124 'toolsets': ['target'],
2124 }], 2125 }],
2125 ], 2126 ],
2126 }, 2127 },
2127 ], 2128 ],
2128 } 2129 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/species.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698