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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 '../../src/v8memory.h', | 992 '../../src/v8memory.h', |
993 '../../src/v8threads.cc', | 993 '../../src/v8threads.cc', |
994 '../../src/v8threads.h', | 994 '../../src/v8threads.h', |
995 '../../src/variables.cc', | 995 '../../src/variables.cc', |
996 '../../src/variables.h', | 996 '../../src/variables.h', |
997 '../../src/vector.h', | 997 '../../src/vector.h', |
998 '../../src/version.cc', | 998 '../../src/version.cc', |
999 '../../src/version.h', | 999 '../../src/version.h', |
1000 '../../src/vm-state-inl.h', | 1000 '../../src/vm-state-inl.h', |
1001 '../../src/vm-state.h', | 1001 '../../src/vm-state.h', |
| 1002 '../../src/zone-type-cache.h', |
1002 '../../src/zone.cc', | 1003 '../../src/zone.cc', |
1003 '../../src/zone.h', | 1004 '../../src/zone.h', |
1004 '../../src/zone-allocator.h', | 1005 '../../src/zone-allocator.h', |
1005 '../../src/zone-containers.h', | 1006 '../../src/zone-containers.h', |
1006 '../../src/third_party/fdlibm/fdlibm.cc', | 1007 '../../src/third_party/fdlibm/fdlibm.cc', |
1007 '../../src/third_party/fdlibm/fdlibm.h', | 1008 '../../src/third_party/fdlibm/fdlibm.h', |
1008 ], | 1009 ], |
1009 'conditions': [ | 1010 'conditions': [ |
1010 ['want_separate_host_toolset==1', { | 1011 ['want_separate_host_toolset==1', { |
1011 'toolsets': ['host', 'target'], | 1012 'toolsets': ['host', 'target'], |
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2022 }], | 2023 }], |
2023 ['want_separate_host_toolset==1', { | 2024 ['want_separate_host_toolset==1', { |
2024 'toolsets': ['host'], | 2025 'toolsets': ['host'], |
2025 }, { | 2026 }, { |
2026 'toolsets': ['target'], | 2027 'toolsets': ['target'], |
2027 }], | 2028 }], |
2028 ], | 2029 ], |
2029 }, | 2030 }, |
2030 ], | 2031 ], |
2031 } | 2032 } |
OLD | NEW |