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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 '../../src/platform-posix.h', | 442 '../../src/platform-posix.h', |
443 '../../src/platform.h', | 443 '../../src/platform.h', |
444 '../../src/platform/condition-variable.cc', | 444 '../../src/platform/condition-variable.cc', |
445 '../../src/platform/condition-variable.h', | 445 '../../src/platform/condition-variable.h', |
446 '../../src/platform/mutex.cc', | 446 '../../src/platform/mutex.cc', |
447 '../../src/platform/mutex.h', | 447 '../../src/platform/mutex.h', |
448 '../../src/platform/semaphore.cc', | 448 '../../src/platform/semaphore.cc', |
449 '../../src/platform/semaphore.h', | 449 '../../src/platform/semaphore.h', |
450 '../../src/platform/socket.cc', | 450 '../../src/platform/socket.cc', |
451 '../../src/platform/socket.h', | 451 '../../src/platform/socket.h', |
| 452 '../../src/platform/virtual-memory.cc', |
| 453 '../../src/platform/virtual-memory.h', |
452 '../../src/preparse-data-format.h', | 454 '../../src/preparse-data-format.h', |
453 '../../src/preparse-data.cc', | 455 '../../src/preparse-data.cc', |
454 '../../src/preparse-data.h', | 456 '../../src/preparse-data.h', |
455 '../../src/preparser.cc', | 457 '../../src/preparser.cc', |
456 '../../src/preparser.h', | 458 '../../src/preparser.h', |
457 '../../src/prettyprinter.cc', | 459 '../../src/prettyprinter.cc', |
458 '../../src/prettyprinter.h', | 460 '../../src/prettyprinter.h', |
459 '../../src/profile-generator-inl.h', | 461 '../../src/profile-generator-inl.h', |
460 '../../src/profile-generator.cc', | 462 '../../src/profile-generator.cc', |
461 '../../src/profile-generator.h', | 463 '../../src/profile-generator.h', |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1071 }], | 1073 }], |
1072 ['v8_compress_startup_data=="bz2"', { | 1074 ['v8_compress_startup_data=="bz2"', { |
1073 'libraries': [ | 1075 'libraries': [ |
1074 '-lbz2', | 1076 '-lbz2', |
1075 ] | 1077 ] |
1076 }], | 1078 }], |
1077 ], | 1079 ], |
1078 }, | 1080 }, |
1079 ], | 1081 ], |
1080 } | 1082 } |
OLD | NEW |