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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 '../../src/char-predicates-inl.h', | 432 '../../src/char-predicates-inl.h', |
433 '../../src/char-predicates.h', | 433 '../../src/char-predicates.h', |
434 '../../src/checks.h', | 434 '../../src/checks.h', |
435 '../../src/circular-queue-inl.h', | 435 '../../src/circular-queue-inl.h', |
436 '../../src/circular-queue.h', | 436 '../../src/circular-queue.h', |
437 '../../src/code-factory.cc', | 437 '../../src/code-factory.cc', |
438 '../../src/code-factory.h', | 438 '../../src/code-factory.h', |
439 '../../src/code-stubs.cc', | 439 '../../src/code-stubs.cc', |
440 '../../src/code-stubs.h', | 440 '../../src/code-stubs.h', |
441 '../../src/code-stubs-hydrogen.cc', | 441 '../../src/code-stubs-hydrogen.cc', |
442 '../../src/code.h', | |
443 '../../src/codegen.cc', | 442 '../../src/codegen.cc', |
444 '../../src/codegen.h', | 443 '../../src/codegen.h', |
445 '../../src/compilation-cache.cc', | 444 '../../src/compilation-cache.cc', |
446 '../../src/compilation-cache.h', | 445 '../../src/compilation-cache.h', |
447 '../../src/compilation-dependencies.cc', | 446 '../../src/compilation-dependencies.cc', |
448 '../../src/compilation-dependencies.h', | 447 '../../src/compilation-dependencies.h', |
449 '../../src/compilation-statistics.cc', | 448 '../../src/compilation-statistics.cc', |
450 '../../src/compilation-statistics.h', | 449 '../../src/compilation-statistics.h', |
451 '../../src/compiler/access-builder.cc', | 450 '../../src/compiler/access-builder.cc', |
452 '../../src/compiler/access-builder.h', | 451 '../../src/compiler/access-builder.h', |
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2019 }], | 2018 }], |
2020 ['want_separate_host_toolset==1', { | 2019 ['want_separate_host_toolset==1', { |
2021 'toolsets': ['host'], | 2020 'toolsets': ['host'], |
2022 }, { | 2021 }, { |
2023 'toolsets': ['target'], | 2022 'toolsets': ['target'], |
2024 }], | 2023 }], |
2025 ], | 2024 ], |
2026 }, | 2025 }, |
2027 ], | 2026 ], |
2028 } | 2027 } |
OLD | NEW |