| 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 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1127 'runtime-profiler.h', | 1127 'runtime-profiler.h', |
| 1128 'runtime/runtime-array.cc', | 1128 'runtime/runtime-array.cc', |
| 1129 'runtime/runtime-atomics.cc', | 1129 'runtime/runtime-atomics.cc', |
| 1130 'runtime/runtime-classes.cc', | 1130 'runtime/runtime-classes.cc', |
| 1131 'runtime/runtime-collections.cc', | 1131 'runtime/runtime-collections.cc', |
| 1132 'runtime/runtime-compiler.cc', | 1132 'runtime/runtime-compiler.cc', |
| 1133 'runtime/runtime-date.cc', | 1133 'runtime/runtime-date.cc', |
| 1134 'runtime/runtime-debug.cc', | 1134 'runtime/runtime-debug.cc', |
| 1135 'runtime/runtime-forin.cc', | 1135 'runtime/runtime-forin.cc', |
| 1136 'runtime/runtime-function.cc', | 1136 'runtime/runtime-function.cc', |
| 1137 'runtime/runtime-error.cc', |
| 1137 'runtime/runtime-futex.cc', | 1138 'runtime/runtime-futex.cc', |
| 1138 'runtime/runtime-generator.cc', | 1139 'runtime/runtime-generator.cc', |
| 1139 'runtime/runtime-i18n.cc', | 1140 'runtime/runtime-i18n.cc', |
| 1140 'runtime/runtime-internal.cc', | 1141 'runtime/runtime-internal.cc', |
| 1141 'runtime/runtime-interpreter.cc', | 1142 'runtime/runtime-interpreter.cc', |
| 1142 'runtime/runtime-literals.cc', | 1143 'runtime/runtime-literals.cc', |
| 1143 'runtime/runtime-liveedit.cc', | 1144 'runtime/runtime-liveedit.cc', |
| 1144 'runtime/runtime-maths.cc', | 1145 'runtime/runtime-maths.cc', |
| 1145 'runtime/runtime-numbers.cc', | 1146 'runtime/runtime-numbers.cc', |
| 1146 'runtime/runtime-object.cc', | 1147 'runtime/runtime-object.cc', |
| (...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2385 'conditions': [ | 2386 'conditions': [ |
| 2386 ['want_separate_host_toolset_mkpeephole==1', { | 2387 ['want_separate_host_toolset_mkpeephole==1', { |
| 2387 'toolsets': ['host'], | 2388 'toolsets': ['host'], |
| 2388 }, { | 2389 }, { |
| 2389 'toolsets': ['target'], | 2390 'toolsets': ['target'], |
| 2390 }], | 2391 }], |
| 2391 ], | 2392 ], |
| 2392 }, | 2393 }, |
| 2393 ], | 2394 ], |
| 2394 } | 2395 } |
| OLD | NEW |