| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 '../../src/platform/time.cc', | 440 '../../src/platform/time.cc', |
| 441 '../../src/platform/time.h', | 441 '../../src/platform/time.h', |
| 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', |
| 451 '../../src/platform/socket.h', |
| 450 '../../src/preparse-data-format.h', | 452 '../../src/preparse-data-format.h', |
| 451 '../../src/preparse-data.cc', | 453 '../../src/preparse-data.cc', |
| 452 '../../src/preparse-data.h', | 454 '../../src/preparse-data.h', |
| 453 '../../src/preparser.cc', | 455 '../../src/preparser.cc', |
| 454 '../../src/preparser.h', | 456 '../../src/preparser.h', |
| 455 '../../src/prettyprinter.cc', | 457 '../../src/prettyprinter.cc', |
| 456 '../../src/prettyprinter.h', | 458 '../../src/prettyprinter.h', |
| 457 '../../src/profile-generator-inl.h', | 459 '../../src/profile-generator-inl.h', |
| 458 '../../src/profile-generator.cc', | 460 '../../src/profile-generator.cc', |
| 459 '../../src/profile-generator.h', | 461 '../../src/profile-generator.h', |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 }], | 1069 }], |
| 1068 ['v8_compress_startup_data=="bz2"', { | 1070 ['v8_compress_startup_data=="bz2"', { |
| 1069 'libraries': [ | 1071 'libraries': [ |
| 1070 '-lbz2', | 1072 '-lbz2', |
| 1071 ] | 1073 ] |
| 1072 }], | 1074 }], |
| 1073 ], | 1075 ], |
| 1074 }, | 1076 }, |
| 1075 ], | 1077 ], |
| 1076 } | 1078 } |
| OLD | NEW |