| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 '../../src/compiler/dead-code-elimination.cc', | 479 '../../src/compiler/dead-code-elimination.cc', |
| 480 '../../src/compiler/dead-code-elimination.h', | 480 '../../src/compiler/dead-code-elimination.h', |
| 481 '../../src/compiler/diamond.h', | 481 '../../src/compiler/diamond.h', |
| 482 '../../src/compiler/frame.h', | 482 '../../src/compiler/frame.h', |
| 483 '../../src/compiler/frame-elider.cc', | 483 '../../src/compiler/frame-elider.cc', |
| 484 '../../src/compiler/frame-elider.h', | 484 '../../src/compiler/frame-elider.h', |
| 485 "../../src/compiler/frame-states.cc", | 485 "../../src/compiler/frame-states.cc", |
| 486 "../../src/compiler/frame-states.h", | 486 "../../src/compiler/frame-states.h", |
| 487 '../../src/compiler/gap-resolver.cc', | 487 '../../src/compiler/gap-resolver.cc', |
| 488 '../../src/compiler/gap-resolver.h', | 488 '../../src/compiler/gap-resolver.h', |
| 489 '../../src/compiler/graph-builder.h', | |
| 490 '../../src/compiler/graph-reducer.cc', | 489 '../../src/compiler/graph-reducer.cc', |
| 491 '../../src/compiler/graph-reducer.h', | 490 '../../src/compiler/graph-reducer.h', |
| 492 '../../src/compiler/graph-replay.cc', | 491 '../../src/compiler/graph-replay.cc', |
| 493 '../../src/compiler/graph-replay.h', | 492 '../../src/compiler/graph-replay.h', |
| 494 '../../src/compiler/graph-trimmer.cc', | 493 '../../src/compiler/graph-trimmer.cc', |
| 495 '../../src/compiler/graph-trimmer.h', | 494 '../../src/compiler/graph-trimmer.h', |
| 496 '../../src/compiler/graph-visualizer.cc', | 495 '../../src/compiler/graph-visualizer.cc', |
| 497 '../../src/compiler/graph-visualizer.h', | 496 '../../src/compiler/graph-visualizer.h', |
| 498 '../../src/compiler/graph.cc', | 497 '../../src/compiler/graph.cc', |
| 499 '../../src/compiler/graph.h', | 498 '../../src/compiler/graph.h', |
| (...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1970 }], | 1969 }], |
| 1971 ['want_separate_host_toolset==1', { | 1970 ['want_separate_host_toolset==1', { |
| 1972 'toolsets': ['host'], | 1971 'toolsets': ['host'], |
| 1973 }, { | 1972 }, { |
| 1974 'toolsets': ['target'], | 1973 'toolsets': ['target'], |
| 1975 }], | 1974 }], |
| 1976 ], | 1975 ], |
| 1977 }, | 1976 }, |
| 1978 ], | 1977 ], |
| 1979 } | 1978 } |
| OLD | NEW |