| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 '../../src/messages.cc', | 459 '../../src/messages.cc', |
| 460 '../../src/messages.h', | 460 '../../src/messages.h', |
| 461 '../../src/natives.h', | 461 '../../src/natives.h', |
| 462 '../../src/objects-debug.cc', | 462 '../../src/objects-debug.cc', |
| 463 '../../src/objects-printer.cc', | 463 '../../src/objects-printer.cc', |
| 464 '../../src/objects-inl.h', | 464 '../../src/objects-inl.h', |
| 465 '../../src/objects-visiting.cc', | 465 '../../src/objects-visiting.cc', |
| 466 '../../src/objects-visiting.h', | 466 '../../src/objects-visiting.h', |
| 467 '../../src/objects.cc', | 467 '../../src/objects.cc', |
| 468 '../../src/objects.h', | 468 '../../src/objects.h', |
| 469 '../../src/oprofile-agent.h', | |
| 470 '../../src/oprofile-agent.cc', | |
| 471 '../../src/parser.cc', | 469 '../../src/parser.cc', |
| 472 '../../src/parser.h', | 470 '../../src/parser.h', |
| 473 '../../src/platform.h', | 471 '../../src/platform.h', |
| 474 '../../src/preparse-data.cc', | 472 '../../src/preparse-data.cc', |
| 475 '../../src/preparse-data.h', | 473 '../../src/preparse-data.h', |
| 476 '../../src/preparser.cc', | 474 '../../src/preparser.cc', |
| 477 '../../src/preparser.h', | 475 '../../src/preparser.h', |
| 478 '../../src/prettyprinter.cc', | 476 '../../src/prettyprinter.cc', |
| 479 '../../src/prettyprinter.h', | 477 '../../src/prettyprinter.h', |
| 480 '../../src/property.cc', | 478 '../../src/property.cc', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 'target_name': 'v8_shell', | 858 'target_name': 'v8_shell', |
| 861 'type': 'none', | 859 'type': 'none', |
| 862 'dependencies': [ | 860 'dependencies': [ |
| 863 'v8' | 861 'v8' |
| 864 ], | 862 ], |
| 865 }, | 863 }, |
| 866 ], | 864 ], |
| 867 }], | 865 }], |
| 868 ], | 866 ], |
| 869 } | 867 } |
| OLD | NEW |