| 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 '../../src/objects.h', | 425 '../../src/objects.h', |
| 426 '../../src/once.cc', | 426 '../../src/once.cc', |
| 427 '../../src/once.h', | 427 '../../src/once.h', |
| 428 '../../src/optimizing-compiler-thread.h', | 428 '../../src/optimizing-compiler-thread.h', |
| 429 '../../src/optimizing-compiler-thread.cc', | 429 '../../src/optimizing-compiler-thread.cc', |
| 430 '../../src/parser.cc', | 430 '../../src/parser.cc', |
| 431 '../../src/parser.h', | 431 '../../src/parser.h', |
| 432 '../../src/platform/elapsed-timer.h', | 432 '../../src/platform/elapsed-timer.h', |
| 433 '../../src/platform/time.cc', | 433 '../../src/platform/time.cc', |
| 434 '../../src/platform/time.h', | 434 '../../src/platform/time.h', |
| 435 '../../src/platform-posix.h', | |
| 436 '../../src/platform.h', | 435 '../../src/platform.h', |
| 437 '../../src/platform/condition-variable.cc', | 436 '../../src/platform/condition-variable.cc', |
| 438 '../../src/platform/condition-variable.h', | 437 '../../src/platform/condition-variable.h', |
| 439 '../../src/platform/mutex.cc', | 438 '../../src/platform/mutex.cc', |
| 440 '../../src/platform/mutex.h', | 439 '../../src/platform/mutex.h', |
| 441 '../../src/platform/semaphore.cc', | 440 '../../src/platform/semaphore.cc', |
| 442 '../../src/platform/semaphore.h', | 441 '../../src/platform/semaphore.h', |
| 443 '../../src/platform/socket.cc', | 442 '../../src/platform/socket.cc', |
| 444 '../../src/platform/socket.h', | 443 '../../src/platform/socket.h', |
| 445 '../../src/preparse-data-format.h', | 444 '../../src/preparse-data-format.h', |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 }], | 1088 }], |
| 1090 ['v8_compress_startup_data=="bz2"', { | 1089 ['v8_compress_startup_data=="bz2"', { |
| 1091 'libraries': [ | 1090 'libraries': [ |
| 1092 '-lbz2', | 1091 '-lbz2', |
| 1093 ] | 1092 ] |
| 1094 }], | 1093 }], |
| 1095 ], | 1094 ], |
| 1096 }, | 1095 }, |
| 1097 ], | 1096 ], |
| 1098 } | 1097 } |
| OLD | NEW |