| 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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 'msan.h', | 1042 'msan.h', |
| 1043 'objects-body-descriptors-inl.h', | 1043 'objects-body-descriptors-inl.h', |
| 1044 'objects-body-descriptors.h', | 1044 'objects-body-descriptors.h', |
| 1045 'objects-debug.cc', | 1045 'objects-debug.cc', |
| 1046 'objects-inl.h', | 1046 'objects-inl.h', |
| 1047 'objects-printer.cc', | 1047 'objects-printer.cc', |
| 1048 'objects.cc', | 1048 'objects.cc', |
| 1049 'objects.h', | 1049 'objects.h', |
| 1050 'ostreams.cc', | 1050 'ostreams.cc', |
| 1051 'ostreams.h', | 1051 'ostreams.h', |
| 1052 'parsing/duplicate-finder.cc', |
| 1053 'parsing/duplicate-finder.h', |
| 1052 'parsing/expression-classifier.h', | 1054 'parsing/expression-classifier.h', |
| 1053 'parsing/func-name-inferrer.cc', | 1055 'parsing/func-name-inferrer.cc', |
| 1054 'parsing/func-name-inferrer.h', | 1056 'parsing/func-name-inferrer.h', |
| 1055 'parsing/parameter-initializer-rewriter.cc', | 1057 'parsing/parameter-initializer-rewriter.cc', |
| 1056 'parsing/parameter-initializer-rewriter.h', | 1058 'parsing/parameter-initializer-rewriter.h', |
| 1057 'parsing/parse-info.cc', | 1059 'parsing/parse-info.cc', |
| 1058 'parsing/parse-info.h', | 1060 'parsing/parse-info.h', |
| 1059 'parsing/parser-base.h', | 1061 'parsing/parser-base.h', |
| 1060 'parsing/parser.cc', | 1062 'parsing/parser.cc', |
| 1061 'parsing/parser.h', | 1063 'parsing/parser.h', |
| (...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2413 'conditions': [ | 2415 'conditions': [ |
| 2414 ['want_separate_host_toolset_mkpeephole==1', { | 2416 ['want_separate_host_toolset_mkpeephole==1', { |
| 2415 'toolsets': ['host'], | 2417 'toolsets': ['host'], |
| 2416 }, { | 2418 }, { |
| 2417 'toolsets': ['target'], | 2419 'toolsets': ['target'], |
| 2418 }], | 2420 }], |
| 2419 ], | 2421 ], |
| 2420 }, | 2422 }, |
| 2421 ], | 2423 ], |
| 2422 } | 2424 } |
| OLD | NEW |