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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 '../../src/typing.h', | 524 '../../src/typing.h', |
525 '../../src/unbound-queue-inl.h', | 525 '../../src/unbound-queue-inl.h', |
526 '../../src/unbound-queue.h', | 526 '../../src/unbound-queue.h', |
527 '../../src/unicode-inl.h', | 527 '../../src/unicode-inl.h', |
528 '../../src/unicode.cc', | 528 '../../src/unicode.cc', |
529 '../../src/unicode.h', | 529 '../../src/unicode.h', |
530 '../../src/uri.h', | 530 '../../src/uri.h', |
531 '../../src/utils-inl.h', | 531 '../../src/utils-inl.h', |
532 '../../src/utils.cc', | 532 '../../src/utils.cc', |
533 '../../src/utils.h', | 533 '../../src/utils.h', |
| 534 '../../src/utils/random-number-generator.cc', |
| 535 '../../src/utils/random-number-generator.h', |
534 '../../src/v8-counters.cc', | 536 '../../src/v8-counters.cc', |
535 '../../src/v8-counters.h', | 537 '../../src/v8-counters.h', |
536 '../../src/v8.cc', | 538 '../../src/v8.cc', |
537 '../../src/v8.h', | 539 '../../src/v8.h', |
538 '../../src/v8checks.h', | 540 '../../src/v8checks.h', |
539 '../../src/v8conversions.cc', | 541 '../../src/v8conversions.cc', |
540 '../../src/v8conversions.h', | 542 '../../src/v8conversions.h', |
541 '../../src/v8globals.h', | 543 '../../src/v8globals.h', |
542 '../../src/v8memory.h', | 544 '../../src/v8memory.h', |
543 '../../src/v8threads.cc', | 545 '../../src/v8threads.cc', |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 }], | 1071 }], |
1070 ['v8_compress_startup_data=="bz2"', { | 1072 ['v8_compress_startup_data=="bz2"', { |
1071 'libraries': [ | 1073 'libraries': [ |
1072 '-lbz2', | 1074 '-lbz2', |
1073 ] | 1075 ] |
1074 }], | 1076 }], |
1075 ], | 1077 ], |
1076 }, | 1078 }, |
1077 ], | 1079 ], |
1078 } | 1080 } |
OLD | NEW |