| 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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 '../../src/profiler/heap-profiler.cc', | 948 '../../src/profiler/heap-profiler.cc', |
| 949 '../../src/profiler/heap-profiler.h', | 949 '../../src/profiler/heap-profiler.h', |
| 950 '../../src/profiler/heap-snapshot-generator-inl.h', | 950 '../../src/profiler/heap-snapshot-generator-inl.h', |
| 951 '../../src/profiler/heap-snapshot-generator.cc', | 951 '../../src/profiler/heap-snapshot-generator.cc', |
| 952 '../../src/profiler/heap-snapshot-generator.h', | 952 '../../src/profiler/heap-snapshot-generator.h', |
| 953 '../../src/profiler/profile-generator-inl.h', | 953 '../../src/profiler/profile-generator-inl.h', |
| 954 '../../src/profiler/profile-generator.cc', | 954 '../../src/profiler/profile-generator.cc', |
| 955 '../../src/profiler/profile-generator.h', | 955 '../../src/profiler/profile-generator.h', |
| 956 '../../src/profiler/sampler.cc', | 956 '../../src/profiler/sampler.cc', |
| 957 '../../src/profiler/sampler.h', | 957 '../../src/profiler/sampler.h', |
| 958 '../../src/profiler/sampling-heap-profiler.cc', |
| 959 '../../src/profiler/sampling-heap-profiler.h', |
| 958 '../../src/profiler/strings-storage.cc', | 960 '../../src/profiler/strings-storage.cc', |
| 959 '../../src/profiler/strings-storage.h', | 961 '../../src/profiler/strings-storage.h', |
| 960 '../../src/profiler/unbound-queue-inl.h', | 962 '../../src/profiler/unbound-queue-inl.h', |
| 961 '../../src/profiler/unbound-queue.h', | 963 '../../src/profiler/unbound-queue.h', |
| 962 '../../src/property-descriptor.cc', | 964 '../../src/property-descriptor.cc', |
| 963 '../../src/property-descriptor.h', | 965 '../../src/property-descriptor.h', |
| 964 '../../src/property-details.h', | 966 '../../src/property-details.h', |
| 965 '../../src/property.cc', | 967 '../../src/property.cc', |
| 966 '../../src/property.h', | 968 '../../src/property.h', |
| 967 '../../src/prototype.h', | 969 '../../src/prototype.h', |
| (...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2129 }], | 2131 }], |
| 2130 ['want_separate_host_toolset==1', { | 2132 ['want_separate_host_toolset==1', { |
| 2131 'toolsets': ['host'], | 2133 'toolsets': ['host'], |
| 2132 }, { | 2134 }, { |
| 2133 'toolsets': ['target'], | 2135 'toolsets': ['target'], |
| 2134 }], | 2136 }], |
| 2135 ], | 2137 ], |
| 2136 }, | 2138 }, |
| 2137 ], | 2139 ], |
| 2138 } | 2140 } |
| OLD | NEW |