| 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 '../../src/profiler/heap-snapshot-generator.h', | 888 '../../src/profiler/heap-snapshot-generator.h', |
| 889 '../../src/profiler/profile-generator-inl.h', | 889 '../../src/profiler/profile-generator-inl.h', |
| 890 '../../src/profiler/profile-generator.cc', | 890 '../../src/profiler/profile-generator.cc', |
| 891 '../../src/profiler/profile-generator.h', | 891 '../../src/profiler/profile-generator.h', |
| 892 '../../src/profiler/sampler.cc', | 892 '../../src/profiler/sampler.cc', |
| 893 '../../src/profiler/sampler.h', | 893 '../../src/profiler/sampler.h', |
| 894 '../../src/profiler/strings-storage.cc', | 894 '../../src/profiler/strings-storage.cc', |
| 895 '../../src/profiler/strings-storage.h', | 895 '../../src/profiler/strings-storage.h', |
| 896 '../../src/profiler/unbound-queue-inl.h', | 896 '../../src/profiler/unbound-queue-inl.h', |
| 897 '../../src/profiler/unbound-queue.h', | 897 '../../src/profiler/unbound-queue.h', |
| 898 '../../src/property-descriptor.cc', |
| 899 '../../src/property-descriptor.h', |
| 898 '../../src/property-details.h', | 900 '../../src/property-details.h', |
| 899 '../../src/property.cc', | 901 '../../src/property.cc', |
| 900 '../../src/property.h', | 902 '../../src/property.h', |
| 901 '../../src/prototype.h', | 903 '../../src/prototype.h', |
| 902 '../../src/regexp/bytecodes-irregexp.h', | 904 '../../src/regexp/bytecodes-irregexp.h', |
| 903 '../../src/regexp/interpreter-irregexp.cc', | 905 '../../src/regexp/interpreter-irregexp.cc', |
| 904 '../../src/regexp/interpreter-irregexp.h', | 906 '../../src/regexp/interpreter-irregexp.h', |
| 905 '../../src/regexp/jsregexp-inl.h', | 907 '../../src/regexp/jsregexp-inl.h', |
| 906 '../../src/regexp/jsregexp.cc', | 908 '../../src/regexp/jsregexp.cc', |
| 907 '../../src/regexp/jsregexp.h', | 909 '../../src/regexp/jsregexp.h', |
| (...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2089 }], | 2091 }], |
| 2090 ['want_separate_host_toolset==1', { | 2092 ['want_separate_host_toolset==1', { |
| 2091 'toolsets': ['host'], | 2093 'toolsets': ['host'], |
| 2092 }, { | 2094 }, { |
| 2093 'toolsets': ['target'], | 2095 'toolsets': ['target'], |
| 2094 }], | 2096 }], |
| 2095 ], | 2097 ], |
| 2096 }, | 2098 }, |
| 2097 ], | 2099 ], |
| 2098 } | 2100 } |
| OLD | NEW |