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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 '../../src/simulator.h', | 1026 '../../src/simulator.h', |
1027 '../../src/small-pointer-list.h', | 1027 '../../src/small-pointer-list.h', |
1028 '../../src/snapshot/natives.h', | 1028 '../../src/snapshot/natives.h', |
1029 '../../src/snapshot/natives-common.cc', | 1029 '../../src/snapshot/natives-common.cc', |
1030 '../../src/snapshot/serialize.cc', | 1030 '../../src/snapshot/serialize.cc', |
1031 '../../src/snapshot/serialize.h', | 1031 '../../src/snapshot/serialize.h', |
1032 '../../src/snapshot/snapshot.h', | 1032 '../../src/snapshot/snapshot.h', |
1033 '../../src/snapshot/snapshot-common.cc', | 1033 '../../src/snapshot/snapshot-common.cc', |
1034 '../../src/snapshot/snapshot-source-sink.cc', | 1034 '../../src/snapshot/snapshot-source-sink.cc', |
1035 '../../src/snapshot/snapshot-source-sink.h', | 1035 '../../src/snapshot/snapshot-source-sink.h', |
| 1036 '../../src/source-position.h', |
1036 '../../src/splay-tree.h', | 1037 '../../src/splay-tree.h', |
1037 '../../src/splay-tree-inl.h', | 1038 '../../src/splay-tree-inl.h', |
1038 '../../src/startup-data-util.cc', | 1039 '../../src/startup-data-util.cc', |
1039 '../../src/startup-data-util.h', | 1040 '../../src/startup-data-util.h', |
1040 '../../src/string-builder.cc', | 1041 '../../src/string-builder.cc', |
1041 '../../src/string-builder.h', | 1042 '../../src/string-builder.h', |
1042 '../../src/string-search.h', | 1043 '../../src/string-search.h', |
1043 '../../src/string-stream.cc', | 1044 '../../src/string-stream.cc', |
1044 '../../src/string-stream.h', | 1045 '../../src/string-stream.h', |
1045 '../../src/strtod.cc', | 1046 '../../src/strtod.cc', |
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2126 }], | 2127 }], |
2127 ['want_separate_host_toolset==1', { | 2128 ['want_separate_host_toolset==1', { |
2128 'toolsets': ['host'], | 2129 'toolsets': ['host'], |
2129 }, { | 2130 }, { |
2130 'toolsets': ['target'], | 2131 'toolsets': ['target'], |
2131 }], | 2132 }], |
2132 ], | 2133 ], |
2133 }, | 2134 }, |
2134 ], | 2135 ], |
2135 } | 2136 } |
OLD | NEW |