| 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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 '../../src/interface-descriptors.h', | 680 '../../src/interface-descriptors.h', |
| 681 '../../src/interpreter-irregexp.cc', | 681 '../../src/interpreter-irregexp.cc', |
| 682 '../../src/interpreter-irregexp.h', | 682 '../../src/interpreter-irregexp.h', |
| 683 '../../src/isolate.cc', | 683 '../../src/isolate.cc', |
| 684 '../../src/isolate.h', | 684 '../../src/isolate.h', |
| 685 '../../src/json-parser.h', | 685 '../../src/json-parser.h', |
| 686 '../../src/json-stringifier.h', | 686 '../../src/json-stringifier.h', |
| 687 '../../src/jsregexp-inl.h', | 687 '../../src/jsregexp-inl.h', |
| 688 '../../src/jsregexp.cc', | 688 '../../src/jsregexp.cc', |
| 689 '../../src/jsregexp.h', | 689 '../../src/jsregexp.h', |
| 690 '../../src/layout-descriptor-inl.h', |
| 691 '../../src/layout-descriptor.cc', |
| 692 '../../src/layout-descriptor.h', |
| 690 '../../src/list-inl.h', | 693 '../../src/list-inl.h', |
| 691 '../../src/list.h', | 694 '../../src/list.h', |
| 692 '../../src/lithium-allocator-inl.h', | 695 '../../src/lithium-allocator-inl.h', |
| 693 '../../src/lithium-allocator.cc', | 696 '../../src/lithium-allocator.cc', |
| 694 '../../src/lithium-allocator.h', | 697 '../../src/lithium-allocator.h', |
| 695 '../../src/lithium-codegen.cc', | 698 '../../src/lithium-codegen.cc', |
| 696 '../../src/lithium-codegen.h', | 699 '../../src/lithium-codegen.h', |
| 697 '../../src/lithium.cc', | 700 '../../src/lithium.cc', |
| 698 '../../src/lithium.h', | 701 '../../src/lithium.h', |
| 699 '../../src/lithium-inl.h', | 702 '../../src/lithium-inl.h', |
| (...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1728 }], | 1731 }], |
| 1729 ['v8_compress_startup_data=="bz2"', { | 1732 ['v8_compress_startup_data=="bz2"', { |
| 1730 'libraries': [ | 1733 'libraries': [ |
| 1731 '-lbz2', | 1734 '-lbz2', |
| 1732 ] | 1735 ] |
| 1733 }], | 1736 }], |
| 1734 ], | 1737 ], |
| 1735 }, | 1738 }, |
| 1736 ], | 1739 ], |
| 1737 } | 1740 } |
| OLD | NEW |