| 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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 '../../src/scopeinfo.h', | 802 '../../src/scopeinfo.h', |
| 803 '../../src/scopes.cc', | 803 '../../src/scopes.cc', |
| 804 '../../src/scopes.h', | 804 '../../src/scopes.h', |
| 805 '../../src/serialize.cc', | 805 '../../src/serialize.cc', |
| 806 '../../src/serialize.h', | 806 '../../src/serialize.h', |
| 807 '../../src/small-pointer-list.h', | 807 '../../src/small-pointer-list.h', |
| 808 '../../src/smart-pointers.h', | 808 '../../src/smart-pointers.h', |
| 809 '../../src/snapshot.h', | 809 '../../src/snapshot.h', |
| 810 '../../src/snapshot-source-sink.cc', | 810 '../../src/snapshot-source-sink.cc', |
| 811 '../../src/snapshot-source-sink.h', | 811 '../../src/snapshot-source-sink.h', |
| 812 '../../src/string-builder.cc', |
| 812 '../../src/string-builder.h', | 813 '../../src/string-builder.h', |
| 813 '../../src/string-builder.cc', | |
| 814 '../../src/string-search.cc', | 814 '../../src/string-search.cc', |
| 815 '../../src/string-search.h', | 815 '../../src/string-search.h', |
| 816 '../../src/string-stream.cc', | 816 '../../src/string-stream.cc', |
| 817 '../../src/string-stream.h', | 817 '../../src/string-stream.h', |
| 818 '../../src/strtod.cc', | 818 '../../src/strtod.cc', |
| 819 '../../src/strtod.h', | 819 '../../src/strtod.h', |
| 820 '../../src/ic/stub-cache.cc', | 820 '../../src/ic/stub-cache.cc', |
| 821 '../../src/ic/stub-cache.h', | 821 '../../src/ic/stub-cache.h', |
| 822 '../../src/token.cc', | 822 '../../src/token.cc', |
| 823 '../../src/token.h', | 823 '../../src/token.h', |
| (...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 }], | 1741 }], |
| 1742 ['v8_compress_startup_data=="bz2"', { | 1742 ['v8_compress_startup_data=="bz2"', { |
| 1743 'libraries': [ | 1743 'libraries': [ |
| 1744 '-lbz2', | 1744 '-lbz2', |
| 1745 ] | 1745 ] |
| 1746 }], | 1746 }], |
| 1747 ], | 1747 ], |
| 1748 }, | 1748 }, |
| 1749 ], | 1749 ], |
| 1750 } | 1750 } |
| OLD | NEW |