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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'builtins/builtins-symbol-gen.cc', | 526 'builtins/builtins-symbol-gen.cc', |
527 'builtins/builtins-typedarray.cc', | 527 'builtins/builtins-typedarray.cc', |
528 'builtins/builtins-typedarray-gen.cc', | 528 'builtins/builtins-typedarray-gen.cc', |
529 'builtins/builtins-utils.h', | 529 'builtins/builtins-utils.h', |
530 'builtins/builtins-utils-gen.h', | 530 'builtins/builtins-utils-gen.h', |
531 'builtins/builtins-wasm-gen.cc', | 531 'builtins/builtins-wasm-gen.cc', |
532 'builtins/builtins.cc', | 532 'builtins/builtins.cc', |
533 'builtins/builtins.h', | 533 'builtins/builtins.h', |
534 'cached-powers.cc', | 534 'cached-powers.cc', |
535 'cached-powers.h', | 535 'cached-powers.h', |
| 536 'callable.h', |
536 'cancelable-task.cc', | 537 'cancelable-task.cc', |
537 'cancelable-task.h', | 538 'cancelable-task.h', |
538 'char-predicates.cc', | 539 'char-predicates.cc', |
539 'char-predicates-inl.h', | 540 'char-predicates-inl.h', |
540 'char-predicates.h', | 541 'char-predicates.h', |
541 'checks.h', | 542 'checks.h', |
542 'code-events.h', | 543 'code-events.h', |
543 'code-factory.cc', | 544 'code-factory.cc', |
544 'code-factory.h', | 545 'code-factory.h', |
545 'code-stub-assembler.cc', | 546 'code-stub-assembler.cc', |
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2496 'conditions': [ | 2497 'conditions': [ |
2497 ['want_separate_host_toolset_mkpeephole==1', { | 2498 ['want_separate_host_toolset_mkpeephole==1', { |
2498 'toolsets': ['host'], | 2499 'toolsets': ['host'], |
2499 }, { | 2500 }, { |
2500 'toolsets': ['target'], | 2501 'toolsets': ['target'], |
2501 }], | 2502 }], |
2502 ], | 2503 ], |
2503 }, | 2504 }, |
2504 ], | 2505 ], |
2505 } | 2506 } |
OLD | NEW |