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