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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'asmjs/asm-wasm-builder.cc', | 428 'asmjs/asm-wasm-builder.cc', |
429 'asmjs/asm-wasm-builder.h', | 429 'asmjs/asm-wasm-builder.h', |
430 'asmjs/switch-logic.h', | 430 'asmjs/switch-logic.h', |
431 'asmjs/switch-logic.cc', | 431 'asmjs/switch-logic.cc', |
432 'assembler.cc', | 432 'assembler.cc', |
433 'assembler.h', | 433 'assembler.h', |
434 'assert-scope.h', | 434 'assert-scope.h', |
435 'assert-scope.cc', | 435 'assert-scope.cc', |
436 'ast/ast-expression-rewriter.cc', | 436 'ast/ast-expression-rewriter.cc', |
437 'ast/ast-expression-rewriter.h', | 437 'ast/ast-expression-rewriter.h', |
| 438 'ast/ast-function-literal-id-reindexer.cc', |
| 439 'ast/ast-function-literal-id-reindexer.h', |
438 'ast/ast-literal-reindexer.cc', | 440 'ast/ast-literal-reindexer.cc', |
439 'ast/ast-literal-reindexer.h', | 441 'ast/ast-literal-reindexer.h', |
440 'ast/ast-numbering.cc', | 442 'ast/ast-numbering.cc', |
441 'ast/ast-numbering.h', | 443 'ast/ast-numbering.h', |
442 'ast/ast-traversal-visitor.h', | 444 'ast/ast-traversal-visitor.h', |
443 'ast/ast-type-bounds.h', | 445 'ast/ast-type-bounds.h', |
444 'ast/ast-types.cc', | 446 'ast/ast-types.cc', |
445 'ast/ast-types.h', | 447 'ast/ast-types.h', |
446 'ast/ast-value-factory.cc', | 448 'ast/ast-value-factory.cc', |
447 'ast/ast-value-factory.h', | 449 'ast/ast-value-factory.h', |
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2483 'conditions': [ | 2485 'conditions': [ |
2484 ['want_separate_host_toolset_mkpeephole==1', { | 2486 ['want_separate_host_toolset_mkpeephole==1', { |
2485 'toolsets': ['host'], | 2487 'toolsets': ['host'], |
2486 }, { | 2488 }, { |
2487 'toolsets': ['target'], | 2489 'toolsets': ['target'], |
2488 }], | 2490 }], |
2489 ], | 2491 ], |
2490 }, | 2492 }, |
2491 ], | 2493 ], |
2492 } | 2494 } |
OLD | NEW |