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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 'ic/stub-cache.h', | 1231 'ic/stub-cache.h', |
1232 'tracing/trace-event.cc', | 1232 'tracing/trace-event.cc', |
1233 'tracing/trace-event.h', | 1233 'tracing/trace-event.h', |
1234 'tracing/traced-value.cc', | 1234 'tracing/traced-value.cc', |
1235 'tracing/traced-value.h', | 1235 'tracing/traced-value.h', |
1236 'tracing/tracing-category-observer.cc', | 1236 'tracing/tracing-category-observer.cc', |
1237 'tracing/tracing-category-observer.h', | 1237 'tracing/tracing-category-observer.h', |
1238 'transitions-inl.h', | 1238 'transitions-inl.h', |
1239 'transitions.cc', | 1239 'transitions.cc', |
1240 'transitions.h', | 1240 'transitions.h', |
| 1241 'trap-handler/trap-handler.h', |
1241 'type-feedback-vector-inl.h', | 1242 'type-feedback-vector-inl.h', |
1242 'type-feedback-vector.cc', | 1243 'type-feedback-vector.cc', |
1243 'type-feedback-vector.h', | 1244 'type-feedback-vector.h', |
1244 'type-hints.cc', | 1245 'type-hints.cc', |
1245 'type-hints.h', | 1246 'type-hints.h', |
1246 'type-info.cc', | 1247 'type-info.cc', |
1247 'type-info.h', | 1248 'type-info.h', |
1248 'unicode-inl.h', | 1249 'unicode-inl.h', |
1249 'unicode.cc', | 1250 'unicode.cc', |
1250 'unicode.h', | 1251 'unicode.h', |
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2473 'conditions': [ | 2474 'conditions': [ |
2474 ['want_separate_host_toolset_mkpeephole==1', { | 2475 ['want_separate_host_toolset_mkpeephole==1', { |
2475 'toolsets': ['host'], | 2476 'toolsets': ['host'], |
2476 }, { | 2477 }, { |
2477 'toolsets': ['target'], | 2478 'toolsets': ['target'], |
2478 }], | 2479 }], |
2479 ], | 2480 ], |
2480 }, | 2481 }, |
2481 ], | 2482 ], |
2482 } | 2483 } |
OLD | NEW |