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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 '../../src/msan.h', | 861 '../../src/msan.h', |
862 '../../src/objects-debug.cc', | 862 '../../src/objects-debug.cc', |
863 '../../src/objects-inl.h', | 863 '../../src/objects-inl.h', |
864 '../../src/objects-printer.cc', | 864 '../../src/objects-printer.cc', |
865 '../../src/objects.cc', | 865 '../../src/objects.cc', |
866 '../../src/objects.h', | 866 '../../src/objects.h', |
867 '../../src/optimizing-compile-dispatcher.cc', | 867 '../../src/optimizing-compile-dispatcher.cc', |
868 '../../src/optimizing-compile-dispatcher.h', | 868 '../../src/optimizing-compile-dispatcher.h', |
869 '../../src/ostreams.cc', | 869 '../../src/ostreams.cc', |
870 '../../src/ostreams.h', | 870 '../../src/ostreams.h', |
871 '../../src/pattern-rewriter.cc', | 871 '../../src/parameter-initializer-rewriter.cc', |
| 872 '../../src/parameter-initializer-rewriter.h', |
872 '../../src/parser.cc', | 873 '../../src/parser.cc', |
873 '../../src/parser.h', | 874 '../../src/parser.h', |
| 875 '../../src/pattern-rewriter.cc', |
874 '../../src/pending-compilation-error-handler.cc', | 876 '../../src/pending-compilation-error-handler.cc', |
875 '../../src/pending-compilation-error-handler.h', | 877 '../../src/pending-compilation-error-handler.h', |
876 '../../src/preparse-data-format.h', | 878 '../../src/preparse-data-format.h', |
877 '../../src/preparse-data.cc', | 879 '../../src/preparse-data.cc', |
878 '../../src/preparse-data.h', | 880 '../../src/preparse-data.h', |
879 '../../src/preparser.cc', | 881 '../../src/preparser.cc', |
880 '../../src/preparser.h', | 882 '../../src/preparser.h', |
881 '../../src/prettyprinter.cc', | 883 '../../src/prettyprinter.cc', |
882 '../../src/prettyprinter.h', | 884 '../../src/prettyprinter.h', |
883 '../../src/profiler/allocation-tracker.cc', | 885 '../../src/profiler/allocation-tracker.cc', |
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2096 }], | 2098 }], |
2097 ['want_separate_host_toolset==1', { | 2099 ['want_separate_host_toolset==1', { |
2098 'toolsets': ['host'], | 2100 'toolsets': ['host'], |
2099 }, { | 2101 }, { |
2100 'toolsets': ['target'], | 2102 'toolsets': ['target'], |
2101 }], | 2103 }], |
2102 ], | 2104 ], |
2103 }, | 2105 }, |
2104 ], | 2106 ], |
2105 } | 2107 } |
OLD | NEW |