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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 'profiler/circular-queue-inl.h', | 997 'profiler/circular-queue-inl.h', |
998 'profiler/circular-queue.h', | 998 'profiler/circular-queue.h', |
999 'profiler/cpu-profiler-inl.h', | 999 'profiler/cpu-profiler-inl.h', |
1000 'profiler/cpu-profiler.cc', | 1000 'profiler/cpu-profiler.cc', |
1001 'profiler/cpu-profiler.h', | 1001 'profiler/cpu-profiler.h', |
1002 'profiler/heap-profiler.cc', | 1002 'profiler/heap-profiler.cc', |
1003 'profiler/heap-profiler.h', | 1003 'profiler/heap-profiler.h', |
1004 'profiler/heap-snapshot-generator-inl.h', | 1004 'profiler/heap-snapshot-generator-inl.h', |
1005 'profiler/heap-snapshot-generator.cc', | 1005 'profiler/heap-snapshot-generator.cc', |
1006 'profiler/heap-snapshot-generator.h', | 1006 'profiler/heap-snapshot-generator.h', |
| 1007 'profiler/profiler-listener.cc', |
| 1008 'profiler/profiler-listener.h', |
1007 'profiler/profile-generator-inl.h', | 1009 'profiler/profile-generator-inl.h', |
1008 'profiler/profile-generator.cc', | 1010 'profiler/profile-generator.cc', |
1009 'profiler/profile-generator.h', | 1011 'profiler/profile-generator.h', |
1010 'profiler/sampling-heap-profiler.cc', | 1012 'profiler/sampling-heap-profiler.cc', |
1011 'profiler/sampling-heap-profiler.h', | 1013 'profiler/sampling-heap-profiler.h', |
1012 'profiler/strings-storage.cc', | 1014 'profiler/strings-storage.cc', |
1013 'profiler/strings-storage.h', | 1015 'profiler/strings-storage.h', |
1014 'profiler/tick-sample.cc', | 1016 'profiler/tick-sample.cc', |
1015 'profiler/tick-sample.h', | 1017 'profiler/tick-sample.h', |
1016 'profiler/unbound-queue-inl.h', | 1018 'profiler/unbound-queue-inl.h', |
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2283 }], | 2285 }], |
2284 ['want_separate_host_toolset==1', { | 2286 ['want_separate_host_toolset==1', { |
2285 'toolsets': ['host'], | 2287 'toolsets': ['host'], |
2286 }, { | 2288 }, { |
2287 'toolsets': ['target'], | 2289 'toolsets': ['target'], |
2288 }], | 2290 }], |
2289 ], | 2291 ], |
2290 }, | 2292 }, |
2291 ], | 2293 ], |
2292 } | 2294 } |
OLD | NEW |