OLD | NEW |
1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 'library_files': [ | 555 'library_files': [ |
556 '../../src/runtime.js', | 556 '../../src/runtime.js', |
557 '../../src/v8natives.js', | 557 '../../src/v8natives.js', |
558 '../../src/array.js', | 558 '../../src/array.js', |
559 '../../src/string.js', | 559 '../../src/string.js', |
560 '../../src/uri.js', | 560 '../../src/uri.js', |
561 '../../src/math.js', | 561 '../../src/math.js', |
562 '../../src/messages.js', | 562 '../../src/messages.js', |
563 '../../src/apinatives.js', | 563 '../../src/apinatives.js', |
564 '../../src/debug-delay.js', | 564 '../../src/debug-delay.js', |
| 565 '../../src/liveedit-delay.js', |
565 '../../src/mirror-delay.js', | 566 '../../src/mirror-delay.js', |
566 '../../src/date-delay.js', | 567 '../../src/date-delay.js', |
567 '../../src/json-delay.js', | 568 '../../src/json-delay.js', |
568 '../../src/regexp-delay.js', | 569 '../../src/regexp-delay.js', |
569 '../../src/macros.py', | 570 '../../src/macros.py', |
570 ], | 571 ], |
571 }, | 572 }, |
572 'actions': [ | 573 'actions': [ |
573 { | 574 { |
574 'action_name': 'js2c', | 575 'action_name': 'js2c', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 ], | 624 ], |
624 'conditions': [ | 625 'conditions': [ |
625 [ 'OS=="win"', { | 626 [ 'OS=="win"', { |
626 # This could be gotten by not setting chromium_code, if that's OK. | 627 # This could be gotten by not setting chromium_code, if that's OK. |
627 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 628 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
628 }], | 629 }], |
629 ], | 630 ], |
630 }, | 631 }, |
631 ], | 632 ], |
632 } | 633 } |
OLD | NEW |