OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 '../../src/objects-visiting.cc', | 519 '../../src/objects-visiting.cc', |
520 '../../src/objects-visiting.h', | 520 '../../src/objects-visiting.h', |
521 '../../src/objects.cc', | 521 '../../src/objects.cc', |
522 '../../src/objects.h', | 522 '../../src/objects.h', |
523 '../../src/parser.cc', | 523 '../../src/parser.cc', |
524 '../../src/parser.h', | 524 '../../src/parser.h', |
525 '../../src/platform-tls-mac.h', | 525 '../../src/platform-tls-mac.h', |
526 '../../src/platform-tls-win32.h', | 526 '../../src/platform-tls-win32.h', |
527 '../../src/platform-tls.h', | 527 '../../src/platform-tls.h', |
528 '../../src/platform.h', | 528 '../../src/platform.h', |
| 529 '../../src/preparse-data-format.h', |
529 '../../src/preparse-data.cc', | 530 '../../src/preparse-data.cc', |
530 '../../src/preparse-data.h', | 531 '../../src/preparse-data.h', |
531 '../../src/preparser.cc', | 532 '../../src/preparser.cc', |
532 '../../src/preparser.h', | 533 '../../src/preparser.h', |
533 '../../src/prettyprinter.cc', | 534 '../../src/prettyprinter.cc', |
534 '../../src/prettyprinter.h', | 535 '../../src/prettyprinter.h', |
535 '../../src/property.cc', | 536 '../../src/property.cc', |
536 '../../src/property.h', | 537 '../../src/property.h', |
537 '../../src/profile-generator-inl.h', | 538 '../../src/profile-generator-inl.h', |
538 '../../src/profile-generator.cc', | 539 '../../src/profile-generator.cc', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 '../../src/token.h', | 585 '../../src/token.h', |
585 '../../src/top.cc', | 586 '../../src/top.cc', |
586 '../../src/top.h', | 587 '../../src/top.h', |
587 '../../src/type-info.cc', | 588 '../../src/type-info.cc', |
588 '../../src/type-info.h', | 589 '../../src/type-info.h', |
589 '../../src/unbound-queue-inl.h', | 590 '../../src/unbound-queue-inl.h', |
590 '../../src/unbound-queue.h', | 591 '../../src/unbound-queue.h', |
591 '../../src/unicode-inl.h', | 592 '../../src/unicode-inl.h', |
592 '../../src/unicode.cc', | 593 '../../src/unicode.cc', |
593 '../../src/unicode.h', | 594 '../../src/unicode.h', |
594 » '../../src/utils-inl.h', | 595 '../../src/utils-inl.h', |
595 '../../src/utils.cc', | 596 '../../src/utils.cc', |
596 '../../src/utils.h', | 597 '../../src/utils.h', |
597 '../../src/v8-counters.cc', | 598 '../../src/v8-counters.cc', |
598 '../../src/v8-counters.h', | 599 '../../src/v8-counters.h', |
599 '../../src/v8.cc', | 600 '../../src/v8.cc', |
600 '../../src/v8.h', | 601 '../../src/v8.h', |
601 '../../src/v8checks.h', | 602 '../../src/v8checks.h', |
602 '../../src/v8globals.h', | 603 '../../src/v8globals.h', |
603 '../../src/v8memory.h', | 604 '../../src/v8memory.h', |
604 '../../src/v8threads.cc', | 605 '../../src/v8threads.cc', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 'target_name': 'v8_shell', | 923 'target_name': 'v8_shell', |
923 'type': 'none', | 924 'type': 'none', |
924 'dependencies': [ | 925 'dependencies': [ |
925 'v8' | 926 'v8' |
926 ], | 927 ], |
927 }, | 928 }, |
928 ], | 929 ], |
929 }], | 930 }], |
930 ], | 931 ], |
931 } | 932 } |
OLD | NEW |