| 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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 '../../src/optimizing-compile-dispatcher.cc', | 908 '../../src/optimizing-compile-dispatcher.cc', |
| 909 '../../src/optimizing-compile-dispatcher.h', | 909 '../../src/optimizing-compile-dispatcher.h', |
| 910 '../../src/ostreams.cc', | 910 '../../src/ostreams.cc', |
| 911 '../../src/ostreams.h', | 911 '../../src/ostreams.h', |
| 912 '../../src/parsing/expression-classifier.h', | 912 '../../src/parsing/expression-classifier.h', |
| 913 '../../src/parsing/func-name-inferrer.cc', | 913 '../../src/parsing/func-name-inferrer.cc', |
| 914 '../../src/parsing/func-name-inferrer.h', | 914 '../../src/parsing/func-name-inferrer.h', |
| 915 '../../src/parsing/json-parser.h', | 915 '../../src/parsing/json-parser.h', |
| 916 '../../src/parsing/parameter-initializer-rewriter.cc', | 916 '../../src/parsing/parameter-initializer-rewriter.cc', |
| 917 '../../src/parsing/parameter-initializer-rewriter.h', | 917 '../../src/parsing/parameter-initializer-rewriter.h', |
| 918 '../../src/parsing/parser-base.h', |
| 918 '../../src/parsing/parser.cc', | 919 '../../src/parsing/parser.cc', |
| 919 '../../src/parsing/parser.h', | 920 '../../src/parsing/parser.h', |
| 920 '../../src/parsing/pattern-rewriter.cc', | 921 '../../src/parsing/pattern-rewriter.cc', |
| 921 '../../src/parsing/preparse-data-format.h', | 922 '../../src/parsing/preparse-data-format.h', |
| 922 '../../src/parsing/preparse-data.cc', | 923 '../../src/parsing/preparse-data.cc', |
| 923 '../../src/parsing/preparse-data.h', | 924 '../../src/parsing/preparse-data.h', |
| 924 '../../src/parsing/preparser.cc', | 925 '../../src/parsing/preparser.cc', |
| 925 '../../src/parsing/preparser.h', | 926 '../../src/parsing/preparser.h', |
| 926 '../../src/parsing/rewriter.cc', | 927 '../../src/parsing/rewriter.cc', |
| 927 '../../src/parsing/rewriter.h', | 928 '../../src/parsing/rewriter.h', |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2123 }], | 2124 }], |
| 2124 ['want_separate_host_toolset==1', { | 2125 ['want_separate_host_toolset==1', { |
| 2125 'toolsets': ['host'], | 2126 'toolsets': ['host'], |
| 2126 }, { | 2127 }, { |
| 2127 'toolsets': ['target'], | 2128 'toolsets': ['target'], |
| 2128 }], | 2129 }], |
| 2129 ], | 2130 ], |
| 2130 }, | 2131 }, |
| 2131 ], | 2132 ], |
| 2132 } | 2133 } |
| OLD | NEW |