| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 '../../src/jsregexp.cc', | 436 '../../src/jsregexp.cc', |
| 437 '../../src/jsregexp.h', | 437 '../../src/jsregexp.h', |
| 438 '../../src/isolate.cc', | 438 '../../src/isolate.cc', |
| 439 '../../src/isolate.h', | 439 '../../src/isolate.h', |
| 440 '../../src/list-inl.h', | 440 '../../src/list-inl.h', |
| 441 '../../src/list.h', | 441 '../../src/list.h', |
| 442 '../../src/lithium.cc', | 442 '../../src/lithium.cc', |
| 443 '../../src/lithium.h', | 443 '../../src/lithium.h', |
| 444 '../../src/lithium-allocator.cc', | 444 '../../src/lithium-allocator.cc', |
| 445 '../../src/lithium-allocator.h', | 445 '../../src/lithium-allocator.h', |
| 446 '../../src/lithium-allocator-inl.h', |
| 446 '../../src/liveedit.cc', | 447 '../../src/liveedit.cc', |
| 447 '../../src/liveedit.h', | 448 '../../src/liveedit.h', |
| 448 '../../src/liveobjectlist-inl.h', | 449 '../../src/liveobjectlist-inl.h', |
| 449 '../../src/liveobjectlist.cc', | 450 '../../src/liveobjectlist.cc', |
| 450 '../../src/liveobjectlist.h', | 451 '../../src/liveobjectlist.h', |
| 451 '../../src/log-inl.h', | 452 '../../src/log-inl.h', |
| 452 '../../src/log-utils.cc', | 453 '../../src/log-utils.cc', |
| 453 '../../src/log-utils.h', | 454 '../../src/log-utils.h', |
| 454 '../../src/log.cc', | 455 '../../src/log.cc', |
| 455 '../../src/log.h', | 456 '../../src/log.h', |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 861 'target_name': 'v8_shell', | 862 'target_name': 'v8_shell', |
| 862 'type': 'none', | 863 'type': 'none', |
| 863 'dependencies': [ | 864 'dependencies': [ |
| 864 'v8' | 865 'v8' |
| 865 ], | 866 ], |
| 866 }, | 867 }, |
| 867 ], | 868 ], |
| 868 }], | 869 }], |
| 869 ], | 870 ], |
| 870 } | 871 } |
| OLD | NEW |