| 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 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 '../../src/smart-pointers.h', | 903 '../../src/smart-pointers.h', |
| 904 '../../src/snapshot/natives.h', | 904 '../../src/snapshot/natives.h', |
| 905 '../../src/snapshot/serialize.cc', | 905 '../../src/snapshot/serialize.cc', |
| 906 '../../src/snapshot/serialize.h', | 906 '../../src/snapshot/serialize.h', |
| 907 '../../src/snapshot/snapshot.h', | 907 '../../src/snapshot/snapshot.h', |
| 908 '../../src/snapshot/snapshot-common.cc', | 908 '../../src/snapshot/snapshot-common.cc', |
| 909 '../../src/snapshot/snapshot-source-sink.cc', | 909 '../../src/snapshot/snapshot-source-sink.cc', |
| 910 '../../src/snapshot/snapshot-source-sink.h', | 910 '../../src/snapshot/snapshot-source-sink.h', |
| 911 '../../src/splay-tree.h', | 911 '../../src/splay-tree.h', |
| 912 '../../src/splay-tree-inl.h', | 912 '../../src/splay-tree-inl.h', |
| 913 '../../src/startup-data-util.cc', |
| 914 '../../src/startup-data-util.h', |
| 913 '../../src/string-builder.cc', | 915 '../../src/string-builder.cc', |
| 914 '../../src/string-builder.h', | 916 '../../src/string-builder.h', |
| 915 '../../src/string-search.cc', | 917 '../../src/string-search.cc', |
| 916 '../../src/string-search.h', | 918 '../../src/string-search.h', |
| 917 '../../src/string-stream.cc', | 919 '../../src/string-stream.cc', |
| 918 '../../src/string-stream.h', | 920 '../../src/string-stream.h', |
| 919 '../../src/strings-storage.cc', | 921 '../../src/strings-storage.cc', |
| 920 '../../src/strings-storage.h', | 922 '../../src/strings-storage.h', |
| 921 '../../src/strtod.cc', | 923 '../../src/strtod.cc', |
| 922 '../../src/strtod.h', | 924 '../../src/strtod.h', |
| (...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 }], | 1927 }], |
| 1926 ['want_separate_host_toolset==1', { | 1928 ['want_separate_host_toolset==1', { |
| 1927 'toolsets': ['host'], | 1929 'toolsets': ['host'], |
| 1928 }, { | 1930 }, { |
| 1929 'toolsets': ['target'], | 1931 'toolsets': ['target'], |
| 1930 }], | 1932 }], |
| 1931 ], | 1933 ], |
| 1932 }, | 1934 }, |
| 1933 ], | 1935 ], |
| 1934 } | 1936 } |
| OLD | NEW |