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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 'runtime/runtime-i18n.cc', | 1151 'runtime/runtime-i18n.cc', |
1152 'runtime/runtime-internal.cc', | 1152 'runtime/runtime-internal.cc', |
1153 'runtime/runtime-interpreter.cc', | 1153 'runtime/runtime-interpreter.cc', |
1154 'runtime/runtime-literals.cc', | 1154 'runtime/runtime-literals.cc', |
1155 'runtime/runtime-liveedit.cc', | 1155 'runtime/runtime-liveedit.cc', |
1156 'runtime/runtime-maths.cc', | 1156 'runtime/runtime-maths.cc', |
1157 'runtime/runtime-module.cc', | 1157 'runtime/runtime-module.cc', |
1158 'runtime/runtime-numbers.cc', | 1158 'runtime/runtime-numbers.cc', |
1159 'runtime/runtime-object.cc', | 1159 'runtime/runtime-object.cc', |
1160 'runtime/runtime-operators.cc', | 1160 'runtime/runtime-operators.cc', |
| 1161 'runtime/runtime-promise.cc', |
1161 'runtime/runtime-proxy.cc', | 1162 'runtime/runtime-proxy.cc', |
1162 'runtime/runtime-regexp.cc', | 1163 'runtime/runtime-regexp.cc', |
1163 'runtime/runtime-scopes.cc', | 1164 'runtime/runtime-scopes.cc', |
1164 'runtime/runtime-simd.cc', | 1165 'runtime/runtime-simd.cc', |
1165 'runtime/runtime-strings.cc', | 1166 'runtime/runtime-strings.cc', |
1166 'runtime/runtime-symbol.cc', | 1167 'runtime/runtime-symbol.cc', |
1167 'runtime/runtime-test.cc', | 1168 'runtime/runtime-test.cc', |
1168 'runtime/runtime-typedarray.cc', | 1169 'runtime/runtime-typedarray.cc', |
1169 'runtime/runtime-utils.h', | 1170 'runtime/runtime-utils.h', |
1170 'runtime/runtime-wasm.cc', | 1171 'runtime/runtime-wasm.cc', |
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2466 'conditions': [ | 2467 'conditions': [ |
2467 ['want_separate_host_toolset_mkpeephole==1', { | 2468 ['want_separate_host_toolset_mkpeephole==1', { |
2468 'toolsets': ['host'], | 2469 'toolsets': ['host'], |
2469 }, { | 2470 }, { |
2470 'toolsets': ['target'], | 2471 'toolsets': ['target'], |
2471 }], | 2472 }], |
2472 ], | 2473 ], |
2473 }, | 2474 }, |
2474 ], | 2475 ], |
2475 } | 2476 } |
OLD | NEW |