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