| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 '../../src/natives.h', | 431 '../../src/natives.h', |
| 432 '../../src/objects-debug.cc', | 432 '../../src/objects-debug.cc', |
| 433 '../../src/objects-printer.cc', | 433 '../../src/objects-printer.cc', |
| 434 '../../src/objects-inl.h', | 434 '../../src/objects-inl.h', |
| 435 '../../src/objects-visiting.cc', | 435 '../../src/objects-visiting.cc', |
| 436 '../../src/objects-visiting.h', | 436 '../../src/objects-visiting.h', |
| 437 '../../src/objects.cc', | 437 '../../src/objects.cc', |
| 438 '../../src/objects.h', | 438 '../../src/objects.h', |
| 439 '../../src/parser.cc', | 439 '../../src/parser.cc', |
| 440 '../../src/parser.h', | 440 '../../src/parser.h', |
| 441 '../../src/platform-tls-mac.h', |
| 441 '../../src/platform-tls-win32.h', | 442 '../../src/platform-tls-win32.h', |
| 442 '../../src/platform-tls.h', | 443 '../../src/platform-tls.h', |
| 443 '../../src/platform.h', | 444 '../../src/platform.h', |
| 444 '../../src/preparse-data.cc', | 445 '../../src/preparse-data.cc', |
| 445 '../../src/preparse-data.h', | 446 '../../src/preparse-data.h', |
| 446 '../../src/preparser.cc', | 447 '../../src/preparser.cc', |
| 447 '../../src/preparser.h', | 448 '../../src/preparser.h', |
| 448 '../../src/prettyprinter.cc', | 449 '../../src/prettyprinter.cc', |
| 449 '../../src/prettyprinter.h', | 450 '../../src/prettyprinter.h', |
| 450 '../../src/property.cc', | 451 '../../src/property.cc', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 'target_name': 'v8_shell', | 835 'target_name': 'v8_shell', |
| 835 'type': 'none', | 836 'type': 'none', |
| 836 'dependencies': [ | 837 'dependencies': [ |
| 837 'v8' | 838 'v8' |
| 838 ], | 839 ], |
| 839 }, | 840 }, |
| 840 ], | 841 ], |
| 841 }], | 842 }], |
| 842 ], | 843 ], |
| 843 } | 844 } |
| OLD | NEW |