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

Side by Side Diff: src/v8.gyp

Issue 2622833002: WIP [esnext] implement async iteration proposal (Closed)
Patch Set: simplify AsyncIteratorValueUnwrap Created 3 years, 11 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 | « src/runtime/runtime-internal.cc ('k') | src/x64/macro-assembler-x64.h » ('j') | 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'bignum-dtoa.h', 473 'bignum-dtoa.h',
474 'bignum.cc', 474 'bignum.cc',
475 'bignum.h', 475 'bignum.h',
476 'bit-vector.cc', 476 'bit-vector.cc',
477 'bit-vector.h', 477 'bit-vector.h',
478 'bootstrapper.cc', 478 'bootstrapper.cc',
479 'bootstrapper.h', 479 'bootstrapper.h',
480 'builtins/builtins-api.cc', 480 'builtins/builtins-api.cc',
481 'builtins/builtins-arraybuffer.cc', 481 'builtins/builtins-arraybuffer.cc',
482 'builtins/builtins-array.cc', 482 'builtins/builtins-array.cc',
483 'src/builtins/builtins-async-generator.cc',
484 'src/builtins/builtins-async-iterator.cc',
485 'src/builtins/builtins-async.cc',
486 'src/builtins/builtins-async.h',
483 'builtins/builtins-boolean.cc', 487 'builtins/builtins-boolean.cc',
484 'builtins/builtins-call.cc', 488 'builtins/builtins-call.cc',
485 'builtins/builtins-callsite.cc', 489 'builtins/builtins-callsite.cc',
486 'builtins/builtins-conversion.cc', 490 'builtins/builtins-conversion.cc',
487 'builtins/builtins-constructor.cc', 491 'builtins/builtins-constructor.cc',
488 'builtins/builtins-constructor.h', 492 'builtins/builtins-constructor.h',
489 'builtins/builtins-dataview.cc', 493 'builtins/builtins-dataview.cc',
490 'builtins/builtins-date.cc', 494 'builtins/builtins-date.cc',
491 'builtins/builtins-debug.cc', 495 'builtins/builtins-debug.cc',
492 'builtins/builtins-error.cc', 496 'builtins/builtins-error.cc',
(...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
2496 'conditions': [ 2500 'conditions': [
2497 ['want_separate_host_toolset_mkpeephole==1', { 2501 ['want_separate_host_toolset_mkpeephole==1', {
2498 'toolsets': ['host'], 2502 'toolsets': ['host'],
2499 }, { 2503 }, {
2500 'toolsets': ['target'], 2504 'toolsets': ['target'],
2501 }], 2505 }],
2502 ], 2506 ],
2503 }, 2507 },
2504 ], 2508 ],
2505 } 2509 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | src/x64/macro-assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698