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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 'interface-descriptors.cc', | 975 'interface-descriptors.cc', |
976 'interface-descriptors.h', | 976 'interface-descriptors.h', |
977 'interpreter/bytecodes.cc', | 977 'interpreter/bytecodes.cc', |
978 'interpreter/bytecodes.h', | 978 'interpreter/bytecodes.h', |
979 'interpreter/bytecode-array-accessor.cc', | 979 'interpreter/bytecode-array-accessor.cc', |
980 'interpreter/bytecode-array-accessor.h', | 980 'interpreter/bytecode-array-accessor.h', |
981 'interpreter/bytecode-array-builder.cc', | 981 'interpreter/bytecode-array-builder.cc', |
982 'interpreter/bytecode-array-builder.h', | 982 'interpreter/bytecode-array-builder.h', |
983 'interpreter/bytecode-array-iterator.cc', | 983 'interpreter/bytecode-array-iterator.cc', |
984 'interpreter/bytecode-array-iterator.h', | 984 'interpreter/bytecode-array-iterator.h', |
985 'interpreter/bytecode-array-reverse-iterator.cc', | 985 'interpreter/bytecode-array-random-iterator.cc', |
986 'interpreter/bytecode-array-reverse-iterator.h', | 986 'interpreter/bytecode-array-random-iterator.h', |
987 'interpreter/bytecode-array-writer.cc', | 987 'interpreter/bytecode-array-writer.cc', |
988 'interpreter/bytecode-array-writer.h', | 988 'interpreter/bytecode-array-writer.h', |
989 'interpreter/bytecode-dead-code-optimizer.cc', | 989 'interpreter/bytecode-dead-code-optimizer.cc', |
990 'interpreter/bytecode-dead-code-optimizer.h', | 990 'interpreter/bytecode-dead-code-optimizer.h', |
991 'interpreter/bytecode-decoder.cc', | 991 'interpreter/bytecode-decoder.cc', |
992 'interpreter/bytecode-decoder.h', | 992 'interpreter/bytecode-decoder.h', |
993 'interpreter/bytecode-flags.cc', | 993 'interpreter/bytecode-flags.cc', |
994 'interpreter/bytecode-flags.h', | 994 'interpreter/bytecode-flags.h', |
995 'interpreter/bytecode-generator.cc', | 995 'interpreter/bytecode-generator.cc', |
996 'interpreter/bytecode-generator.h', | 996 'interpreter/bytecode-generator.h', |
(...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2471 'conditions': [ | 2471 'conditions': [ |
2472 ['want_separate_host_toolset_mkpeephole==1', { | 2472 ['want_separate_host_toolset_mkpeephole==1', { |
2473 'toolsets': ['host'], | 2473 'toolsets': ['host'], |
2474 }, { | 2474 }, { |
2475 'toolsets': ['target'], | 2475 'toolsets': ['target'], |
2476 }], | 2476 }], |
2477 ], | 2477 ], |
2478 }, | 2478 }, |
2479 ], | 2479 ], |
2480 } | 2480 } |
OLD | NEW |