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

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

Issue 1909433003: Remove support for Object.observe (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 4 years, 8 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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 '../../src/runtime/runtime-generator.cc', 1026 '../../src/runtime/runtime-generator.cc',
1027 '../../src/runtime/runtime-i18n.cc', 1027 '../../src/runtime/runtime-i18n.cc',
1028 '../../src/runtime/runtime-internal.cc', 1028 '../../src/runtime/runtime-internal.cc',
1029 '../../src/runtime/runtime-interpreter.cc', 1029 '../../src/runtime/runtime-interpreter.cc',
1030 '../../src/runtime/runtime-json.cc', 1030 '../../src/runtime/runtime-json.cc',
1031 '../../src/runtime/runtime-literals.cc', 1031 '../../src/runtime/runtime-literals.cc',
1032 '../../src/runtime/runtime-liveedit.cc', 1032 '../../src/runtime/runtime-liveedit.cc',
1033 '../../src/runtime/runtime-maths.cc', 1033 '../../src/runtime/runtime-maths.cc',
1034 '../../src/runtime/runtime-numbers.cc', 1034 '../../src/runtime/runtime-numbers.cc',
1035 '../../src/runtime/runtime-object.cc', 1035 '../../src/runtime/runtime-object.cc',
1036 '../../src/runtime/runtime-observe.cc',
1037 '../../src/runtime/runtime-operators.cc', 1036 '../../src/runtime/runtime-operators.cc',
1038 '../../src/runtime/runtime-proxy.cc', 1037 '../../src/runtime/runtime-proxy.cc',
1039 '../../src/runtime/runtime-regexp.cc', 1038 '../../src/runtime/runtime-regexp.cc',
1040 '../../src/runtime/runtime-scopes.cc', 1039 '../../src/runtime/runtime-scopes.cc',
1041 '../../src/runtime/runtime-simd.cc', 1040 '../../src/runtime/runtime-simd.cc',
1042 '../../src/runtime/runtime-strings.cc', 1041 '../../src/runtime/runtime-strings.cc',
1043 '../../src/runtime/runtime-symbol.cc', 1042 '../../src/runtime/runtime-symbol.cc',
1044 '../../src/runtime/runtime-test.cc', 1043 '../../src/runtime/runtime-test.cc',
1045 '../../src/runtime/runtime-typedarray.cc', 1044 '../../src/runtime/runtime-typedarray.cc',
1046 '../../src/runtime/runtime-uri.cc', 1045 '../../src/runtime/runtime-uri.cc',
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1994 '../../src/js/symbol.js', 1993 '../../src/js/symbol.js',
1995 '../../src/js/array.js', 1994 '../../src/js/array.js',
1996 '../../src/js/string.js', 1995 '../../src/js/string.js',
1997 '../../src/js/uri.js', 1996 '../../src/js/uri.js',
1998 '../../src/js/math.js', 1997 '../../src/js/math.js',
1999 '../../src/third_party/fdlibm/fdlibm.js', 1998 '../../src/third_party/fdlibm/fdlibm.js',
2000 '../../src/js/regexp.js', 1999 '../../src/js/regexp.js',
2001 '../../src/js/arraybuffer.js', 2000 '../../src/js/arraybuffer.js',
2002 '../../src/js/typedarray.js', 2001 '../../src/js/typedarray.js',
2003 '../../src/js/iterator-prototype.js', 2002 '../../src/js/iterator-prototype.js',
2004 '../../src/js/object-observe.js',
2005 '../../src/js/collection.js', 2003 '../../src/js/collection.js',
2006 '../../src/js/weak-collection.js', 2004 '../../src/js/weak-collection.js',
2007 '../../src/js/collection-iterator.js', 2005 '../../src/js/collection-iterator.js',
2008 '../../src/js/promise.js', 2006 '../../src/js/promise.js',
2009 '../../src/js/messages.js', 2007 '../../src/js/messages.js',
2010 '../../src/js/json.js', 2008 '../../src/js/json.js',
2011 '../../src/js/array-iterator.js', 2009 '../../src/js/array-iterator.js',
2012 '../../src/js/string-iterator.js', 2010 '../../src/js/string-iterator.js',
2013 '../../src/js/templates.js', 2011 '../../src/js/templates.js',
2014 '../../src/js/spread.js', 2012 '../../src/js/spread.js',
2015 '../../src/js/proxy.js', 2013 '../../src/js/proxy.js',
2016 '../../src/debug/mirrors.js', 2014 '../../src/debug/mirrors.js',
2017 '../../src/debug/debug.js', 2015 '../../src/debug/debug.js',
2018 '../../src/debug/liveedit.js', 2016 '../../src/debug/liveedit.js',
2019 ], 2017 ],
2020 'experimental_library_files': [ 2018 'experimental_library_files': [
2021 '../../src/js/macros.py', 2019 '../../src/js/macros.py',
2022 '../../src/messages.h', 2020 '../../src/messages.h',
2023 '../../src/js/harmony-atomics.js', 2021 '../../src/js/harmony-atomics.js',
2024 '../../src/js/harmony-regexp-exec.js', 2022 '../../src/js/harmony-regexp-exec.js',
2025 '../../src/js/harmony-object-observe.js',
2026 '../../src/js/harmony-sharedarraybuffer.js', 2023 '../../src/js/harmony-sharedarraybuffer.js',
2027 '../../src/js/harmony-simd.js', 2024 '../../src/js/harmony-simd.js',
2028 '../../src/js/harmony-species.js', 2025 '../../src/js/harmony-species.js',
2029 '../../src/js/harmony-unicode-regexps.js', 2026 '../../src/js/harmony-unicode-regexps.js',
2030 '../../src/js/harmony-string-padding.js', 2027 '../../src/js/harmony-string-padding.js',
2031 '../../src/js/promise-extra.js', 2028 '../../src/js/promise-extra.js',
2032 ], 2029 ],
2033 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2030 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2034 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2031 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2035 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2032 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 }], 2216 }],
2220 ['want_separate_host_toolset==1', { 2217 ['want_separate_host_toolset==1', {
2221 'toolsets': ['host'], 2218 'toolsets': ['host'],
2222 }, { 2219 }, {
2223 'toolsets': ['target'], 2220 'toolsets': ['target'],
2224 }], 2221 }],
2225 ], 2222 ],
2226 }, 2223 },
2227 ], 2224 ],
2228 } 2225 }
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