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

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

Issue 1721453002: Remove Reflect.enumerate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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
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 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 '../../src/debug/debug.js', 2005 '../../src/debug/debug.js',
2006 '../../src/debug/liveedit.js', 2006 '../../src/debug/liveedit.js',
2007 ], 2007 ],
2008 'experimental_library_files': [ 2008 'experimental_library_files': [
2009 '../../src/js/macros.py', 2009 '../../src/js/macros.py',
2010 '../../src/messages.h', 2010 '../../src/messages.h',
2011 '../../src/js/proxy.js', 2011 '../../src/js/proxy.js',
2012 '../../src/js/generator.js', 2012 '../../src/js/generator.js',
2013 '../../src/js/harmony-atomics.js', 2013 '../../src/js/harmony-atomics.js',
2014 '../../src/js/harmony-regexp.js', 2014 '../../src/js/harmony-regexp.js',
2015 '../../src/js/harmony-reflect.js',
2016 '../../src/js/harmony-object-observe.js', 2015 '../../src/js/harmony-object-observe.js',
2017 '../../src/js/harmony-sharedarraybuffer.js', 2016 '../../src/js/harmony-sharedarraybuffer.js',
2018 '../../src/js/harmony-simd.js', 2017 '../../src/js/harmony-simd.js',
2019 '../../src/js/harmony-species.js', 2018 '../../src/js/harmony-species.js',
2020 '../../src/js/harmony-unicode-regexps.js', 2019 '../../src/js/harmony-unicode-regexps.js',
2021 '../../src/js/promise-extra.js', 2020 '../../src/js/promise-extra.js',
2022 ], 2021 ],
2023 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2022 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2024 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2023 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2025 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2024 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2209 }], 2208 }],
2210 ['want_separate_host_toolset==1', { 2209 ['want_separate_host_toolset==1', {
2211 'toolsets': ['host'], 2210 'toolsets': ['host'],
2212 }, { 2211 }, {
2213 'toolsets': ['target'], 2212 'toolsets': ['target'],
2214 }], 2213 }],
2215 ], 2214 ],
2216 }, 2215 },
2217 ], 2216 ],
2218 } 2217 }
OLDNEW
« src/bootstrapper.cc ('K') | « test/mjsunit/harmony/reflect-enumerate-special-cases.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698