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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 '../../src/interface-descriptors.h', | 687 '../../src/interface-descriptors.h', |
688 '../../src/interpreter-irregexp.cc', | 688 '../../src/interpreter-irregexp.cc', |
689 '../../src/interpreter-irregexp.h', | 689 '../../src/interpreter-irregexp.h', |
690 '../../src/isolate.cc', | 690 '../../src/isolate.cc', |
691 '../../src/isolate.h', | 691 '../../src/isolate.h', |
692 '../../src/json-parser.h', | 692 '../../src/json-parser.h', |
693 '../../src/json-stringifier.h', | 693 '../../src/json-stringifier.h', |
694 '../../src/jsregexp-inl.h', | 694 '../../src/jsregexp-inl.h', |
695 '../../src/jsregexp.cc', | 695 '../../src/jsregexp.cc', |
696 '../../src/jsregexp.h', | 696 '../../src/jsregexp.h', |
| 697 '../../src/layout-descriptor-inl.h', |
| 698 '../../src/layout-descriptor.cc', |
| 699 '../../src/layout-descriptor.h', |
697 '../../src/list-inl.h', | 700 '../../src/list-inl.h', |
698 '../../src/list.h', | 701 '../../src/list.h', |
699 '../../src/lithium-allocator-inl.h', | 702 '../../src/lithium-allocator-inl.h', |
700 '../../src/lithium-allocator.cc', | 703 '../../src/lithium-allocator.cc', |
701 '../../src/lithium-allocator.h', | 704 '../../src/lithium-allocator.h', |
702 '../../src/lithium-codegen.cc', | 705 '../../src/lithium-codegen.cc', |
703 '../../src/lithium-codegen.h', | 706 '../../src/lithium-codegen.h', |
704 '../../src/lithium.cc', | 707 '../../src/lithium.cc', |
705 '../../src/lithium.h', | 708 '../../src/lithium.h', |
706 '../../src/lithium-inl.h', | 709 '../../src/lithium-inl.h', |
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1738 }], | 1741 }], |
1739 ['v8_compress_startup_data=="bz2"', { | 1742 ['v8_compress_startup_data=="bz2"', { |
1740 'libraries': [ | 1743 'libraries': [ |
1741 '-lbz2', | 1744 '-lbz2', |
1742 ] | 1745 ] |
1743 }], | 1746 }], |
1744 ], | 1747 ], |
1745 }, | 1748 }, |
1746 ], | 1749 ], |
1747 } | 1750 } |
OLD | NEW |