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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 '../../src/compiler/typer.cc', | 607 '../../src/compiler/typer.cc', |
608 '../../src/compiler/typer.h', | 608 '../../src/compiler/typer.h', |
609 '../../src/compiler/value-numbering-reducer.cc', | 609 '../../src/compiler/value-numbering-reducer.cc', |
610 '../../src/compiler/value-numbering-reducer.h', | 610 '../../src/compiler/value-numbering-reducer.h', |
611 '../../src/compiler/verifier.cc', | 611 '../../src/compiler/verifier.cc', |
612 '../../src/compiler/verifier.h', | 612 '../../src/compiler/verifier.h', |
613 '../../src/compiler/zone-pool.cc', | 613 '../../src/compiler/zone-pool.cc', |
614 '../../src/compiler/zone-pool.h', | 614 '../../src/compiler/zone-pool.h', |
615 '../../src/compiler.cc', | 615 '../../src/compiler.cc', |
616 '../../src/compiler.h', | 616 '../../src/compiler.h', |
| 617 '../../src/context-measure.cc', |
| 618 '../../src/context-measure.h', |
617 '../../src/contexts.cc', | 619 '../../src/contexts.cc', |
618 '../../src/contexts.h', | 620 '../../src/contexts.h', |
619 '../../src/conversions-inl.h', | 621 '../../src/conversions-inl.h', |
620 '../../src/conversions.cc', | 622 '../../src/conversions.cc', |
621 '../../src/conversions.h', | 623 '../../src/conversions.h', |
622 '../../src/counters.cc', | 624 '../../src/counters.cc', |
623 '../../src/counters.h', | 625 '../../src/counters.h', |
624 '../../src/cpu-profiler-inl.h', | 626 '../../src/cpu-profiler-inl.h', |
625 '../../src/cpu-profiler.cc', | 627 '../../src/cpu-profiler.cc', |
626 '../../src/cpu-profiler.h', | 628 '../../src/cpu-profiler.h', |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 }], | 1989 }], |
1988 ['want_separate_host_toolset==1', { | 1990 ['want_separate_host_toolset==1', { |
1989 'toolsets': ['host'], | 1991 'toolsets': ['host'], |
1990 }, { | 1992 }, { |
1991 'toolsets': ['target'], | 1993 'toolsets': ['target'], |
1992 }], | 1994 }], |
1993 ], | 1995 ], |
1994 }, | 1996 }, |
1995 ], | 1997 ], |
1996 } | 1998 } |
OLD | NEW |