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

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

Issue 1257063003: Add a --harmony-object-observe runtime flag (on by default) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move some initialization back to the snapshot Created 5 years, 4 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/regress/regress-observe-map-cache.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 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 '../../src/proxy.js', 1814 '../../src/proxy.js',
1815 '../../src/generator.js', 1815 '../../src/generator.js',
1816 '../../src/harmony-atomics.js', 1816 '../../src/harmony-atomics.js',
1817 '../../src/harmony-array-includes.js', 1817 '../../src/harmony-array-includes.js',
1818 '../../src/harmony-concat-spreadable.js', 1818 '../../src/harmony-concat-spreadable.js',
1819 '../../src/harmony-tostring.js', 1819 '../../src/harmony-tostring.js',
1820 '../../src/harmony-regexp.js', 1820 '../../src/harmony-regexp.js',
1821 '../../src/harmony-reflect.js', 1821 '../../src/harmony-reflect.js',
1822 '../../src/harmony-spread.js', 1822 '../../src/harmony-spread.js',
1823 '../../src/harmony-object.js', 1823 '../../src/harmony-object.js',
1824 '../../src/harmony-object-observe.js',
1824 '../../src/harmony-sharedarraybuffer.js', 1825 '../../src/harmony-sharedarraybuffer.js',
1825 '../../src/harmony-simd.js', 1826 '../../src/harmony-simd.js',
1826 ], 1827 ],
1827 'code_stub_library_files': [ 1828 'code_stub_library_files': [
1828 '../../src/macros.py', 1829 '../../src/macros.py',
1829 '../../src/messages.h', 1830 '../../src/messages.h',
1830 '../../src/code-stubs.js', 1831 '../../src/code-stubs.js',
1831 ], 1832 ],
1832 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1833 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1833 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co de-stub.bin', 1834 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co de-stub.bin',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 }], 1987 }],
1987 ['want_separate_host_toolset==1', { 1988 ['want_separate_host_toolset==1', {
1988 'toolsets': ['host'], 1989 'toolsets': ['host'],
1989 }, { 1990 }, {
1990 'toolsets': ['target'], 1991 'toolsets': ['target'],
1991 }], 1992 }],
1992 ], 1993 ],
1993 }, 1994 },
1994 ], 1995 ],
1995 } 1996 }
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-observe-map-cache.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698