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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 'interpreter/interpreter-intrinsics.h', | 1036 'interpreter/interpreter-intrinsics.h', |
1037 'isolate-inl.h', | 1037 'isolate-inl.h', |
1038 'isolate.cc', | 1038 'isolate.cc', |
1039 'isolate.h', | 1039 'isolate.h', |
1040 'json-parser.cc', | 1040 'json-parser.cc', |
1041 'json-parser.h', | 1041 'json-parser.h', |
1042 'json-stringifier.cc', | 1042 'json-stringifier.cc', |
1043 'json-stringifier.h', | 1043 'json-stringifier.h', |
1044 'keys.h', | 1044 'keys.h', |
1045 'keys.cc', | 1045 'keys.cc', |
| 1046 'label.h', |
1046 'layout-descriptor-inl.h', | 1047 'layout-descriptor-inl.h', |
1047 'layout-descriptor.cc', | 1048 'layout-descriptor.cc', |
1048 'layout-descriptor.h', | 1049 'layout-descriptor.h', |
1049 'list-inl.h', | 1050 'list-inl.h', |
1050 'list.h', | 1051 'list.h', |
1051 'locked-queue-inl.h', | 1052 'locked-queue-inl.h', |
1052 'locked-queue.h', | 1053 'locked-queue.h', |
1053 'log-inl.h', | 1054 'log-inl.h', |
1054 'log-utils.cc', | 1055 'log-utils.cc', |
1055 'log-utils.h', | 1056 'log-utils.h', |
(...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2497 'conditions': [ | 2498 'conditions': [ |
2498 ['want_separate_host_toolset_mkpeephole==1', { | 2499 ['want_separate_host_toolset_mkpeephole==1', { |
2499 'toolsets': ['host'], | 2500 'toolsets': ['host'], |
2500 }, { | 2501 }, { |
2501 'toolsets': ['target'], | 2502 'toolsets': ['target'], |
2502 }], | 2503 }], |
2503 ], | 2504 ], |
2504 }, | 2505 }, |
2505 ], | 2506 ], |
2506 } | 2507 } |
OLD | NEW |