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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 '../../src/rewriter.cc', | 402 '../../src/rewriter.cc', |
403 '../../src/rewriter.h', | 403 '../../src/rewriter.h', |
404 '../../src/runtime.cc', | 404 '../../src/runtime.cc', |
405 '../../src/runtime.h', | 405 '../../src/runtime.h', |
406 '../../src/runtime-profiler.cc', | 406 '../../src/runtime-profiler.cc', |
407 '../../src/runtime-profiler.h', | 407 '../../src/runtime-profiler.h', |
408 '../../src/safepoint-table.cc', | 408 '../../src/safepoint-table.cc', |
409 '../../src/safepoint-table.h', | 409 '../../src/safepoint-table.h', |
410 '../../src/scanner-base.cc', | 410 '../../src/scanner-base.cc', |
411 '../../src/scanner-base.h', | 411 '../../src/scanner-base.h', |
412 '../../src/scanner.cc', | 412 '../../src/scanner-character-streams.cc', |
413 '../../src/scanner.h', | 413 '../../src/scanner-character-streams.h', |
414 '../../src/scopeinfo.cc', | 414 '../../src/scopeinfo.cc', |
415 '../../src/scopeinfo.h', | 415 '../../src/scopeinfo.h', |
416 '../../src/scopes.cc', | 416 '../../src/scopes.cc', |
417 '../../src/scopes.h', | 417 '../../src/scopes.h', |
418 '../../src/serialize.cc', | 418 '../../src/serialize.cc', |
419 '../../src/serialize.h', | 419 '../../src/serialize.h', |
420 '../../src/small-pointer-list.h', | 420 '../../src/small-pointer-list.h', |
421 '../../src/smart-pointer.h', | 421 '../../src/smart-pointer.h', |
422 '../../src/snapshot-common.cc', | 422 '../../src/snapshot-common.cc', |
423 '../../src/snapshot.h', | 423 '../../src/snapshot.h', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 }], | 832 }], |
833 ], | 833 ], |
834 'dependencies': [ | 834 'dependencies': [ |
835 'v8' | 835 'v8' |
836 ], | 836 ], |
837 }, | 837 }, |
838 ], | 838 ], |
839 }], | 839 }], |
840 ], | 840 ], |
841 } | 841 } |
OLD | NEW |