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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1066 'messages.cc', | 1066 'messages.cc', |
1067 'messages.h', | 1067 'messages.h', |
1068 'msan.h', | 1068 'msan.h', |
1069 'objects-body-descriptors-inl.h', | 1069 'objects-body-descriptors-inl.h', |
1070 'objects-body-descriptors.h', | 1070 'objects-body-descriptors.h', |
1071 'objects-debug.cc', | 1071 'objects-debug.cc', |
1072 'objects-inl.h', | 1072 'objects-inl.h', |
1073 'objects-printer.cc', | 1073 'objects-printer.cc', |
1074 'objects.cc', | 1074 'objects.cc', |
1075 'objects.h', | 1075 'objects.h', |
| 1076 'objects/module-info.h', |
1076 'objects/object-macros.h', | 1077 'objects/object-macros.h', |
1077 'objects/object-macros-undef.h', | 1078 'objects/object-macros-undef.h', |
1078 'objects/scope-info.h', | 1079 'objects/scope-info.h', |
1079 'ostreams.cc', | 1080 'ostreams.cc', |
1080 'ostreams.h', | 1081 'ostreams.h', |
1081 'parsing/duplicate-finder.cc', | 1082 'parsing/duplicate-finder.cc', |
1082 'parsing/duplicate-finder.h', | 1083 'parsing/duplicate-finder.h', |
1083 'parsing/expression-classifier.h', | 1084 'parsing/expression-classifier.h', |
1084 'parsing/func-name-inferrer.cc', | 1085 'parsing/func-name-inferrer.cc', |
1085 'parsing/func-name-inferrer.h', | 1086 'parsing/func-name-inferrer.h', |
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2493 'conditions': [ | 2494 'conditions': [ |
2494 ['want_separate_host_toolset_mkpeephole==1', { | 2495 ['want_separate_host_toolset_mkpeephole==1', { |
2495 'toolsets': ['host'], | 2496 'toolsets': ['host'], |
2496 }, { | 2497 }, { |
2497 'toolsets': ['target'], | 2498 'toolsets': ['target'], |
2498 }], | 2499 }], |
2499 ], | 2500 ], |
2500 }, | 2501 }, |
2501 ], | 2502 ], |
2502 } | 2503 } |
OLD | NEW |