| 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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 '../../src/runtime/runtime-generator.cc', | 904 '../../src/runtime/runtime-generator.cc', |
| 905 '../../src/runtime/runtime-i18n.cc', | 905 '../../src/runtime/runtime-i18n.cc', |
| 906 '../../src/runtime/runtime-internal.cc', | 906 '../../src/runtime/runtime-internal.cc', |
| 907 '../../src/runtime/runtime-json.cc', | 907 '../../src/runtime/runtime-json.cc', |
| 908 '../../src/runtime/runtime-literals.cc', | 908 '../../src/runtime/runtime-literals.cc', |
| 909 '../../src/runtime/runtime-liveedit.cc', | 909 '../../src/runtime/runtime-liveedit.cc', |
| 910 '../../src/runtime/runtime-maths.cc', | 910 '../../src/runtime/runtime-maths.cc', |
| 911 '../../src/runtime/runtime-numbers.cc', | 911 '../../src/runtime/runtime-numbers.cc', |
| 912 '../../src/runtime/runtime-object.cc', | 912 '../../src/runtime/runtime-object.cc', |
| 913 '../../src/runtime/runtime-observe.cc', | 913 '../../src/runtime/runtime-observe.cc', |
| 914 '../../src/runtime/runtime-operators.cc', |
| 914 '../../src/runtime/runtime-proxy.cc', | 915 '../../src/runtime/runtime-proxy.cc', |
| 915 '../../src/runtime/runtime-regexp.cc', | 916 '../../src/runtime/runtime-regexp.cc', |
| 916 '../../src/runtime/runtime-scopes.cc', | 917 '../../src/runtime/runtime-scopes.cc', |
| 917 '../../src/runtime/runtime-simd.cc', | 918 '../../src/runtime/runtime-simd.cc', |
| 918 '../../src/runtime/runtime-strings.cc', | 919 '../../src/runtime/runtime-strings.cc', |
| 919 '../../src/runtime/runtime-symbol.cc', | 920 '../../src/runtime/runtime-symbol.cc', |
| 920 '../../src/runtime/runtime-test.cc', | 921 '../../src/runtime/runtime-test.cc', |
| 921 '../../src/runtime/runtime-typedarray.cc', | 922 '../../src/runtime/runtime-typedarray.cc', |
| 922 '../../src/runtime/runtime-uri.cc', | 923 '../../src/runtime/runtime-uri.cc', |
| 923 '../../src/runtime/runtime-utils.h', | 924 '../../src/runtime/runtime-utils.h', |
| (...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2067 }], | 2068 }], |
| 2068 ['want_separate_host_toolset==1', { | 2069 ['want_separate_host_toolset==1', { |
| 2069 'toolsets': ['host'], | 2070 'toolsets': ['host'], |
| 2070 }, { | 2071 }, { |
| 2071 'toolsets': ['target'], | 2072 'toolsets': ['target'], |
| 2072 }], | 2073 }], |
| 2073 ], | 2074 ], |
| 2074 }, | 2075 }, |
| 2075 ], | 2076 ], |
| 2076 } | 2077 } |
| OLD | NEW |