| 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 'builtins/builtins-object.cc', | 507 'builtins/builtins-object.cc', |
| 508 'builtins/builtins-object.h', | 508 'builtins/builtins-object.h', |
| 509 'builtins/builtins-promise.cc', | 509 'builtins/builtins-promise.cc', |
| 510 'builtins/builtins-promise.h', | 510 'builtins/builtins-promise.h', |
| 511 'builtins/builtins-proxy.cc', | 511 'builtins/builtins-proxy.cc', |
| 512 'builtins/builtins-reflect.cc', | 512 'builtins/builtins-reflect.cc', |
| 513 'builtins/builtins-regexp.cc', | 513 'builtins/builtins-regexp.cc', |
| 514 'builtins/builtins-regexp.h', | 514 'builtins/builtins-regexp.h', |
| 515 'builtins/builtins-sharedarraybuffer.cc', | 515 'builtins/builtins-sharedarraybuffer.cc', |
| 516 'builtins/builtins-string.cc', | 516 'builtins/builtins-string.cc', |
| 517 'builtins/builtins-intl.cc', |
| 517 'builtins/builtins-symbol.cc', | 518 'builtins/builtins-symbol.cc', |
| 518 'builtins/builtins-typedarray.cc', | 519 'builtins/builtins-typedarray.cc', |
| 519 'builtins/builtins-utils.h', | 520 'builtins/builtins-utils.h', |
| 520 'builtins/builtins-wasm.cc', | 521 'builtins/builtins-wasm.cc', |
| 521 'builtins/builtins.cc', | 522 'builtins/builtins.cc', |
| 522 'builtins/builtins.h', | 523 'builtins/builtins.h', |
| 523 'cached-powers.cc', | 524 'cached-powers.cc', |
| 524 'cached-powers.h', | 525 'cached-powers.h', |
| 525 'cancelable-task.cc', | 526 'cancelable-task.cc', |
| 526 'cancelable-task.h', | 527 'cancelable-task.h', |
| (...skipping 1978 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 |