| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 '../../src/objects-visiting.cc', | 483 '../../src/objects-visiting.cc', |
| 484 '../../src/objects-visiting.h', | 484 '../../src/objects-visiting.h', |
| 485 '../../src/objects.cc', | 485 '../../src/objects.cc', |
| 486 '../../src/objects.h', | 486 '../../src/objects.h', |
| 487 '../../src/once.cc', | 487 '../../src/once.cc', |
| 488 '../../src/once.h', | 488 '../../src/once.h', |
| 489 '../../src/optimizing-compiler-thread.h', | 489 '../../src/optimizing-compiler-thread.h', |
| 490 '../../src/optimizing-compiler-thread.cc', | 490 '../../src/optimizing-compiler-thread.cc', |
| 491 '../../src/parser.cc', | 491 '../../src/parser.cc', |
| 492 '../../src/parser.h', | 492 '../../src/parser.h', |
| 493 '../../src/parser-thread.cc', |
| 494 '../../src/parser-thread.h', |
| 493 '../../src/platform/elapsed-timer.h', | 495 '../../src/platform/elapsed-timer.h', |
| 494 '../../src/platform/time.cc', | 496 '../../src/platform/time.cc', |
| 495 '../../src/platform/time.h', | 497 '../../src/platform/time.h', |
| 496 '../../src/platform.h', | 498 '../../src/platform.h', |
| 497 '../../src/platform/condition-variable.cc', | 499 '../../src/platform/condition-variable.cc', |
| 498 '../../src/platform/condition-variable.h', | 500 '../../src/platform/condition-variable.h', |
| 499 '../../src/platform/mutex.cc', | 501 '../../src/platform/mutex.cc', |
| 500 '../../src/platform/mutex.h', | 502 '../../src/platform/mutex.h', |
| 501 '../../src/platform/semaphore.cc', | 503 '../../src/platform/semaphore.cc', |
| 502 '../../src/platform/semaphore.h', | 504 '../../src/platform/semaphore.h', |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 }], | 1198 }], |
| 1197 ['v8_compress_startup_data=="bz2"', { | 1199 ['v8_compress_startup_data=="bz2"', { |
| 1198 'libraries': [ | 1200 'libraries': [ |
| 1199 '-lbz2', | 1201 '-lbz2', |
| 1200 ] | 1202 ] |
| 1201 }], | 1203 }], |
| 1202 ], | 1204 ], |
| 1203 }, | 1205 }, |
| 1204 ], | 1206 ], |
| 1205 } | 1207 } |
| OLD | NEW |