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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 '../../src/string-builder.h', | 1005 '../../src/string-builder.h', |
1006 '../../src/string-search.h', | 1006 '../../src/string-search.h', |
1007 '../../src/string-stream.cc', | 1007 '../../src/string-stream.cc', |
1008 '../../src/string-stream.h', | 1008 '../../src/string-stream.h', |
1009 '../../src/strtod.cc', | 1009 '../../src/strtod.cc', |
1010 '../../src/strtod.h', | 1010 '../../src/strtod.h', |
1011 '../../src/ic/stub-cache.cc', | 1011 '../../src/ic/stub-cache.cc', |
1012 '../../src/ic/stub-cache.h', | 1012 '../../src/ic/stub-cache.h', |
1013 '../../src/token.cc', | 1013 '../../src/token.cc', |
1014 '../../src/token.h', | 1014 '../../src/token.h', |
| 1015 '../../src/tracing/trace-event.cc', |
| 1016 '../../src/tracing/trace-event.h', |
1015 '../../src/transitions-inl.h', | 1017 '../../src/transitions-inl.h', |
1016 '../../src/transitions.cc', | 1018 '../../src/transitions.cc', |
1017 '../../src/transitions.h', | 1019 '../../src/transitions.h', |
1018 '../../src/type-cache.cc', | 1020 '../../src/type-cache.cc', |
1019 '../../src/type-cache.h', | 1021 '../../src/type-cache.h', |
1020 '../../src/type-feedback-vector-inl.h', | 1022 '../../src/type-feedback-vector-inl.h', |
1021 '../../src/type-feedback-vector.cc', | 1023 '../../src/type-feedback-vector.cc', |
1022 '../../src/type-feedback-vector.h', | 1024 '../../src/type-feedback-vector.h', |
1023 '../../src/type-info.cc', | 1025 '../../src/type-info.cc', |
1024 '../../src/type-info.h', | 1026 '../../src/type-info.h', |
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2107 }], | 2109 }], |
2108 ['want_separate_host_toolset==1', { | 2110 ['want_separate_host_toolset==1', { |
2109 'toolsets': ['host'], | 2111 'toolsets': ['host'], |
2110 }, { | 2112 }, { |
2111 'toolsets': ['target'], | 2113 'toolsets': ['target'], |
2112 }], | 2114 }], |
2113 ], | 2115 ], |
2114 }, | 2116 }, |
2115 ], | 2117 ], |
2116 } | 2118 } |
OLD | NEW |