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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 '../../src/compiler/control-builders.cc', | 434 '../../src/compiler/control-builders.cc', |
435 '../../src/compiler/control-builders.h', | 435 '../../src/compiler/control-builders.h', |
436 '../../src/compiler/control-equivalence.h', | 436 '../../src/compiler/control-equivalence.h', |
437 '../../src/compiler/control-reducer.cc', | 437 '../../src/compiler/control-reducer.cc', |
438 '../../src/compiler/control-reducer.h', | 438 '../../src/compiler/control-reducer.h', |
439 '../../src/compiler/diamond.h', | 439 '../../src/compiler/diamond.h', |
440 '../../src/compiler/frame.h', | 440 '../../src/compiler/frame.h', |
441 '../../src/compiler/gap-resolver.cc', | 441 '../../src/compiler/gap-resolver.cc', |
442 '../../src/compiler/gap-resolver.h', | 442 '../../src/compiler/gap-resolver.h', |
443 '../../src/compiler/generic-algorithm.h', | 443 '../../src/compiler/generic-algorithm.h', |
444 '../../src/compiler/graph-builder.cc', | |
445 '../../src/compiler/graph-builder.h', | 444 '../../src/compiler/graph-builder.h', |
446 '../../src/compiler/graph-inl.h', | 445 '../../src/compiler/graph-inl.h', |
447 '../../src/compiler/graph-reducer.cc', | 446 '../../src/compiler/graph-reducer.cc', |
448 '../../src/compiler/graph-reducer.h', | 447 '../../src/compiler/graph-reducer.h', |
449 '../../src/compiler/graph-replay.cc', | 448 '../../src/compiler/graph-replay.cc', |
450 '../../src/compiler/graph-replay.h', | 449 '../../src/compiler/graph-replay.h', |
451 '../../src/compiler/graph-visualizer.cc', | 450 '../../src/compiler/graph-visualizer.cc', |
452 '../../src/compiler/graph-visualizer.h', | 451 '../../src/compiler/graph-visualizer.h', |
453 '../../src/compiler/graph.cc', | 452 '../../src/compiler/graph.cc', |
454 '../../src/compiler/graph.h', | 453 '../../src/compiler/graph.h', |
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1816 }], | 1815 }], |
1817 ['want_separate_host_toolset==1', { | 1816 ['want_separate_host_toolset==1', { |
1818 'toolsets': ['host'], | 1817 'toolsets': ['host'], |
1819 }, { | 1818 }, { |
1820 'toolsets': ['target'], | 1819 'toolsets': ['target'], |
1821 }], | 1820 }], |
1822 ], | 1821 ], |
1823 }, | 1822 }, |
1824 ], | 1823 ], |
1825 } | 1824 } |
OLD | NEW |