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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 '../../src/stub-cache.h', | 449 '../../src/stub-cache.h', |
450 '../../src/sweeper-thread.h', | 450 '../../src/sweeper-thread.h', |
451 '../../src/sweeper-thread.cc', | 451 '../../src/sweeper-thread.cc', |
452 '../../src/token.cc', | 452 '../../src/token.cc', |
453 '../../src/token.h', | 453 '../../src/token.h', |
454 '../../src/transitions-inl.h', | 454 '../../src/transitions-inl.h', |
455 '../../src/transitions.cc', | 455 '../../src/transitions.cc', |
456 '../../src/transitions.h', | 456 '../../src/transitions.h', |
457 '../../src/type-info.cc', | 457 '../../src/type-info.cc', |
458 '../../src/type-info.h', | 458 '../../src/type-info.h', |
| 459 '../../src/types.cc', |
| 460 '../../src/types.h', |
459 '../../src/typing.cc', | 461 '../../src/typing.cc', |
460 '../../src/typing.h', | 462 '../../src/typing.h', |
461 '../../src/unbound-queue-inl.h', | 463 '../../src/unbound-queue-inl.h', |
462 '../../src/unbound-queue.h', | 464 '../../src/unbound-queue.h', |
463 '../../src/unicode-inl.h', | 465 '../../src/unicode-inl.h', |
464 '../../src/unicode.cc', | 466 '../../src/unicode.cc', |
465 '../../src/unicode.h', | 467 '../../src/unicode.h', |
466 '../../src/uri.h', | 468 '../../src/uri.h', |
467 '../../src/utils-inl.h', | 469 '../../src/utils-inl.h', |
468 '../../src/utils.cc', | 470 '../../src/utils.cc', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 }], | 927 }], |
926 ['v8_compress_startup_data=="bz2"', { | 928 ['v8_compress_startup_data=="bz2"', { |
927 'libraries': [ | 929 'libraries': [ |
928 '-lbz2', | 930 '-lbz2', |
929 ] | 931 ] |
930 }], | 932 }], |
931 ], | 933 ], |
932 }, | 934 }, |
933 ], | 935 ], |
934 } | 936 } |
OLD | NEW |