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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 '../../src/regexp-stack.cc', | 440 '../../src/regexp-stack.cc', |
441 '../../src/regexp-stack.h', | 441 '../../src/regexp-stack.h', |
442 '../../src/rewriter.cc', | 442 '../../src/rewriter.cc', |
443 '../../src/rewriter.h', | 443 '../../src/rewriter.h', |
444 '../../src/runtime-profiler.cc', | 444 '../../src/runtime-profiler.cc', |
445 '../../src/runtime-profiler.h', | 445 '../../src/runtime-profiler.h', |
446 '../../src/runtime.cc', | 446 '../../src/runtime.cc', |
447 '../../src/runtime.h', | 447 '../../src/runtime.h', |
448 '../../src/safepoint-table.cc', | 448 '../../src/safepoint-table.cc', |
449 '../../src/safepoint-table.h', | 449 '../../src/safepoint-table.h', |
| 450 '../../src/sampler.cc', |
| 451 '../../src/sampler.h', |
450 '../../src/scanner-character-streams.cc', | 452 '../../src/scanner-character-streams.cc', |
451 '../../src/scanner-character-streams.h', | 453 '../../src/scanner-character-streams.h', |
452 '../../src/scanner.cc', | 454 '../../src/scanner.cc', |
453 '../../src/scanner.h', | 455 '../../src/scanner.h', |
454 '../../src/scopeinfo.cc', | 456 '../../src/scopeinfo.cc', |
455 '../../src/scopeinfo.h', | 457 '../../src/scopeinfo.h', |
456 '../../src/scopes.cc', | 458 '../../src/scopes.cc', |
457 '../../src/scopes.h', | 459 '../../src/scopes.h', |
458 '../../src/serialize.cc', | 460 '../../src/serialize.cc', |
459 '../../src/serialize.h', | 461 '../../src/serialize.h', |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1009 }], | 1011 }], |
1010 ], | 1012 ], |
1011 'dependencies': [ | 1013 'dependencies': [ |
1012 'v8' | 1014 'v8' |
1013 ], | 1015 ], |
1014 }, | 1016 }, |
1015 ], | 1017 ], |
1016 }], | 1018 }], |
1017 ], | 1019 ], |
1018 } | 1020 } |
OLD | NEW |