| 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 '../../src/once.h', | 434 '../../src/once.h', |
| 435 '../../src/optimizing-compiler-thread.h', | 435 '../../src/optimizing-compiler-thread.h', |
| 436 '../../src/optimizing-compiler-thread.cc', | 436 '../../src/optimizing-compiler-thread.cc', |
| 437 '../../src/parser.cc', | 437 '../../src/parser.cc', |
| 438 '../../src/parser.h', | 438 '../../src/parser.h', |
| 439 '../../src/platform/elapsed-timer.h', | 439 '../../src/platform/elapsed-timer.h', |
| 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/mutex.cc', |
| 445 '../../src/platform/mutex.h', |
| 444 '../../src/preparse-data-format.h', | 446 '../../src/preparse-data-format.h', |
| 445 '../../src/preparse-data.cc', | 447 '../../src/preparse-data.cc', |
| 446 '../../src/preparse-data.h', | 448 '../../src/preparse-data.h', |
| 447 '../../src/preparser.cc', | 449 '../../src/preparser.cc', |
| 448 '../../src/preparser.h', | 450 '../../src/preparser.h', |
| 449 '../../src/prettyprinter.cc', | 451 '../../src/prettyprinter.cc', |
| 450 '../../src/prettyprinter.h', | 452 '../../src/prettyprinter.h', |
| 451 '../../src/profile-generator-inl.h', | 453 '../../src/profile-generator-inl.h', |
| 452 '../../src/profile-generator.cc', | 454 '../../src/profile-generator.cc', |
| 453 '../../src/profile-generator.h', | 455 '../../src/profile-generator.h', |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 }], | 1050 }], |
| 1049 ['v8_compress_startup_data=="bz2"', { | 1051 ['v8_compress_startup_data=="bz2"', { |
| 1050 'libraries': [ | 1052 'libraries': [ |
| 1051 '-lbz2', | 1053 '-lbz2', |
| 1052 ] | 1054 ] |
| 1053 }], | 1055 }], |
| 1054 ], | 1056 ], |
| 1055 }, | 1057 }, |
| 1056 ], | 1058 ], |
| 1057 } | 1059 } |
| OLD | NEW |