| 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 'code-stubs.cc', | 526 'code-stubs.cc', |
| 527 'code-stubs.h', | 527 'code-stubs.h', |
| 528 'code-stubs-hydrogen.cc', | 528 'code-stubs-hydrogen.cc', |
| 529 'codegen.cc', | 529 'codegen.cc', |
| 530 'codegen.h', | 530 'codegen.h', |
| 531 'collector.h', | 531 'collector.h', |
| 532 'compilation-cache.cc', | 532 'compilation-cache.cc', |
| 533 'compilation-cache.h', | 533 'compilation-cache.h', |
| 534 'compilation-dependencies.cc', | 534 'compilation-dependencies.cc', |
| 535 'compilation-dependencies.h', | 535 'compilation-dependencies.h', |
| 536 'compilation-info.cc', |
| 537 'compilation-info.h', |
| 536 'compilation-statistics.cc', | 538 'compilation-statistics.cc', |
| 537 'compilation-statistics.h', | 539 'compilation-statistics.h', |
| 538 'compiler/access-builder.cc', | 540 'compiler/access-builder.cc', |
| 539 'compiler/access-builder.h', | 541 'compiler/access-builder.h', |
| 540 'compiler/access-info.cc', | 542 'compiler/access-info.cc', |
| 541 'compiler/access-info.h', | 543 'compiler/access-info.h', |
| 542 'compiler/all-nodes.cc', | 544 'compiler/all-nodes.cc', |
| 543 'compiler/all-nodes.h', | 545 'compiler/all-nodes.h', |
| 544 'compiler/ast-graph-builder.cc', | 546 'compiler/ast-graph-builder.cc', |
| 545 'compiler/ast-graph-builder.h', | 547 'compiler/ast-graph-builder.h', |
| (...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2414 'conditions': [ | 2416 'conditions': [ |
| 2415 ['want_separate_host_toolset_mkpeephole==1', { | 2417 ['want_separate_host_toolset_mkpeephole==1', { |
| 2416 'toolsets': ['host'], | 2418 'toolsets': ['host'], |
| 2417 }, { | 2419 }, { |
| 2418 'toolsets': ['target'], | 2420 'toolsets': ['target'], |
| 2419 }], | 2421 }], |
| 2420 ], | 2422 ], |
| 2421 }, | 2423 }, |
| 2422 ], | 2424 ], |
| 2423 } | 2425 } |
| OLD | NEW |