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

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

Issue 1895603002: [esnext] prototype runtime implementation for async functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@AsyncFunction
Patch Set: some misc fixes + update the new v8.gyp too Created 4 years, 7 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
« test/mjsunit/mjsunit.status ('K') | « test/mjsunit/mjsunit.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 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 '../../src/js/templates.js', 2011 '../../src/js/templates.js',
2012 '../../src/js/spread.js', 2012 '../../src/js/spread.js',
2013 '../../src/js/proxy.js', 2013 '../../src/js/proxy.js',
2014 '../../src/debug/mirrors.js', 2014 '../../src/debug/mirrors.js',
2015 '../../src/debug/debug.js', 2015 '../../src/debug/debug.js',
2016 '../../src/debug/liveedit.js', 2016 '../../src/debug/liveedit.js',
2017 ], 2017 ],
2018 'experimental_library_files': [ 2018 'experimental_library_files': [
2019 '../../src/js/macros.py', 2019 '../../src/js/macros.py',
2020 '../../src/messages.h', 2020 '../../src/messages.h',
2021 "../../src/js/harmony-async-await.js",
2021 '../../src/js/harmony-atomics.js', 2022 '../../src/js/harmony-atomics.js',
2022 '../../src/js/harmony-regexp-exec.js', 2023 '../../src/js/harmony-regexp-exec.js',
2023 '../../src/js/harmony-sharedarraybuffer.js', 2024 '../../src/js/harmony-sharedarraybuffer.js',
2024 '../../src/js/harmony-simd.js', 2025 '../../src/js/harmony-simd.js',
2025 '../../src/js/harmony-species.js', 2026 '../../src/js/harmony-species.js',
2026 '../../src/js/harmony-unicode-regexps.js', 2027 '../../src/js/harmony-unicode-regexps.js',
2027 '../../src/js/harmony-string-padding.js', 2028 '../../src/js/harmony-string-padding.js',
2028 '../../src/js/promise-extra.js', 2029 '../../src/js/promise-extra.js',
2029 ], 2030 ],
2030 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2031 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 }], 2217 }],
2217 ['want_separate_host_toolset==1', { 2218 ['want_separate_host_toolset==1', {
2218 'toolsets': ['host'], 2219 'toolsets': ['host'],
2219 }, { 2220 }, {
2220 'toolsets': ['target'], 2221 'toolsets': ['target'],
2221 }], 2222 }],
2222 ], 2223 ],
2223 }, 2224 },
2224 ], 2225 ],
2225 } 2226 }
OLDNEW
« test/mjsunit/mjsunit.status ('K') | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698