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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 '../../src/store-buffer.cc', | 454 '../../src/store-buffer.cc', |
455 '../../src/store-buffer.h', | 455 '../../src/store-buffer.h', |
456 '../../src/string-search.cc', | 456 '../../src/string-search.cc', |
457 '../../src/string-search.h', | 457 '../../src/string-search.h', |
458 '../../src/string-stream.cc', | 458 '../../src/string-stream.cc', |
459 '../../src/string-stream.h', | 459 '../../src/string-stream.h', |
460 '../../src/strtod.cc', | 460 '../../src/strtod.cc', |
461 '../../src/strtod.h', | 461 '../../src/strtod.h', |
462 '../../src/stub-cache.cc', | 462 '../../src/stub-cache.cc', |
463 '../../src/stub-cache.h', | 463 '../../src/stub-cache.h', |
| 464 '../../src/sweeper-thread.h', |
| 465 '../../src/sweeper-thread.cc', |
464 '../../src/token.cc', | 466 '../../src/token.cc', |
465 '../../src/token.h', | 467 '../../src/token.h', |
466 '../../src/transitions-inl.h', | 468 '../../src/transitions-inl.h', |
467 '../../src/transitions.cc', | 469 '../../src/transitions.cc', |
468 '../../src/transitions.h', | 470 '../../src/transitions.h', |
469 '../../src/type-info.cc', | 471 '../../src/type-info.cc', |
470 '../../src/type-info.h', | 472 '../../src/type-info.h', |
471 '../../src/unbound-queue-inl.h', | 473 '../../src/unbound-queue-inl.h', |
472 '../../src/unbound-queue.h', | 474 '../../src/unbound-queue.h', |
473 '../../src/unicode-inl.h', | 475 '../../src/unicode-inl.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 }], | 1047 }], |
1046 ], | 1048 ], |
1047 'dependencies': [ | 1049 'dependencies': [ |
1048 'v8' | 1050 'v8' |
1049 ], | 1051 ], |
1050 }, | 1052 }, |
1051 ], | 1053 ], |
1052 }], | 1054 }], |
1053 ], | 1055 ], |
1054 } | 1056 } |
OLD | NEW |