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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1174 'runtime/runtime-operators.cc', | 1174 'runtime/runtime-operators.cc', |
1175 'runtime/runtime-promise.cc', | 1175 'runtime/runtime-promise.cc', |
1176 'runtime/runtime-proxy.cc', | 1176 'runtime/runtime-proxy.cc', |
1177 'runtime/runtime-regexp.cc', | 1177 'runtime/runtime-regexp.cc', |
1178 'runtime/runtime-scopes.cc', | 1178 'runtime/runtime-scopes.cc', |
1179 'runtime/runtime-simd.cc', | 1179 'runtime/runtime-simd.cc', |
1180 'runtime/runtime-strings.cc', | 1180 'runtime/runtime-strings.cc', |
1181 'runtime/runtime-symbol.cc', | 1181 'runtime/runtime-symbol.cc', |
1182 'runtime/runtime-test.cc', | 1182 'runtime/runtime-test.cc', |
1183 'runtime/runtime-typedarray.cc', | 1183 'runtime/runtime-typedarray.cc', |
| 1184 'runtime/runtime-utils.cc', |
1184 'runtime/runtime-utils.h', | 1185 'runtime/runtime-utils.h', |
1185 'runtime/runtime-wasm.cc', | 1186 'runtime/runtime-wasm.cc', |
1186 'runtime/runtime.cc', | 1187 'runtime/runtime.cc', |
1187 'runtime/runtime.h', | 1188 'runtime/runtime.h', |
1188 'safepoint-table.cc', | 1189 'safepoint-table.cc', |
1189 'safepoint-table.h', | 1190 'safepoint-table.h', |
1190 'signature.h', | 1191 'signature.h', |
1191 'simulator.h', | 1192 'simulator.h', |
1192 'small-pointer-list.h', | 1193 'small-pointer-list.h', |
1193 'snapshot/code-serializer.cc', | 1194 'snapshot/code-serializer.cc', |
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2469 'conditions': [ | 2470 'conditions': [ |
2470 ['want_separate_host_toolset_mkpeephole==1', { | 2471 ['want_separate_host_toolset_mkpeephole==1', { |
2471 'toolsets': ['host'], | 2472 'toolsets': ['host'], |
2472 }, { | 2473 }, { |
2473 'toolsets': ['target'], | 2474 'toolsets': ['target'], |
2474 }], | 2475 }], |
2475 ], | 2476 ], |
2476 }, | 2477 }, |
2477 ], | 2478 ], |
2478 } | 2479 } |
OLD | NEW |