| 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'ast/ast-literal-reindexer.cc', | 448 'ast/ast-literal-reindexer.cc', |
| 449 'ast/ast-literal-reindexer.h', | 449 'ast/ast-literal-reindexer.h', |
| 450 'ast/ast-numbering.cc', | 450 'ast/ast-numbering.cc', |
| 451 'ast/ast-numbering.h', | 451 'ast/ast-numbering.h', |
| 452 'ast/ast-traversal-visitor.h', | 452 'ast/ast-traversal-visitor.h', |
| 453 'ast/ast-type-bounds.h', | 453 'ast/ast-type-bounds.h', |
| 454 'ast/ast-value-factory.cc', | 454 'ast/ast-value-factory.cc', |
| 455 'ast/ast-value-factory.h', | 455 'ast/ast-value-factory.h', |
| 456 'ast/ast.cc', | 456 'ast/ast.cc', |
| 457 'ast/ast.h', | 457 'ast/ast.h', |
| 458 'ast/context-slot-cache.cc', |
| 459 'ast/context-slot-cache.h', |
| 458 'ast/modules.cc', | 460 'ast/modules.cc', |
| 459 'ast/modules.h', | 461 'ast/modules.h', |
| 460 'ast/prettyprinter.cc', | 462 'ast/prettyprinter.cc', |
| 461 'ast/prettyprinter.h', | 463 'ast/prettyprinter.h', |
| 462 'ast/scopeinfo.cc', | 464 'ast/scopeinfo.cc', |
| 463 'ast/scopes.cc', | 465 'ast/scopes.cc', |
| 464 'ast/scopes.h', | 466 'ast/scopes.h', |
| 465 'ast/variables.cc', | 467 'ast/variables.cc', |
| 466 'ast/variables.h', | 468 'ast/variables.h', |
| 467 'background-parsing-task.cc', | 469 'background-parsing-task.cc', |
| (...skipping 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2412 'conditions': [ | 2414 'conditions': [ |
| 2413 ['want_separate_host_toolset_mkpeephole==1', { | 2415 ['want_separate_host_toolset_mkpeephole==1', { |
| 2414 'toolsets': ['host'], | 2416 'toolsets': ['host'], |
| 2415 }, { | 2417 }, { |
| 2416 'toolsets': ['target'], | 2418 'toolsets': ['target'], |
| 2417 }], | 2419 }], |
| 2418 ], | 2420 ], |
| 2419 }, | 2421 }, |
| 2420 ], | 2422 ], |
| 2421 } | 2423 } |
| OLD | NEW |