| 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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 '../../src/msan.h', | 856 '../../src/msan.h', |
| 857 '../../src/objects-debug.cc', | 857 '../../src/objects-debug.cc', |
| 858 '../../src/objects-inl.h', | 858 '../../src/objects-inl.h', |
| 859 '../../src/objects-printer.cc', | 859 '../../src/objects-printer.cc', |
| 860 '../../src/objects.cc', | 860 '../../src/objects.cc', |
| 861 '../../src/objects.h', | 861 '../../src/objects.h', |
| 862 '../../src/optimizing-compile-dispatcher.cc', | 862 '../../src/optimizing-compile-dispatcher.cc', |
| 863 '../../src/optimizing-compile-dispatcher.h', | 863 '../../src/optimizing-compile-dispatcher.h', |
| 864 '../../src/ostreams.cc', | 864 '../../src/ostreams.cc', |
| 865 '../../src/ostreams.h', | 865 '../../src/ostreams.h', |
| 866 '../../src/pattern-rewriter.cc', | 866 '../../src/parameter-initializer-rewriter.cc', |
| 867 '../../src/parameter-initializer-rewriter.h', |
| 867 '../../src/parser.cc', | 868 '../../src/parser.cc', |
| 868 '../../src/parser.h', | 869 '../../src/parser.h', |
| 870 '../../src/pattern-rewriter.cc', |
| 869 '../../src/pending-compilation-error-handler.cc', | 871 '../../src/pending-compilation-error-handler.cc', |
| 870 '../../src/pending-compilation-error-handler.h', | 872 '../../src/pending-compilation-error-handler.h', |
| 871 '../../src/preparse-data-format.h', | 873 '../../src/preparse-data-format.h', |
| 872 '../../src/preparse-data.cc', | 874 '../../src/preparse-data.cc', |
| 873 '../../src/preparse-data.h', | 875 '../../src/preparse-data.h', |
| 874 '../../src/preparser.cc', | 876 '../../src/preparser.cc', |
| 875 '../../src/preparser.h', | 877 '../../src/preparser.h', |
| 876 '../../src/prettyprinter.cc', | 878 '../../src/prettyprinter.cc', |
| 877 '../../src/prettyprinter.h', | 879 '../../src/prettyprinter.h', |
| 878 '../../src/profiler/allocation-tracker.cc', | 880 '../../src/profiler/allocation-tracker.cc', |
| (...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2094 }], | 2096 }], |
| 2095 ['want_separate_host_toolset==1', { | 2097 ['want_separate_host_toolset==1', { |
| 2096 'toolsets': ['host'], | 2098 'toolsets': ['host'], |
| 2097 }, { | 2099 }, { |
| 2098 'toolsets': ['target'], | 2100 'toolsets': ['target'], |
| 2099 }], | 2101 }], |
| 2100 ], | 2102 ], |
| 2101 }, | 2103 }, |
| 2102 ], | 2104 ], |
| 2103 } | 2105 } |
| OLD | NEW |