| 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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1211 'source-position-table.cc', | 1211 'source-position-table.cc', |
| 1212 'source-position-table.h', | 1212 'source-position-table.h', |
| 1213 'source-position.cc', | 1213 'source-position.cc', |
| 1214 'source-position.h', | 1214 'source-position.h', |
| 1215 'splay-tree.h', | 1215 'splay-tree.h', |
| 1216 'splay-tree-inl.h', | 1216 'splay-tree-inl.h', |
| 1217 'startup-data-util.cc', | 1217 'startup-data-util.cc', |
| 1218 'startup-data-util.h', | 1218 'startup-data-util.h', |
| 1219 'string-builder.cc', | 1219 'string-builder.cc', |
| 1220 'string-builder.h', | 1220 'string-builder.h', |
| 1221 'string-case.cc', |
| 1222 'string-case.h', |
| 1221 'string-search.h', | 1223 'string-search.h', |
| 1222 'string-stream.cc', | 1224 'string-stream.cc', |
| 1223 'string-stream.h', | 1225 'string-stream.h', |
| 1224 'strtod.cc', | 1226 'strtod.cc', |
| 1225 'strtod.h', | 1227 'strtod.h', |
| 1226 'ic/stub-cache.cc', | 1228 'ic/stub-cache.cc', |
| 1227 'ic/stub-cache.h', | 1229 'ic/stub-cache.h', |
| 1228 'tracing/trace-event.cc', | 1230 'tracing/trace-event.cc', |
| 1229 'tracing/trace-event.h', | 1231 'tracing/trace-event.h', |
| 1230 'tracing/traced-value.cc', | 1232 'tracing/traced-value.cc', |
| (...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 'conditions': [ | 2471 'conditions': [ |
| 2470 ['want_separate_host_toolset_mkpeephole==1', { | 2472 ['want_separate_host_toolset_mkpeephole==1', { |
| 2471 'toolsets': ['host'], | 2473 'toolsets': ['host'], |
| 2472 }, { | 2474 }, { |
| 2473 'toolsets': ['target'], | 2475 'toolsets': ['target'], |
| 2474 }], | 2476 }], |
| 2475 ], | 2477 ], |
| 2476 }, | 2478 }, |
| 2477 ], | 2479 ], |
| 2478 } | 2480 } |
| OLD | NEW |