| 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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 '../../src/interpreter/constant-array-builder.cc', | 872 '../../src/interpreter/constant-array-builder.cc', |
| 873 '../../src/interpreter/constant-array-builder.h', | 873 '../../src/interpreter/constant-array-builder.h', |
| 874 '../../src/interpreter/control-flow-builders.cc', | 874 '../../src/interpreter/control-flow-builders.cc', |
| 875 '../../src/interpreter/control-flow-builders.h', | 875 '../../src/interpreter/control-flow-builders.h', |
| 876 '../../src/interpreter/handler-table-builder.cc', | 876 '../../src/interpreter/handler-table-builder.cc', |
| 877 '../../src/interpreter/handler-table-builder.h', | 877 '../../src/interpreter/handler-table-builder.h', |
| 878 '../../src/interpreter/interpreter.cc', | 878 '../../src/interpreter/interpreter.cc', |
| 879 '../../src/interpreter/interpreter.h', | 879 '../../src/interpreter/interpreter.h', |
| 880 '../../src/interpreter/register-translator.cc', | 880 '../../src/interpreter/register-translator.cc', |
| 881 '../../src/interpreter/register-translator.h', | 881 '../../src/interpreter/register-translator.h', |
| 882 '../../src/interpreter/source-position-table.cc', |
| 883 '../../src/interpreter/source-position-table.h', |
| 882 '../../src/isolate-inl.h', | 884 '../../src/isolate-inl.h', |
| 883 '../../src/isolate.cc', | 885 '../../src/isolate.cc', |
| 884 '../../src/isolate.h', | 886 '../../src/isolate.h', |
| 885 '../../src/json-stringifier.h', | 887 '../../src/json-stringifier.h', |
| 886 '../../src/key-accumulator.h', | 888 '../../src/key-accumulator.h', |
| 887 '../../src/key-accumulator.cc', | 889 '../../src/key-accumulator.cc', |
| 888 '../../src/layout-descriptor-inl.h', | 890 '../../src/layout-descriptor-inl.h', |
| 889 '../../src/layout-descriptor.cc', | 891 '../../src/layout-descriptor.cc', |
| 890 '../../src/layout-descriptor.h', | 892 '../../src/layout-descriptor.h', |
| 891 '../../src/list-inl.h', | 893 '../../src/list-inl.h', |
| (...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2135 }], | 2137 }], |
| 2136 ['want_separate_host_toolset==1', { | 2138 ['want_separate_host_toolset==1', { |
| 2137 'toolsets': ['host'], | 2139 'toolsets': ['host'], |
| 2138 }, { | 2140 }, { |
| 2139 'toolsets': ['target'], | 2141 'toolsets': ['target'], |
| 2140 }], | 2142 }], |
| 2141 ], | 2143 ], |
| 2142 }, | 2144 }, |
| 2143 ], | 2145 ], |
| 2144 } | 2146 } |
| OLD | NEW |