| 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 'variables': { | 566 'variables': { |
| 567 'library_files': [ | 567 'library_files': [ |
| 568 '../../src/runtime.js', | 568 '../../src/runtime.js', |
| 569 '../../src/v8natives.js', | 569 '../../src/v8natives.js', |
| 570 '../../src/array.js', | 570 '../../src/array.js', |
| 571 '../../src/string.js', | 571 '../../src/string.js', |
| 572 '../../src/uri.js', | 572 '../../src/uri.js', |
| 573 '../../src/math.js', | 573 '../../src/math.js', |
| 574 '../../src/messages.js', | 574 '../../src/messages.js', |
| 575 '../../src/apinatives.js', | 575 '../../src/apinatives.js', |
| 576 '../../src/debug-delay.js', | 576 '../../src/debug-debugger.js', |
| 577 '../../src/liveedit-delay.js', | 577 '../../src/mirror-debugger.js', |
| 578 '../../src/mirror-delay.js', | 578 '../../src/liveedit-debugger.js', |
| 579 '../../src/date-delay.js', | 579 '../../src/date.js', |
| 580 '../../src/json-delay.js', | 580 '../../src/json.js', |
| 581 '../../src/regexp-delay.js', | 581 '../../src/regexp.js', |
| 582 '../../src/macros.py', | 582 '../../src/macros.py', |
| 583 ], | 583 ], |
| 584 }, | 584 }, |
| 585 'actions': [ | 585 'actions': [ |
| 586 { | 586 { |
| 587 'action_name': 'js2c', | 587 'action_name': 'js2c', |
| 588 'inputs': [ | 588 'inputs': [ |
| 589 '../../tools/js2c.py', | 589 '../../tools/js2c.py', |
| 590 '<@(library_files)', | 590 '<@(library_files)', |
| 591 ], | 591 ], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 ], | 636 ], |
| 637 'conditions': [ | 637 'conditions': [ |
| 638 [ 'OS=="win"', { | 638 [ 'OS=="win"', { |
| 639 # This could be gotten by not setting chromium_code, if that's OK. | 639 # This could be gotten by not setting chromium_code, if that's OK. |
| 640 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 640 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 641 }], | 641 }], |
| 642 ], | 642 ], |
| 643 }, | 643 }, |
| 644 ], | 644 ], |
| 645 } | 645 } |
| OLD | NEW |