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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 '../../src/stub-cache.h', | 562 '../../src/stub-cache.h', |
563 '../../src/sweeper-thread.h', | 563 '../../src/sweeper-thread.h', |
564 '../../src/sweeper-thread.cc', | 564 '../../src/sweeper-thread.cc', |
565 '../../src/token.cc', | 565 '../../src/token.cc', |
566 '../../src/token.h', | 566 '../../src/token.h', |
567 '../../src/transitions-inl.h', | 567 '../../src/transitions-inl.h', |
568 '../../src/transitions.cc', | 568 '../../src/transitions.cc', |
569 '../../src/transitions.h', | 569 '../../src/transitions.h', |
570 '../../src/type-info.cc', | 570 '../../src/type-info.cc', |
571 '../../src/type-info.h', | 571 '../../src/type-info.h', |
| 572 '../../src/types-inl.h', |
572 '../../src/types.cc', | 573 '../../src/types.cc', |
573 '../../src/types.h', | 574 '../../src/types.h', |
574 '../../src/typing.cc', | 575 '../../src/typing.cc', |
575 '../../src/typing.h', | 576 '../../src/typing.h', |
576 '../../src/unbound-queue-inl.h', | 577 '../../src/unbound-queue-inl.h', |
577 '../../src/unbound-queue.h', | 578 '../../src/unbound-queue.h', |
578 '../../src/unicode-inl.h', | 579 '../../src/unicode-inl.h', |
579 '../../src/unicode.cc', | 580 '../../src/unicode.cc', |
580 '../../src/unicode.h', | 581 '../../src/unicode.h', |
581 '../../src/unique.h', | 582 '../../src/unique.h', |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 }], | 1181 }], |
1181 ['v8_compress_startup_data=="bz2"', { | 1182 ['v8_compress_startup_data=="bz2"', { |
1182 'libraries': [ | 1183 'libraries': [ |
1183 '-lbz2', | 1184 '-lbz2', |
1184 ] | 1185 ] |
1185 }], | 1186 }], |
1186 ], | 1187 ], |
1187 }, | 1188 }, |
1188 ], | 1189 ], |
1189 } | 1190 } |
OLD | NEW |