| 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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 'interpreter/bytecode-array-writer.cc', | 978 'interpreter/bytecode-array-writer.cc', |
| 979 'interpreter/bytecode-array-writer.h', | 979 'interpreter/bytecode-array-writer.h', |
| 980 'interpreter/bytecode-dead-code-optimizer.cc', | 980 'interpreter/bytecode-dead-code-optimizer.cc', |
| 981 'interpreter/bytecode-dead-code-optimizer.h', | 981 'interpreter/bytecode-dead-code-optimizer.h', |
| 982 'interpreter/bytecode-decoder.cc', | 982 'interpreter/bytecode-decoder.cc', |
| 983 'interpreter/bytecode-decoder.h', | 983 'interpreter/bytecode-decoder.h', |
| 984 'interpreter/bytecode-flags.cc', | 984 'interpreter/bytecode-flags.cc', |
| 985 'interpreter/bytecode-flags.h', | 985 'interpreter/bytecode-flags.h', |
| 986 'interpreter/bytecode-generator.cc', | 986 'interpreter/bytecode-generator.cc', |
| 987 'interpreter/bytecode-generator.h', | 987 'interpreter/bytecode-generator.h', |
| 988 'interpreter/bytecode-label.cc', |
| 988 'interpreter/bytecode-label.h', | 989 'interpreter/bytecode-label.h', |
| 989 'interpreter/bytecode-peephole-optimizer.cc', | 990 'interpreter/bytecode-peephole-optimizer.cc', |
| 990 'interpreter/bytecode-peephole-optimizer.h', | 991 'interpreter/bytecode-peephole-optimizer.h', |
| 991 'interpreter/bytecode-peephole-table.h', | 992 'interpreter/bytecode-peephole-table.h', |
| 992 'interpreter/bytecode-pipeline.cc', | 993 'interpreter/bytecode-pipeline.cc', |
| 993 'interpreter/bytecode-pipeline.h', | 994 'interpreter/bytecode-pipeline.h', |
| 994 'interpreter/bytecode-register.cc', | 995 'interpreter/bytecode-register.cc', |
| 995 'interpreter/bytecode-register.h', | 996 'interpreter/bytecode-register.h', |
| 996 'interpreter/bytecode-register-allocator.cc', | 997 'interpreter/bytecode-register-allocator.cc', |
| 997 'interpreter/bytecode-register-allocator.h', | 998 'interpreter/bytecode-register-allocator.h', |
| (...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2391 'conditions': [ | 2392 'conditions': [ |
| 2392 ['want_separate_host_toolset_mkpeephole==1', { | 2393 ['want_separate_host_toolset_mkpeephole==1', { |
| 2393 'toolsets': ['host'], | 2394 'toolsets': ['host'], |
| 2394 }, { | 2395 }, { |
| 2395 'toolsets': ['target'], | 2396 'toolsets': ['target'], |
| 2396 }], | 2397 }], |
| 2397 ], | 2398 ], |
| 2398 }, | 2399 }, |
| 2399 ], | 2400 ], |
| 2400 } | 2401 } |
| OLD | NEW |