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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
973 '../../src/string-stream.cc', | 973 '../../src/string-stream.cc', |
974 '../../src/string-stream.h', | 974 '../../src/string-stream.h', |
975 '../../src/strings-storage.cc', | 975 '../../src/strings-storage.cc', |
976 '../../src/strings-storage.h', | 976 '../../src/strings-storage.h', |
977 '../../src/strtod.cc', | 977 '../../src/strtod.cc', |
978 '../../src/strtod.h', | 978 '../../src/strtod.h', |
979 '../../src/ic/stub-cache.cc', | 979 '../../src/ic/stub-cache.cc', |
980 '../../src/ic/stub-cache.h', | 980 '../../src/ic/stub-cache.h', |
981 '../../src/token.cc', | 981 '../../src/token.cc', |
982 '../../src/token.h', | 982 '../../src/token.h', |
| 983 '../../src/tracing/trace-event.h', |
983 '../../src/transitions-inl.h', | 984 '../../src/transitions-inl.h', |
984 '../../src/transitions.cc', | 985 '../../src/transitions.cc', |
985 '../../src/transitions.h', | 986 '../../src/transitions.h', |
986 '../../src/type-feedback-vector-inl.h', | 987 '../../src/type-feedback-vector-inl.h', |
987 '../../src/type-feedback-vector.cc', | 988 '../../src/type-feedback-vector.cc', |
988 '../../src/type-feedback-vector.h', | 989 '../../src/type-feedback-vector.h', |
989 '../../src/type-info.cc', | 990 '../../src/type-info.cc', |
990 '../../src/type-info.h', | 991 '../../src/type-info.h', |
991 '../../src/types-inl.h', | 992 '../../src/types-inl.h', |
992 '../../src/types.cc', | 993 '../../src/types.cc', |
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2084 }], | 2085 }], |
2085 ['want_separate_host_toolset==1', { | 2086 ['want_separate_host_toolset==1', { |
2086 'toolsets': ['host'], | 2087 'toolsets': ['host'], |
2087 }, { | 2088 }, { |
2088 'toolsets': ['target'], | 2089 'toolsets': ['target'], |
2089 }], | 2090 }], |
2090 ], | 2091 ], |
2091 }, | 2092 }, |
2092 ], | 2093 ], |
2093 } | 2094 } |
OLD | NEW |