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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 '../../src/string-search.cc', | 576 '../../src/string-search.cc', |
577 '../../src/string-search.h', | 577 '../../src/string-search.h', |
578 '../../src/string-stream.cc', | 578 '../../src/string-stream.cc', |
579 '../../src/string-stream.h', | 579 '../../src/string-stream.h', |
580 '../../src/strtod.cc', | 580 '../../src/strtod.cc', |
581 '../../src/strtod.h', | 581 '../../src/strtod.h', |
582 '../../src/stub-cache.cc', | 582 '../../src/stub-cache.cc', |
583 '../../src/stub-cache.h', | 583 '../../src/stub-cache.h', |
584 '../../src/token.cc', | 584 '../../src/token.cc', |
585 '../../src/token.h', | 585 '../../src/token.h', |
586 '../../src/top.cc', | |
587 '../../src/top.h', | |
588 '../../src/type-info.cc', | 586 '../../src/type-info.cc', |
589 '../../src/type-info.h', | 587 '../../src/type-info.h', |
590 '../../src/unbound-queue-inl.h', | 588 '../../src/unbound-queue-inl.h', |
591 '../../src/unbound-queue.h', | 589 '../../src/unbound-queue.h', |
592 '../../src/unicode-inl.h', | 590 '../../src/unicode-inl.h', |
593 '../../src/unicode.cc', | 591 '../../src/unicode.cc', |
594 '../../src/unicode.h', | 592 '../../src/unicode.h', |
595 '../../src/utils-inl.h', | 593 '../../src/utils-inl.h', |
596 '../../src/utils.cc', | 594 '../../src/utils.cc', |
597 '../../src/utils.h', | 595 '../../src/utils.h', |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 'target_name': 'v8_shell', | 921 'target_name': 'v8_shell', |
924 'type': 'none', | 922 'type': 'none', |
925 'dependencies': [ | 923 'dependencies': [ |
926 'v8' | 924 'v8' |
927 ], | 925 ], |
928 }, | 926 }, |
929 ], | 927 ], |
930 }], | 928 }], |
931 ], | 929 ], |
932 } | 930 } |
OLD | NEW |