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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 'messages.cc', | 1061 'messages.cc', |
1062 'messages.h', | 1062 'messages.h', |
1063 'msan.h', | 1063 'msan.h', |
1064 'objects-body-descriptors-inl.h', | 1064 'objects-body-descriptors-inl.h', |
1065 'objects-body-descriptors.h', | 1065 'objects-body-descriptors.h', |
1066 'objects-debug.cc', | 1066 'objects-debug.cc', |
1067 'objects-inl.h', | 1067 'objects-inl.h', |
1068 'objects-printer.cc', | 1068 'objects-printer.cc', |
1069 'objects.cc', | 1069 'objects.cc', |
1070 'objects.h', | 1070 'objects.h', |
| 1071 'objects/object-macros.h', |
| 1072 'objects/object-macros-undef.h', |
| 1073 'objects/scope-info.h', |
1071 'ostreams.cc', | 1074 'ostreams.cc', |
1072 'ostreams.h', | 1075 'ostreams.h', |
1073 'parsing/duplicate-finder.cc', | 1076 'parsing/duplicate-finder.cc', |
1074 'parsing/duplicate-finder.h', | 1077 'parsing/duplicate-finder.h', |
1075 'parsing/expression-classifier.h', | 1078 'parsing/expression-classifier.h', |
1076 'parsing/func-name-inferrer.cc', | 1079 'parsing/func-name-inferrer.cc', |
1077 'parsing/func-name-inferrer.h', | 1080 'parsing/func-name-inferrer.h', |
1078 'parsing/parameter-initializer-rewriter.cc', | 1081 'parsing/parameter-initializer-rewriter.cc', |
1079 'parsing/parameter-initializer-rewriter.h', | 1082 'parsing/parameter-initializer-rewriter.h', |
1080 'parsing/parse-info.cc', | 1083 'parsing/parse-info.cc', |
(...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2484 'conditions': [ | 2487 'conditions': [ |
2485 ['want_separate_host_toolset_mkpeephole==1', { | 2488 ['want_separate_host_toolset_mkpeephole==1', { |
2486 'toolsets': ['host'], | 2489 'toolsets': ['host'], |
2487 }, { | 2490 }, { |
2488 'toolsets': ['target'], | 2491 'toolsets': ['target'], |
2489 }], | 2492 }], |
2490 ], | 2493 ], |
2491 }, | 2494 }, |
2492 ], | 2495 ], |
2493 } | 2496 } |
OLD | NEW |