| 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 458 'ast/context-slot-cache.cc', |
| 459 'ast/context-slot-cache.h', | 459 'ast/context-slot-cache.h', |
| 460 'ast/modules.cc', | 460 'ast/modules.cc', |
| 461 'ast/modules.h', | 461 'ast/modules.h', |
| 462 'ast/prettyprinter.cc', | 462 'ast/prettyprinter.cc', |
| 463 'ast/prettyprinter.h', | 463 'ast/prettyprinter.h', |
| 464 'ast/scopeinfo.cc', | 464 'ast/scopeinfo.cc', |
| 465 'ast/scopeinfo.h', |
| 465 'ast/scopes.cc', | 466 'ast/scopes.cc', |
| 466 'ast/scopes.h', | 467 'ast/scopes.h', |
| 467 'ast/variables.cc', | 468 'ast/variables.cc', |
| 468 'ast/variables.h', | 469 'ast/variables.h', |
| 469 'background-parsing-task.cc', | 470 'background-parsing-task.cc', |
| 470 'background-parsing-task.h', | 471 'background-parsing-task.h', |
| 471 'bailout-reason.cc', | 472 'bailout-reason.cc', |
| 472 'bailout-reason.h', | 473 'bailout-reason.h', |
| 473 'basic-block-profiler.cc', | 474 'basic-block-profiler.cc', |
| 474 'basic-block-profiler.h', | 475 'basic-block-profiler.h', |
| (...skipping 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2410 'conditions': [ | 2411 'conditions': [ |
| 2411 ['want_separate_host_toolset_mkpeephole==1', { | 2412 ['want_separate_host_toolset_mkpeephole==1', { |
| 2412 'toolsets': ['host'], | 2413 'toolsets': ['host'], |
| 2413 }, { | 2414 }, { |
| 2414 'toolsets': ['target'], | 2415 'toolsets': ['target'], |
| 2415 }], | 2416 }], |
| 2416 ], | 2417 ], |
| 2417 }, | 2418 }, |
| 2418 ], | 2419 ], |
| 2419 } | 2420 } |
| OLD | NEW |