| 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 }], | 1000 }], |
| 999 ], | 1001 ], |
| 1000 'dependencies': [ | 1002 'dependencies': [ |
| 1001 'v8' | 1003 'v8' |
| 1002 ], | 1004 ], |
| 1003 }, | 1005 }, |
| 1004 ], | 1006 ], |
| 1005 }], | 1007 }], |
| 1006 ], | 1008 ], |
| 1007 } | 1009 } |
| OLD | NEW |