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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 'runtime/runtime-operators.cc', | 1072 'runtime/runtime-operators.cc', |
1073 'runtime/runtime-proxy.cc', | 1073 'runtime/runtime-proxy.cc', |
1074 'runtime/runtime-regexp.cc', | 1074 'runtime/runtime-regexp.cc', |
1075 'runtime/runtime-scopes.cc', | 1075 'runtime/runtime-scopes.cc', |
1076 'runtime/runtime-simd.cc', | 1076 'runtime/runtime-simd.cc', |
1077 'runtime/runtime-strings.cc', | 1077 'runtime/runtime-strings.cc', |
1078 'runtime/runtime-symbol.cc', | 1078 'runtime/runtime-symbol.cc', |
1079 'runtime/runtime-test.cc', | 1079 'runtime/runtime-test.cc', |
1080 'runtime/runtime-typedarray.cc', | 1080 'runtime/runtime-typedarray.cc', |
1081 'runtime/runtime-utils.h', | 1081 'runtime/runtime-utils.h', |
| 1082 'runtime/runtime-wasm.cc', |
1082 'runtime/runtime.cc', | 1083 'runtime/runtime.cc', |
1083 'runtime/runtime.h', | 1084 'runtime/runtime.h', |
1084 'safepoint-table.cc', | 1085 'safepoint-table.cc', |
1085 'safepoint-table.h', | 1086 'safepoint-table.h', |
1086 'signature.h', | 1087 'signature.h', |
1087 'simulator.h', | 1088 'simulator.h', |
1088 'small-pointer-list.h', | 1089 'small-pointer-list.h', |
1089 'snapshot/code-serializer.cc', | 1090 'snapshot/code-serializer.cc', |
1090 'snapshot/code-serializer.h', | 1091 'snapshot/code-serializer.h', |
1091 'snapshot/deserializer.cc', | 1092 'snapshot/deserializer.cc', |
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2286 }], | 2287 }], |
2287 ['want_separate_host_toolset==1', { | 2288 ['want_separate_host_toolset==1', { |
2288 'toolsets': ['host'], | 2289 'toolsets': ['host'], |
2289 }, { | 2290 }, { |
2290 'toolsets': ['target'], | 2291 'toolsets': ['target'], |
2291 }], | 2292 }], |
2292 ], | 2293 ], |
2293 }, | 2294 }, |
2294 ], | 2295 ], |
2295 } | 2296 } |
OLD | NEW |