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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'profiler/heap-snapshot-generator-inl.h', | 1008 'profiler/heap-snapshot-generator-inl.h', |
1009 'profiler/heap-snapshot-generator.cc', | 1009 'profiler/heap-snapshot-generator.cc', |
1010 'profiler/heap-snapshot-generator.h', | 1010 'profiler/heap-snapshot-generator.h', |
1011 'profiler/profiler-listener.cc', | 1011 'profiler/profiler-listener.cc', |
1012 'profiler/profiler-listener.h', | 1012 'profiler/profiler-listener.h', |
1013 'profiler/profile-generator-inl.h', | 1013 'profiler/profile-generator-inl.h', |
1014 'profiler/profile-generator.cc', | 1014 'profiler/profile-generator.cc', |
1015 'profiler/profile-generator.h', | 1015 'profiler/profile-generator.h', |
1016 'profiler/sampling-heap-profiler.cc', | 1016 'profiler/sampling-heap-profiler.cc', |
1017 'profiler/sampling-heap-profiler.h', | 1017 'profiler/sampling-heap-profiler.h', |
| 1018 'profiler/simulator-helper.cc', |
| 1019 'profiler/simulator-helper.h', |
1018 'profiler/strings-storage.cc', | 1020 'profiler/strings-storage.cc', |
1019 'profiler/strings-storage.h', | 1021 'profiler/strings-storage.h', |
1020 'profiler/tick-sample.cc', | |
1021 'profiler/tick-sample.h', | |
1022 'profiler/unbound-queue-inl.h', | 1022 'profiler/unbound-queue-inl.h', |
1023 'profiler/unbound-queue.h', | 1023 'profiler/unbound-queue.h', |
1024 'property-descriptor.cc', | 1024 'property-descriptor.cc', |
1025 'property-descriptor.h', | 1025 'property-descriptor.h', |
1026 'property-details.h', | 1026 'property-details.h', |
1027 'property.cc', | 1027 'property.cc', |
1028 'property.h', | 1028 'property.h', |
1029 'prototype.h', | 1029 'prototype.h', |
1030 'regexp/bytecodes-irregexp.h', | 1030 'regexp/bytecodes-irregexp.h', |
1031 'regexp/interpreter-irregexp.cc', | 1031 'regexp/interpreter-irregexp.cc', |
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2289 }], | 2289 }], |
2290 ['want_separate_host_toolset==1', { | 2290 ['want_separate_host_toolset==1', { |
2291 'toolsets': ['host'], | 2291 'toolsets': ['host'], |
2292 }, { | 2292 }, { |
2293 'toolsets': ['target'], | 2293 'toolsets': ['target'], |
2294 }], | 2294 }], |
2295 ], | 2295 ], |
2296 }, | 2296 }, |
2297 ], | 2297 ], |
2298 } | 2298 } |
OLD | NEW |