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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 '../../src/interpreter/interpreter-assembler.h', | 950 '../../src/interpreter/interpreter-assembler.h', |
951 '../../src/interpreter/register-translator.cc', | 951 '../../src/interpreter/register-translator.cc', |
952 '../../src/interpreter/register-translator.h', | 952 '../../src/interpreter/register-translator.h', |
953 '../../src/interpreter/source-position-table.cc', | 953 '../../src/interpreter/source-position-table.cc', |
954 '../../src/interpreter/source-position-table.h', | 954 '../../src/interpreter/source-position-table.h', |
955 '../../src/isolate-inl.h', | 955 '../../src/isolate-inl.h', |
956 '../../src/isolate.cc', | 956 '../../src/isolate.cc', |
957 '../../src/isolate.h', | 957 '../../src/isolate.h', |
958 '../../src/json-parser.h', | 958 '../../src/json-parser.h', |
959 '../../src/json-stringifier.h', | 959 '../../src/json-stringifier.h', |
960 '../../src/key-accumulator.h', | 960 '../../src/keys.h', |
961 '../../src/key-accumulator.cc', | 961 '../../src/keys.cc', |
962 '../../src/layout-descriptor-inl.h', | 962 '../../src/layout-descriptor-inl.h', |
963 '../../src/layout-descriptor.cc', | 963 '../../src/layout-descriptor.cc', |
964 '../../src/layout-descriptor.h', | 964 '../../src/layout-descriptor.h', |
965 '../../src/list-inl.h', | 965 '../../src/list-inl.h', |
966 '../../src/list.h', | 966 '../../src/list.h', |
967 '../../src/locked-queue-inl.h', | 967 '../../src/locked-queue-inl.h', |
968 '../../src/locked-queue.h', | 968 '../../src/locked-queue.h', |
969 '../../src/log-inl.h', | 969 '../../src/log-inl.h', |
970 '../../src/log-utils.cc', | 970 '../../src/log-utils.cc', |
971 '../../src/log-utils.h', | 971 '../../src/log-utils.h', |
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2252 }], | 2252 }], |
2253 ['want_separate_host_toolset==1', { | 2253 ['want_separate_host_toolset==1', { |
2254 'toolsets': ['host'], | 2254 'toolsets': ['host'], |
2255 }, { | 2255 }, { |
2256 'toolsets': ['target'], | 2256 'toolsets': ['target'], |
2257 }], | 2257 }], |
2258 ], | 2258 ], |
2259 }, | 2259 }, |
2260 ], | 2260 ], |
2261 } | 2261 } |
OLD | NEW |