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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 'builtins/builtins-promise-gen.h', | 520 'builtins/builtins-promise-gen.h', |
521 'builtins/builtins-proxy.cc', | 521 'builtins/builtins-proxy.cc', |
522 'builtins/builtins-reflect.cc', | 522 'builtins/builtins-reflect.cc', |
523 'builtins/builtins-regexp.cc', | 523 'builtins/builtins-regexp.cc', |
524 'builtins/builtins-regexp-gen.cc', | 524 'builtins/builtins-regexp-gen.cc', |
525 'builtins/builtins-regexp-gen.h', | 525 'builtins/builtins-regexp-gen.h', |
526 'builtins/builtins-sharedarraybuffer.cc', | 526 'builtins/builtins-sharedarraybuffer.cc', |
527 'builtins/builtins-sharedarraybuffer-gen.cc', | 527 'builtins/builtins-sharedarraybuffer-gen.cc', |
528 'builtins/builtins-string.cc', | 528 'builtins/builtins-string.cc', |
529 'builtins/builtins-string-gen.cc', | 529 'builtins/builtins-string-gen.cc', |
| 530 'builtins/builtins-intl.cc', |
530 'builtins/builtins-symbol.cc', | 531 'builtins/builtins-symbol.cc', |
531 'builtins/builtins-symbol-gen.cc', | 532 'builtins/builtins-symbol-gen.cc', |
532 'builtins/builtins-typedarray.cc', | 533 'builtins/builtins-typedarray.cc', |
533 'builtins/builtins-typedarray-gen.cc', | 534 'builtins/builtins-typedarray-gen.cc', |
534 'builtins/builtins-utils.h', | 535 'builtins/builtins-utils.h', |
535 'builtins/builtins-utils-gen.h', | 536 'builtins/builtins-utils-gen.h', |
536 'builtins/builtins-wasm-gen.cc', | 537 'builtins/builtins-wasm-gen.cc', |
537 'builtins/builtins.cc', | 538 'builtins/builtins.cc', |
538 'builtins/builtins.h', | 539 'builtins/builtins.h', |
539 'cached-powers.cc', | 540 'cached-powers.cc', |
(...skipping 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2505 'conditions': [ | 2506 'conditions': [ |
2506 ['want_separate_host_toolset_mkpeephole==1', { | 2507 ['want_separate_host_toolset_mkpeephole==1', { |
2507 'toolsets': ['host'], | 2508 'toolsets': ['host'], |
2508 }, { | 2509 }, { |
2509 'toolsets': ['target'], | 2510 'toolsets': ['target'], |
2510 }], | 2511 }], |
2511 ], | 2512 ], |
2512 }, | 2513 }, |
2513 ], | 2514 ], |
2514 } | 2515 } |
OLD | NEW |