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

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

Issue 1356793002: Remove on-by-default flag --harmony-object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/simdjs/generate.py ('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 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 '../../src/messages.h', 1845 '../../src/messages.h',
1846 '../../src/proxy.js', 1846 '../../src/proxy.js',
1847 '../../src/generator.js', 1847 '../../src/generator.js',
1848 '../../src/harmony-atomics.js', 1848 '../../src/harmony-atomics.js',
1849 '../../src/harmony-array-includes.js', 1849 '../../src/harmony-array-includes.js',
1850 '../../src/harmony-concat-spreadable.js', 1850 '../../src/harmony-concat-spreadable.js',
1851 '../../src/harmony-tostring.js', 1851 '../../src/harmony-tostring.js',
1852 '../../src/harmony-regexp.js', 1852 '../../src/harmony-regexp.js',
1853 '../../src/harmony-reflect.js', 1853 '../../src/harmony-reflect.js',
1854 '../../src/harmony-spread.js', 1854 '../../src/harmony-spread.js',
1855 '../../src/harmony-object.js',
1856 '../../src/harmony-object-observe.js', 1855 '../../src/harmony-object-observe.js',
1857 '../../src/harmony-sharedarraybuffer.js', 1856 '../../src/harmony-sharedarraybuffer.js',
1858 '../../src/harmony-simd.js', 1857 '../../src/harmony-simd.js',
1859 ], 1858 ],
1860 'code_stub_library_files': [ 1859 'code_stub_library_files': [
1861 '../../src/macros.py', 1860 '../../src/macros.py',
1862 '../../src/messages.h', 1861 '../../src/messages.h',
1863 '../../src/code-stubs.js', 1862 '../../src/code-stubs.js',
1864 ], 1863 ],
1865 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1864 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 }], 2083 }],
2085 ['want_separate_host_toolset==1', { 2084 ['want_separate_host_toolset==1', {
2086 'toolsets': ['host'], 2085 'toolsets': ['host'],
2087 }, { 2086 }, {
2088 'toolsets': ['target'], 2087 'toolsets': ['target'],
2089 }], 2088 }],
2090 ], 2089 ],
2091 }, 2090 },
2092 ], 2091 ],
2093 } 2092 }
OLDNEW
« no previous file with comments | « test/simdjs/generate.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698