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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'compiler/control-flow-optimizer.h', | 526 'compiler/control-flow-optimizer.h', |
527 'compiler/dead-code-elimination.cc', | 527 'compiler/dead-code-elimination.cc', |
528 'compiler/dead-code-elimination.h', | 528 'compiler/dead-code-elimination.h', |
529 'compiler/diamond.h', | 529 'compiler/diamond.h', |
530 'compiler/effect-control-linearizer.cc', | 530 'compiler/effect-control-linearizer.cc', |
531 'compiler/effect-control-linearizer.h', | 531 'compiler/effect-control-linearizer.h', |
532 'compiler/escape-analysis.cc', | 532 'compiler/escape-analysis.cc', |
533 'compiler/escape-analysis.h', | 533 'compiler/escape-analysis.h', |
534 "compiler/escape-analysis-reducer.cc", | 534 "compiler/escape-analysis-reducer.cc", |
535 "compiler/escape-analysis-reducer.h", | 535 "compiler/escape-analysis-reducer.h", |
| 536 'compiler/ffi-compiler.cc', |
| 537 'compiler/ffi-compiler.h', |
536 'compiler/frame.cc', | 538 'compiler/frame.cc', |
537 'compiler/frame.h', | 539 'compiler/frame.h', |
538 'compiler/frame-elider.cc', | 540 'compiler/frame-elider.cc', |
539 'compiler/frame-elider.h', | 541 'compiler/frame-elider.h', |
540 "compiler/frame-states.cc", | 542 "compiler/frame-states.cc", |
541 "compiler/frame-states.h", | 543 "compiler/frame-states.h", |
542 'compiler/gap-resolver.cc', | 544 'compiler/gap-resolver.cc', |
543 'compiler/gap-resolver.h', | 545 'compiler/gap-resolver.h', |
544 'compiler/graph-reducer.cc', | 546 'compiler/graph-reducer.cc', |
545 'compiler/graph-reducer.h', | 547 'compiler/graph-reducer.h', |
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2281 }], | 2283 }], |
2282 ['want_separate_host_toolset==1', { | 2284 ['want_separate_host_toolset==1', { |
2283 'toolsets': ['host'], | 2285 'toolsets': ['host'], |
2284 }, { | 2286 }, { |
2285 'toolsets': ['target'], | 2287 'toolsets': ['target'], |
2286 }], | 2288 }], |
2287 ], | 2289 ], |
2288 }, | 2290 }, |
2289 ], | 2291 ], |
2290 } | 2292 } |
OLD | NEW |