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-inl.h', | 483 '../../src/objects-inl.h', |
484 '../../src/objects-printer.cc', | 484 '../../src/objects-printer.cc', |
485 '../../src/objects-visiting.cc', | 485 '../../src/objects-visiting.cc', |
486 '../../src/objects-visiting.h', | 486 '../../src/objects-visiting.h', |
487 '../../src/objects.cc', | 487 '../../src/objects.cc', |
488 '../../src/objects.h', | 488 '../../src/objects.h', |
489 '../../src/once.cc', | 489 '../../src/once.cc', |
490 '../../src/once.h', | 490 '../../src/once.h', |
491 '../../src/optimizing-compiler-thread.h', | 491 '../../src/optimizing-compiler-thread.h', |
492 '../../src/optimizing-compiler-thread.cc', | 492 '../../src/optimizing-compiler-thread.cc', |
| 493 '../../src/parser-symbol-table.cc', |
| 494 '../../src/parser-symbol-table.h', |
493 '../../src/parser.cc', | 495 '../../src/parser.cc', |
494 '../../src/parser.h', | 496 '../../src/parser.h', |
495 '../../src/platform/elapsed-timer.h', | 497 '../../src/platform/elapsed-timer.h', |
496 '../../src/platform/time.cc', | 498 '../../src/platform/time.cc', |
497 '../../src/platform/time.h', | 499 '../../src/platform/time.h', |
498 '../../src/platform.h', | 500 '../../src/platform.h', |
499 '../../src/platform/condition-variable.cc', | 501 '../../src/platform/condition-variable.cc', |
500 '../../src/platform/condition-variable.h', | 502 '../../src/platform/condition-variable.h', |
501 '../../src/platform/mutex.cc', | 503 '../../src/platform/mutex.cc', |
502 '../../src/platform/mutex.h', | 504 '../../src/platform/mutex.h', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1203 }], | 1205 }], |
1204 ['v8_compress_startup_data=="bz2"', { | 1206 ['v8_compress_startup_data=="bz2"', { |
1205 'libraries': [ | 1207 'libraries': [ |
1206 '-lbz2', | 1208 '-lbz2', |
1207 ] | 1209 ] |
1208 }], | 1210 }], |
1209 ], | 1211 ], |
1210 }, | 1212 }, |
1211 ], | 1213 ], |
1212 } | 1214 } |
OLD | NEW |