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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 '../../src/ic.h', | 428 '../../src/ic.h', |
429 '../../src/inspector.cc', | 429 '../../src/inspector.cc', |
430 '../../src/inspector.h', | 430 '../../src/inspector.h', |
431 '../../src/interpreter-irregexp.cc', | 431 '../../src/interpreter-irregexp.cc', |
432 '../../src/interpreter-irregexp.h', | 432 '../../src/interpreter-irregexp.h', |
433 '../../src/jump-target-inl.h', | 433 '../../src/jump-target-inl.h', |
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/isolate.cc', |
| 439 '../../src/isolate.h', |
438 '../../src/list-inl.h', | 440 '../../src/list-inl.h', |
439 '../../src/list.h', | 441 '../../src/list.h', |
440 '../../src/lithium.cc', | 442 '../../src/lithium.cc', |
441 '../../src/lithium.h', | 443 '../../src/lithium.h', |
442 '../../src/lithium-allocator.cc', | 444 '../../src/lithium-allocator.cc', |
443 '../../src/lithium-allocator.h', | 445 '../../src/lithium-allocator.h', |
444 '../../src/lithium-allocator-inl.h', | 446 '../../src/lithium-allocator-inl.h', |
445 '../../src/liveedit.cc', | 447 '../../src/liveedit.cc', |
446 '../../src/liveedit.h', | 448 '../../src/liveedit.h', |
447 '../../src/liveobjectlist-inl.h', | 449 '../../src/liveobjectlist-inl.h', |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 'target_name': 'v8_shell', | 862 'target_name': 'v8_shell', |
861 'type': 'none', | 863 'type': 'none', |
862 'dependencies': [ | 864 'dependencies': [ |
863 'v8' | 865 'v8' |
864 ], | 866 ], |
865 }, | 867 }, |
866 ], | 868 ], |
867 }], | 869 }], |
868 ], | 870 ], |
869 } | 871 } |
OLD | NEW |