| 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 'variables': { | 554 'variables': { |
| 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-debugger.js', |
| 565 '../../src/mirror-delay.js', | 565 '../../src/mirror-debugger.js', |
| 566 '../../src/date-delay.js', | 566 '../../src/date.js', |
| 567 '../../src/json-delay.js', | 567 '../../src/json.js', |
| 568 '../../src/regexp-delay.js', | 568 '../../src/regexp.js', |
| 569 '../../src/macros.py', | 569 '../../src/macros.py', |
| 570 ], | 570 ], |
| 571 }, | 571 }, |
| 572 'actions': [ | 572 'actions': [ |
| 573 { | 573 { |
| 574 'action_name': 'js2c', | 574 'action_name': 'js2c', |
| 575 'inputs': [ | 575 'inputs': [ |
| 576 '../../tools/js2c.py', | 576 '../../tools/js2c.py', |
| 577 '<@(library_files)', | 577 '<@(library_files)', |
| 578 ], | 578 ], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 ], | 623 ], |
| 624 'conditions': [ | 624 'conditions': [ |
| 625 [ 'OS=="win"', { | 625 [ 'OS=="win"', { |
| 626 # This could be gotten by not setting chromium_code, if that's OK. | 626 # This could be gotten by not setting chromium_code, if that's OK. |
| 627 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 627 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 628 }], | 628 }], |
| 629 ], | 629 ], |
| 630 }, | 630 }, |
| 631 ], | 631 ], |
| 632 } | 632 } |
| OLD | NEW |