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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 '../../src/scanner.cc', | 922 '../../src/scanner.cc', |
923 '../../src/scanner.h', | 923 '../../src/scanner.h', |
924 '../../src/scopeinfo.cc', | 924 '../../src/scopeinfo.cc', |
925 '../../src/scopeinfo.h', | 925 '../../src/scopeinfo.h', |
926 '../../src/scopes.cc', | 926 '../../src/scopes.cc', |
927 '../../src/scopes.h', | 927 '../../src/scopes.h', |
928 '../../src/signature.h', | 928 '../../src/signature.h', |
929 '../../src/simulator.h', | 929 '../../src/simulator.h', |
930 '../../src/small-pointer-list.h', | 930 '../../src/small-pointer-list.h', |
931 '../../src/snapshot/natives.h', | 931 '../../src/snapshot/natives.h', |
| 932 '../../src/snapshot/natives-common.cc', |
932 '../../src/snapshot/serialize.cc', | 933 '../../src/snapshot/serialize.cc', |
933 '../../src/snapshot/serialize.h', | 934 '../../src/snapshot/serialize.h', |
934 '../../src/snapshot/snapshot.h', | 935 '../../src/snapshot/snapshot.h', |
935 '../../src/snapshot/snapshot-common.cc', | 936 '../../src/snapshot/snapshot-common.cc', |
936 '../../src/snapshot/snapshot-source-sink.cc', | 937 '../../src/snapshot/snapshot-source-sink.cc', |
937 '../../src/snapshot/snapshot-source-sink.h', | 938 '../../src/snapshot/snapshot-source-sink.h', |
938 '../../src/splay-tree.h', | 939 '../../src/splay-tree.h', |
939 '../../src/splay-tree-inl.h', | 940 '../../src/splay-tree-inl.h', |
940 '../../src/startup-data-util.cc', | 941 '../../src/startup-data-util.cc', |
941 '../../src/startup-data-util.h', | 942 '../../src/startup-data-util.h', |
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1981 }], | 1982 }], |
1982 ['want_separate_host_toolset==1', { | 1983 ['want_separate_host_toolset==1', { |
1983 'toolsets': ['host'], | 1984 'toolsets': ['host'], |
1984 }, { | 1985 }, { |
1985 'toolsets': ['target'], | 1986 'toolsets': ['target'], |
1986 }], | 1987 }], |
1987 ], | 1988 ], |
1988 }, | 1989 }, |
1989 ], | 1990 ], |
1990 } | 1991 } |
OLD | NEW |