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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 'objects-body-descriptors.h', | 1077 'objects-body-descriptors.h', |
1078 'objects-debug.cc', | 1078 'objects-debug.cc', |
1079 'objects-inl.h', | 1079 'objects-inl.h', |
1080 'objects-printer.cc', | 1080 'objects-printer.cc', |
1081 'objects.cc', | 1081 'objects.cc', |
1082 'objects.h', | 1082 'objects.h', |
1083 'objects/module-info.h', | 1083 'objects/module-info.h', |
1084 'objects/object-macros.h', | 1084 'objects/object-macros.h', |
1085 'objects/object-macros-undef.h', | 1085 'objects/object-macros-undef.h', |
1086 'objects/regexp-match-info.h', | 1086 'objects/regexp-match-info.h', |
| 1087 'objects/literal-objects.cc', |
| 1088 'objects/literal-objects.h', |
1087 'objects/scope-info.cc', | 1089 'objects/scope-info.cc', |
1088 'objects/scope-info.h', | 1090 'objects/scope-info.h', |
1089 'ostreams.cc', | 1091 'ostreams.cc', |
1090 'ostreams.h', | 1092 'ostreams.h', |
1091 'parsing/duplicate-finder.cc', | 1093 'parsing/duplicate-finder.cc', |
1092 'parsing/duplicate-finder.h', | 1094 'parsing/duplicate-finder.h', |
1093 'parsing/expression-classifier.h', | 1095 'parsing/expression-classifier.h', |
1094 'parsing/func-name-inferrer.cc', | 1096 'parsing/func-name-inferrer.cc', |
1095 'parsing/func-name-inferrer.h', | 1097 'parsing/func-name-inferrer.h', |
1096 'parsing/parameter-initializer-rewriter.cc', | 1098 'parsing/parameter-initializer-rewriter.cc', |
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2502 'conditions': [ | 2504 'conditions': [ |
2503 ['want_separate_host_toolset_mkpeephole==1', { | 2505 ['want_separate_host_toolset_mkpeephole==1', { |
2504 'toolsets': ['host'], | 2506 'toolsets': ['host'], |
2505 }, { | 2507 }, { |
2506 'toolsets': ['target'], | 2508 'toolsets': ['target'], |
2507 }], | 2509 }], |
2508 ], | 2510 ], |
2509 }, | 2511 }, |
2510 ], | 2512 ], |
2511 } | 2513 } |
OLD | NEW |