OLD | NEW |
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 'basic-block-profiler.h', | 469 'basic-block-profiler.h', |
470 'bignum-dtoa.cc', | 470 'bignum-dtoa.cc', |
471 'bignum-dtoa.h', | 471 'bignum-dtoa.h', |
472 'bignum.cc', | 472 'bignum.cc', |
473 'bignum.h', | 473 'bignum.h', |
474 'bit-vector.cc', | 474 'bit-vector.cc', |
475 'bit-vector.h', | 475 'bit-vector.h', |
476 'bootstrapper.cc', | 476 'bootstrapper.cc', |
477 'bootstrapper.h', | 477 'bootstrapper.h', |
478 'builtins/builtins-api.cc', | 478 'builtins/builtins-api.cc', |
| 479 'builtins/builtins-arguments.cc', |
| 480 'builtins/builtins-arguments.h', |
479 'builtins/builtins-arraybuffer.cc', | 481 'builtins/builtins-arraybuffer.cc', |
480 'builtins/builtins-array.cc', | 482 'builtins/builtins-array.cc', |
481 'builtins/builtins-async-function.cc', | 483 'builtins/builtins-async-function.cc', |
482 'builtins/builtins-async.cc', | 484 'builtins/builtins-async.cc', |
483 'builtins/builtins-async.h', | 485 'builtins/builtins-async.h', |
484 'builtins/builtins-boolean.cc', | 486 'builtins/builtins-boolean.cc', |
485 'builtins/builtins-call.cc', | 487 'builtins/builtins-call.cc', |
486 'builtins/builtins-callsite.cc', | 488 'builtins/builtins-callsite.cc', |
487 'builtins/builtins-conversion.cc', | 489 'builtins/builtins-conversion.cc', |
488 'builtins/builtins-constructor.cc', | 490 'builtins/builtins-constructor.cc', |
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2501 'conditions': [ | 2503 'conditions': [ |
2502 ['want_separate_host_toolset_mkpeephole==1', { | 2504 ['want_separate_host_toolset_mkpeephole==1', { |
2503 'toolsets': ['host'], | 2505 'toolsets': ['host'], |
2504 }, { | 2506 }, { |
2505 'toolsets': ['target'], | 2507 'toolsets': ['target'], |
2506 }], | 2508 }], |
2507 ], | 2509 ], |
2508 }, | 2510 }, |
2509 ], | 2511 ], |
2510 } | 2512 } |
OLD | NEW |