| 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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'crankshaft/typing.cc', | 817 'crankshaft/typing.cc', |
| 818 'crankshaft/typing.h', | 818 'crankshaft/typing.h', |
| 819 'crankshaft/unique.h', | 819 'crankshaft/unique.h', |
| 820 'date.cc', | 820 'date.cc', |
| 821 'date.h', | 821 'date.h', |
| 822 'dateparser-inl.h', | 822 'dateparser-inl.h', |
| 823 'dateparser.cc', | 823 'dateparser.cc', |
| 824 'dateparser.h', | 824 'dateparser.h', |
| 825 'debug/debug-evaluate.cc', | 825 'debug/debug-evaluate.cc', |
| 826 'debug/debug-evaluate.h', | 826 'debug/debug-evaluate.h', |
| 827 'debug/debug-interface.cc', |
| 828 'debug/debug-interface.h', |
| 827 'debug/debug-frames.cc', | 829 'debug/debug-frames.cc', |
| 828 'debug/debug-frames.h', | 830 'debug/debug-frames.h', |
| 829 'debug/debug-scopes.cc', | 831 'debug/debug-scopes.cc', |
| 830 'debug/debug-scopes.h', | 832 'debug/debug-scopes.h', |
| 831 'debug/debug.cc', | 833 'debug/debug.cc', |
| 832 'debug/debug.h', | 834 'debug/debug.h', |
| 833 'debug/liveedit.cc', | 835 'debug/liveedit.cc', |
| 834 'debug/liveedit.h', | 836 'debug/liveedit.h', |
| 835 'deoptimize-reason.cc', | 837 'deoptimize-reason.cc', |
| 836 'deoptimize-reason.h', | 838 'deoptimize-reason.h', |
| (...skipping 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2477 'conditions': [ | 2479 'conditions': [ |
| 2478 ['want_separate_host_toolset_mkpeephole==1', { | 2480 ['want_separate_host_toolset_mkpeephole==1', { |
| 2479 'toolsets': ['host'], | 2481 'toolsets': ['host'], |
| 2480 }, { | 2482 }, { |
| 2481 'toolsets': ['target'], | 2483 'toolsets': ['target'], |
| 2482 }], | 2484 }], |
| 2483 ], | 2485 ], |
| 2484 }, | 2486 }, |
| 2485 ], | 2487 ], |
| 2486 } | 2488 } |
| OLD | NEW |