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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 '../../src/runtime/runtime-collections.cc', | 915 '../../src/runtime/runtime-collections.cc', |
916 '../../src/runtime/runtime-compiler.cc', | 916 '../../src/runtime/runtime-compiler.cc', |
917 '../../src/runtime/runtime-date.cc', | 917 '../../src/runtime/runtime-date.cc', |
918 '../../src/runtime/runtime-debug.cc', | 918 '../../src/runtime/runtime-debug.cc', |
919 '../../src/runtime/runtime-forin.cc', | 919 '../../src/runtime/runtime-forin.cc', |
920 '../../src/runtime/runtime-function.cc', | 920 '../../src/runtime/runtime-function.cc', |
921 '../../src/runtime/runtime-futex.cc', | 921 '../../src/runtime/runtime-futex.cc', |
922 '../../src/runtime/runtime-generator.cc', | 922 '../../src/runtime/runtime-generator.cc', |
923 '../../src/runtime/runtime-i18n.cc', | 923 '../../src/runtime/runtime-i18n.cc', |
924 '../../src/runtime/runtime-internal.cc', | 924 '../../src/runtime/runtime-internal.cc', |
| 925 '../../src/runtime/runtime-interpreter.cc', |
925 '../../src/runtime/runtime-json.cc', | 926 '../../src/runtime/runtime-json.cc', |
926 '../../src/runtime/runtime-literals.cc', | 927 '../../src/runtime/runtime-literals.cc', |
927 '../../src/runtime/runtime-liveedit.cc', | 928 '../../src/runtime/runtime-liveedit.cc', |
928 '../../src/runtime/runtime-maths.cc', | 929 '../../src/runtime/runtime-maths.cc', |
929 '../../src/runtime/runtime-numbers.cc', | 930 '../../src/runtime/runtime-numbers.cc', |
930 '../../src/runtime/runtime-object.cc', | 931 '../../src/runtime/runtime-object.cc', |
931 '../../src/runtime/runtime-observe.cc', | 932 '../../src/runtime/runtime-observe.cc', |
932 '../../src/runtime/runtime-operators.cc', | 933 '../../src/runtime/runtime-operators.cc', |
933 '../../src/runtime/runtime-proxy.cc', | 934 '../../src/runtime/runtime-proxy.cc', |
934 '../../src/runtime/runtime-regexp.cc', | 935 '../../src/runtime/runtime-regexp.cc', |
(...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2085 }], | 2086 }], |
2086 ['want_separate_host_toolset==1', { | 2087 ['want_separate_host_toolset==1', { |
2087 'toolsets': ['host'], | 2088 'toolsets': ['host'], |
2088 }, { | 2089 }, { |
2089 'toolsets': ['target'], | 2090 'toolsets': ['target'], |
2090 }], | 2091 }], |
2091 ], | 2092 ], |
2092 }, | 2093 }, |
2093 ], | 2094 ], |
2094 } | 2095 } |
OLD | NEW |