| 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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 'arm64/instructions-arm64.h', | 1461 'arm64/instructions-arm64.h', |
| 1462 'arm64/instrument-arm64.cc', | 1462 'arm64/instrument-arm64.cc', |
| 1463 'arm64/instrument-arm64.h', | 1463 'arm64/instrument-arm64.h', |
| 1464 'arm64/interface-descriptors-arm64.cc', | 1464 'arm64/interface-descriptors-arm64.cc', |
| 1465 'arm64/interface-descriptors-arm64.h', | 1465 'arm64/interface-descriptors-arm64.h', |
| 1466 'arm64/macro-assembler-arm64.cc', | 1466 'arm64/macro-assembler-arm64.cc', |
| 1467 'arm64/macro-assembler-arm64.h', | 1467 'arm64/macro-assembler-arm64.h', |
| 1468 'arm64/macro-assembler-arm64-inl.h', | 1468 'arm64/macro-assembler-arm64-inl.h', |
| 1469 'arm64/simulator-arm64.cc', | 1469 'arm64/simulator-arm64.cc', |
| 1470 'arm64/simulator-arm64.h', | 1470 'arm64/simulator-arm64.h', |
| 1471 'arm64/simulator-logic-arm64.cc', |
| 1471 'arm64/utils-arm64.cc', | 1472 'arm64/utils-arm64.cc', |
| 1472 'arm64/utils-arm64.h', | 1473 'arm64/utils-arm64.h', |
| 1473 'arm64/eh-frame-arm64.cc', | 1474 'arm64/eh-frame-arm64.cc', |
| 1474 'builtins/arm64/builtins-arm64.cc', | 1475 'builtins/arm64/builtins-arm64.cc', |
| 1475 'compiler/arm64/code-generator-arm64.cc', | 1476 'compiler/arm64/code-generator-arm64.cc', |
| 1476 'compiler/arm64/instruction-codes-arm64.h', | 1477 'compiler/arm64/instruction-codes-arm64.h', |
| 1477 'compiler/arm64/instruction-scheduler-arm64.cc', | 1478 'compiler/arm64/instruction-scheduler-arm64.cc', |
| 1478 'compiler/arm64/instruction-selector-arm64.cc', | 1479 'compiler/arm64/instruction-selector-arm64.cc', |
| 1479 'compiler/arm64/unwinding-info-writer-arm64.h', | 1480 'compiler/arm64/unwinding-info-writer-arm64.h', |
| 1480 'compiler/arm64/unwinding-info-writer-arm64.cc', | 1481 'compiler/arm64/unwinding-info-writer-arm64.cc', |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2478 }], | 2479 }], |
| 2479 ['want_separate_host_toolset==1', { | 2480 ['want_separate_host_toolset==1', { |
| 2480 'toolsets': ['host'], | 2481 'toolsets': ['host'], |
| 2481 }, { | 2482 }, { |
| 2482 'toolsets': ['target'], | 2483 'toolsets': ['target'], |
| 2483 }], | 2484 }], |
| 2484 ], | 2485 ], |
| 2485 }, | 2486 }, |
| 2486 ], | 2487 ], |
| 2487 } | 2488 } |
| OLD | NEW |