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

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: private symbols passes 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
« no previous file with comments | « test/test262/test262.status ('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 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 '../../src/debug/debug.js', 2003 '../../src/debug/debug.js',
2004 '../../src/debug/liveedit.js', 2004 '../../src/debug/liveedit.js',
2005 ], 2005 ],
2006 'experimental_library_files': [ 2006 'experimental_library_files': [
2007 '../../src/js/macros.py', 2007 '../../src/js/macros.py',
2008 '../../src/messages.h', 2008 '../../src/messages.h',
2009 '../../src/js/proxy.js', 2009 '../../src/js/proxy.js',
2010 '../../src/js/generator.js', 2010 '../../src/js/generator.js',
2011 '../../src/js/harmony-atomics.js', 2011 '../../src/js/harmony-atomics.js',
2012 '../../src/js/harmony-regexp.js', 2012 '../../src/js/harmony-regexp.js',
2013 '../../src/js/harmony-reflect.js',
2014 '../../src/js/harmony-object-observe.js', 2013 '../../src/js/harmony-object-observe.js',
2015 '../../src/js/harmony-sharedarraybuffer.js', 2014 '../../src/js/harmony-sharedarraybuffer.js',
2016 '../../src/js/harmony-simd.js', 2015 '../../src/js/harmony-simd.js',
2017 '../../src/js/harmony-species.js', 2016 '../../src/js/harmony-species.js',
2018 '../../src/js/harmony-unicode-regexps.js', 2017 '../../src/js/harmony-unicode-regexps.js',
2019 '../../src/js/promise-extra.js', 2018 '../../src/js/promise-extra.js',
2020 ], 2019 ],
2021 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2020 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2022 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2021 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2023 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2022 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2207 }], 2206 }],
2208 ['want_separate_host_toolset==1', { 2207 ['want_separate_host_toolset==1', {
2209 'toolsets': ['host'], 2208 'toolsets': ['host'],
2210 }, { 2209 }, {
2211 'toolsets': ['target'], 2210 'toolsets': ['target'],
2212 }], 2211 }],
2213 ], 2212 ],
2214 }, 2213 },
2215 ], 2214 ],
2216 } 2215 }
OLDNEW
« no previous file with comments | « test/test262/test262.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698