| 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 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1229 'ic/stub-cache.h', | 1229 'ic/stub-cache.h', |
| 1230 'tracing/trace-event.cc', | 1230 'tracing/trace-event.cc', |
| 1231 'tracing/trace-event.h', | 1231 'tracing/trace-event.h', |
| 1232 'tracing/traced-value.cc', | 1232 'tracing/traced-value.cc', |
| 1233 'tracing/traced-value.h', | 1233 'tracing/traced-value.h', |
| 1234 'tracing/tracing-category-observer.cc', | 1234 'tracing/tracing-category-observer.cc', |
| 1235 'tracing/tracing-category-observer.h', | 1235 'tracing/tracing-category-observer.h', |
| 1236 'transitions-inl.h', | 1236 'transitions-inl.h', |
| 1237 'transitions.cc', | 1237 'transitions.cc', |
| 1238 'transitions.h', | 1238 'transitions.h', |
| 1239 'trap-handler/trap-handler.h', |
| 1239 'type-feedback-vector-inl.h', | 1240 'type-feedback-vector-inl.h', |
| 1240 'type-feedback-vector.cc', | 1241 'type-feedback-vector.cc', |
| 1241 'type-feedback-vector.h', | 1242 'type-feedback-vector.h', |
| 1242 'type-hints.cc', | 1243 'type-hints.cc', |
| 1243 'type-hints.h', | 1244 'type-hints.h', |
| 1244 'type-info.cc', | 1245 'type-info.cc', |
| 1245 'type-info.h', | 1246 'type-info.h', |
| 1246 'unicode-inl.h', | 1247 'unicode-inl.h', |
| 1247 'unicode.cc', | 1248 'unicode.cc', |
| 1248 'unicode.h', | 1249 'unicode.h', |
| (...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2487 'conditions': [ | 2488 'conditions': [ |
| 2488 ['want_separate_host_toolset_mkpeephole==1', { | 2489 ['want_separate_host_toolset_mkpeephole==1', { |
| 2489 'toolsets': ['host'], | 2490 'toolsets': ['host'], |
| 2490 }, { | 2491 }, { |
| 2491 'toolsets': ['target'], | 2492 'toolsets': ['target'], |
| 2492 }], | 2493 }], |
| 2493 ], | 2494 ], |
| 2494 }, | 2495 }, |
| 2495 ], | 2496 ], |
| 2496 } | 2497 } |
| OLD | NEW |