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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 '../../src/extensions/gc-extension.h', | 483 '../../src/extensions/gc-extension.h', |
484 '../../src/extensions/statistics-extension.cc', | 484 '../../src/extensions/statistics-extension.cc', |
485 '../../src/extensions/statistics-extension.h', | 485 '../../src/extensions/statistics-extension.h', |
486 '../../src/extensions/trigger-failure-extension.cc', | 486 '../../src/extensions/trigger-failure-extension.cc', |
487 '../../src/extensions/trigger-failure-extension.h', | 487 '../../src/extensions/trigger-failure-extension.h', |
488 '../../src/factory.cc', | 488 '../../src/factory.cc', |
489 '../../src/factory.h', | 489 '../../src/factory.h', |
490 '../../src/fast-dtoa.cc', | 490 '../../src/fast-dtoa.cc', |
491 '../../src/fast-dtoa.h', | 491 '../../src/fast-dtoa.h', |
492 '../../src/feedback-slots.h', | 492 '../../src/feedback-slots.h', |
493 '../../src/field-index.cc', | |
494 '../../src/field-index.h', | 493 '../../src/field-index.h', |
495 '../../src/field-index-inl.h', | 494 '../../src/field-index-inl.h', |
496 '../../src/fixed-dtoa.cc', | 495 '../../src/fixed-dtoa.cc', |
497 '../../src/fixed-dtoa.h', | 496 '../../src/fixed-dtoa.h', |
498 '../../src/flag-definitions.h', | 497 '../../src/flag-definitions.h', |
499 '../../src/flags.cc', | 498 '../../src/flags.cc', |
500 '../../src/flags.h', | 499 '../../src/flags.h', |
501 '../../src/frames-inl.h', | 500 '../../src/frames-inl.h', |
502 '../../src/frames.cc', | 501 '../../src/frames.cc', |
503 '../../src/frames.h', | 502 '../../src/frames.h', |
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1569 }], | 1568 }], |
1570 ['v8_compress_startup_data=="bz2"', { | 1569 ['v8_compress_startup_data=="bz2"', { |
1571 'libraries': [ | 1570 'libraries': [ |
1572 '-lbz2', | 1571 '-lbz2', |
1573 ] | 1572 ] |
1574 }], | 1573 }], |
1575 ], | 1574 ], |
1576 }, | 1575 }, |
1577 ], | 1576 ], |
1578 } | 1577 } |
OLD | NEW |