| 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 'asmjs/switch-logic.cc', | 432 'asmjs/switch-logic.cc', |
| 433 'assembler.cc', | 433 'assembler.cc', |
| 434 'assembler.h', | 434 'assembler.h', |
| 435 'assembler-inl.h', | 435 'assembler-inl.h', |
| 436 'assert-scope.h', | 436 'assert-scope.h', |
| 437 'assert-scope.cc', | 437 'assert-scope.cc', |
| 438 'ast/ast-expression-rewriter.cc', | 438 'ast/ast-expression-rewriter.cc', |
| 439 'ast/ast-expression-rewriter.h', | 439 'ast/ast-expression-rewriter.h', |
| 440 'ast/ast-function-literal-id-reindexer.cc', | 440 'ast/ast-function-literal-id-reindexer.cc', |
| 441 'ast/ast-function-literal-id-reindexer.h', | 441 'ast/ast-function-literal-id-reindexer.h', |
| 442 'ast/ast-literal-reindexer.cc', | |
| 443 'ast/ast-literal-reindexer.h', | |
| 444 'ast/ast-numbering.cc', | 442 'ast/ast-numbering.cc', |
| 445 'ast/ast-numbering.h', | 443 'ast/ast-numbering.h', |
| 446 'ast/ast-traversal-visitor.h', | 444 'ast/ast-traversal-visitor.h', |
| 447 'ast/ast-type-bounds.h', | 445 'ast/ast-type-bounds.h', |
| 448 'ast/ast-types.cc', | 446 'ast/ast-types.cc', |
| 449 'ast/ast-types.h', | 447 'ast/ast-types.h', |
| 450 'ast/ast-value-factory.cc', | 448 'ast/ast-value-factory.cc', |
| 451 'ast/ast-value-factory.h', | 449 'ast/ast-value-factory.h', |
| 452 'ast/ast.cc', | 450 'ast/ast.cc', |
| 453 'ast/ast.h', | 451 'ast/ast.h', |
| (...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2502 'conditions': [ | 2500 'conditions': [ |
| 2503 ['want_separate_host_toolset_mkpeephole==1', { | 2501 ['want_separate_host_toolset_mkpeephole==1', { |
| 2504 'toolsets': ['host'], | 2502 'toolsets': ['host'], |
| 2505 }, { | 2503 }, { |
| 2506 'toolsets': ['target'], | 2504 'toolsets': ['target'], |
| 2507 }], | 2505 }], |
| 2508 ], | 2506 ], |
| 2509 }, | 2507 }, |
| 2510 ], | 2508 ], |
| 2511 } | 2509 } |
| OLD | NEW |