| 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 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1224 'uri.cc', | 1224 'uri.cc', |
| 1225 'uri.h', | 1225 'uri.h', |
| 1226 'utils-inl.h', | 1226 'utils-inl.h', |
| 1227 'utils.cc', | 1227 'utils.cc', |
| 1228 'utils.h', | 1228 'utils.h', |
| 1229 'v8.cc', | 1229 'v8.cc', |
| 1230 'v8.h', | 1230 'v8.h', |
| 1231 'v8memory.h', | 1231 'v8memory.h', |
| 1232 'v8threads.cc', | 1232 'v8threads.cc', |
| 1233 'v8threads.h', | 1233 'v8threads.h', |
| 1234 'value-serializer.cc', |
| 1235 'value-serializer.h', |
| 1234 'vector.h', | 1236 'vector.h', |
| 1235 'version.cc', | 1237 'version.cc', |
| 1236 'version.h', | 1238 'version.h', |
| 1237 'vm-state-inl.h', | 1239 'vm-state-inl.h', |
| 1238 'vm-state.h', | 1240 'vm-state.h', |
| 1239 'wasm/ast-decoder.cc', | 1241 'wasm/ast-decoder.cc', |
| 1240 'wasm/ast-decoder.h', | 1242 'wasm/ast-decoder.h', |
| 1241 'wasm/decoder.h', | 1243 'wasm/decoder.h', |
| 1242 'wasm/encoder.cc', | 1244 'wasm/encoder.cc', |
| 1243 'wasm/encoder.h', | 1245 'wasm/encoder.h', |
| (...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2391 'conditions': [ | 2393 'conditions': [ |
| 2392 ['want_separate_host_toolset_mkpeephole==1', { | 2394 ['want_separate_host_toolset_mkpeephole==1', { |
| 2393 'toolsets': ['host'], | 2395 'toolsets': ['host'], |
| 2394 }, { | 2396 }, { |
| 2395 'toolsets': ['target'], | 2397 'toolsets': ['target'], |
| 2396 }], | 2398 }], |
| 2397 ], | 2399 ], |
| 2398 }, | 2400 }, |
| 2399 ], | 2401 ], |
| 2400 } | 2402 } |
| OLD | NEW |