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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 '../../src/regexp-stack.cc', | 600 '../../src/regexp-stack.cc', |
601 '../../src/regexp-stack.h', | 601 '../../src/regexp-stack.h', |
602 '../../src/rewriter.cc', | 602 '../../src/rewriter.cc', |
603 '../../src/rewriter.h', | 603 '../../src/rewriter.h', |
604 '../../src/runtime-profiler.cc', | 604 '../../src/runtime-profiler.cc', |
605 '../../src/runtime-profiler.h', | 605 '../../src/runtime-profiler.h', |
606 '../../src/runtime.cc', | 606 '../../src/runtime.cc', |
607 '../../src/runtime.h', | 607 '../../src/runtime.h', |
608 '../../src/safepoint-table.cc', | 608 '../../src/safepoint-table.cc', |
609 '../../src/safepoint-table.h', | 609 '../../src/safepoint-table.h', |
| 610 '../../src/sampler-thread.cc', |
| 611 '../../src/sampler-thread.h', |
610 '../../src/sampler.cc', | 612 '../../src/sampler.cc', |
611 '../../src/sampler.h', | 613 '../../src/sampler.h', |
612 '../../src/scanner-character-streams.cc', | 614 '../../src/scanner-character-streams.cc', |
613 '../../src/scanner-character-streams.h', | 615 '../../src/scanner-character-streams.h', |
614 '../../src/scanner.cc', | 616 '../../src/scanner.cc', |
615 '../../src/scanner.h', | 617 '../../src/scanner.h', |
616 '../../src/scopeinfo.cc', | 618 '../../src/scopeinfo.cc', |
617 '../../src/scopeinfo.h', | 619 '../../src/scopeinfo.h', |
618 '../../src/scopes.cc', | 620 '../../src/scopes.cc', |
619 '../../src/scopes.h', | 621 '../../src/scopes.h', |
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1397 }], | 1399 }], |
1398 ['v8_compress_startup_data=="bz2"', { | 1400 ['v8_compress_startup_data=="bz2"', { |
1399 'libraries': [ | 1401 'libraries': [ |
1400 '-lbz2', | 1402 '-lbz2', |
1401 ] | 1403 ] |
1402 }], | 1404 }], |
1403 ], | 1405 ], |
1404 }, | 1406 }, |
1405 ], | 1407 ], |
1406 } | 1408 } |
OLD | NEW |