| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 '../../src/stub-cache.h', | 445 '../../src/stub-cache.h', |
| 446 '../../src/sweeper-thread.h', | 446 '../../src/sweeper-thread.h', |
| 447 '../../src/sweeper-thread.cc', | 447 '../../src/sweeper-thread.cc', |
| 448 '../../src/token.cc', | 448 '../../src/token.cc', |
| 449 '../../src/token.h', | 449 '../../src/token.h', |
| 450 '../../src/transitions-inl.h', | 450 '../../src/transitions-inl.h', |
| 451 '../../src/transitions.cc', | 451 '../../src/transitions.cc', |
| 452 '../../src/transitions.h', | 452 '../../src/transitions.h', |
| 453 '../../src/type-info.cc', | 453 '../../src/type-info.cc', |
| 454 '../../src/type-info.h', | 454 '../../src/type-info.h', |
| 455 '../../src/typing.cc', |
| 456 '../../src/typing.h', |
| 455 '../../src/unbound-queue-inl.h', | 457 '../../src/unbound-queue-inl.h', |
| 456 '../../src/unbound-queue.h', | 458 '../../src/unbound-queue.h', |
| 457 '../../src/unicode-inl.h', | 459 '../../src/unicode-inl.h', |
| 458 '../../src/unicode.cc', | 460 '../../src/unicode.cc', |
| 459 '../../src/unicode.h', | 461 '../../src/unicode.h', |
| 460 '../../src/uri.h', | 462 '../../src/uri.h', |
| 461 '../../src/utils-inl.h', | 463 '../../src/utils-inl.h', |
| 462 '../../src/utils.cc', | 464 '../../src/utils.cc', |
| 463 '../../src/utils.h', | 465 '../../src/utils.h', |
| 464 '../../src/v8-counters.cc', | 466 '../../src/v8-counters.cc', |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 }], | 997 }], |
| 996 ], | 998 ], |
| 997 'dependencies': [ | 999 'dependencies': [ |
| 998 'v8' | 1000 'v8' |
| 999 ], | 1001 ], |
| 1000 }, | 1002 }, |
| 1001 ], | 1003 ], |
| 1002 }], | 1004 }], |
| 1003 ], | 1005 ], |
| 1004 } | 1006 } |
| OLD | NEW |