| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 '../../src/code-stubs-hydrogen.cc', | 405 '../../src/code-stubs-hydrogen.cc', |
| 406 '../../src/code.h', | 406 '../../src/code.h', |
| 407 '../../src/codegen.cc', | 407 '../../src/codegen.cc', |
| 408 '../../src/codegen.h', | 408 '../../src/codegen.h', |
| 409 '../../src/compilation-cache.cc', | 409 '../../src/compilation-cache.cc', |
| 410 '../../src/compilation-cache.h', | 410 '../../src/compilation-cache.h', |
| 411 '../../src/compilation-statistics.cc', | 411 '../../src/compilation-statistics.cc', |
| 412 '../../src/compilation-statistics.h', | 412 '../../src/compilation-statistics.h', |
| 413 '../../src/compiler/access-builder.cc', | 413 '../../src/compiler/access-builder.cc', |
| 414 '../../src/compiler/access-builder.h', | 414 '../../src/compiler/access-builder.h', |
| 415 '../../src/compiler/all-nodes.cc', |
| 416 '../../src/compiler/all-nodes.h', |
| 415 '../../src/compiler/ast-graph-builder.cc', | 417 '../../src/compiler/ast-graph-builder.cc', |
| 416 '../../src/compiler/ast-graph-builder.h', | 418 '../../src/compiler/ast-graph-builder.h', |
| 417 '../../src/compiler/ast-loop-assignment-analyzer.cc', | 419 '../../src/compiler/ast-loop-assignment-analyzer.cc', |
| 418 '../../src/compiler/ast-loop-assignment-analyzer.h', | 420 '../../src/compiler/ast-loop-assignment-analyzer.h', |
| 419 '../../src/compiler/basic-block-instrumentor.cc', | 421 '../../src/compiler/basic-block-instrumentor.cc', |
| 420 '../../src/compiler/basic-block-instrumentor.h', | 422 '../../src/compiler/basic-block-instrumentor.h', |
| 421 '../../src/compiler/change-lowering.cc', | 423 '../../src/compiler/change-lowering.cc', |
| 422 '../../src/compiler/change-lowering.h', | 424 '../../src/compiler/change-lowering.h', |
| 423 '../../src/compiler/code-generator-impl.h', | 425 '../../src/compiler/code-generator-impl.h', |
| 424 '../../src/compiler/code-generator.cc', | 426 '../../src/compiler/code-generator.cc', |
| (...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1810 }], | 1812 }], |
| 1811 ['want_separate_host_toolset==1', { | 1813 ['want_separate_host_toolset==1', { |
| 1812 'toolsets': ['host'], | 1814 'toolsets': ['host'], |
| 1813 }, { | 1815 }, { |
| 1814 'toolsets': ['target'], | 1816 'toolsets': ['target'], |
| 1815 }], | 1817 }], |
| 1816 ], | 1818 ], |
| 1817 }, | 1819 }, |
| 1818 ], | 1820 ], |
| 1819 } | 1821 } |
| OLD | NEW |