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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 '../../src/hydrogen.h', | 518 '../../src/hydrogen.h', |
519 '../../src/hydrogen-instructions.cc', | 519 '../../src/hydrogen-instructions.cc', |
520 '../../src/hydrogen-instructions.h', | 520 '../../src/hydrogen-instructions.h', |
521 '../../src/ic-inl.h', | 521 '../../src/ic-inl.h', |
522 '../../src/ic.cc', | 522 '../../src/ic.cc', |
523 '../../src/ic.h', | 523 '../../src/ic.h', |
524 '../../src/inspector.cc', | 524 '../../src/inspector.cc', |
525 '../../src/inspector.h', | 525 '../../src/inspector.h', |
526 '../../src/interpreter-irregexp.cc', | 526 '../../src/interpreter-irregexp.cc', |
527 '../../src/interpreter-irregexp.h', | 527 '../../src/interpreter-irregexp.h', |
528 '../../src/json-parser.cc', | |
529 '../../src/json-parser.h', | 528 '../../src/json-parser.h', |
530 '../../src/jsregexp.cc', | 529 '../../src/jsregexp.cc', |
531 '../../src/jsregexp.h', | 530 '../../src/jsregexp.h', |
532 '../../src/isolate.cc', | 531 '../../src/isolate.cc', |
533 '../../src/isolate.h', | 532 '../../src/isolate.h', |
534 '../../src/list-inl.h', | 533 '../../src/list-inl.h', |
535 '../../src/list.h', | 534 '../../src/list.h', |
536 '../../src/lithium.cc', | 535 '../../src/lithium.cc', |
537 '../../src/lithium.h', | 536 '../../src/lithium.h', |
538 '../../src/lithium-allocator.cc', | 537 '../../src/lithium-allocator.cc', |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
988 'target_name': 'v8_shell', | 987 'target_name': 'v8_shell', |
989 'type': 'none', | 988 'type': 'none', |
990 'dependencies': [ | 989 'dependencies': [ |
991 'v8' | 990 'v8' |
992 ], | 991 ], |
993 }, | 992 }, |
994 ], | 993 ], |
995 }], | 994 }], |
996 ], | 995 ], |
997 } | 996 } |
OLD | NEW |