| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 '../../src/liveedit-debugger.js', | 772 '../../src/liveedit-debugger.js', |
| 773 '../../src/date.js', | 773 '../../src/date.js', |
| 774 '../../src/json.js', | 774 '../../src/json.js', |
| 775 '../../src/regexp.js', | 775 '../../src/regexp.js', |
| 776 '../../src/macros.py', | 776 '../../src/macros.py', |
| 777 ], | 777 ], |
| 778 'experimental_library_files': [ | 778 'experimental_library_files': [ |
| 779 '../../src/macros.py', | 779 '../../src/macros.py', |
| 780 '../../src/proxy.js', | 780 '../../src/proxy.js', |
| 781 '../../src/collection.js', | 781 '../../src/collection.js', |
| 782 '../../src/object-observe.js' |
| 782 ], | 783 ], |
| 783 }, | 784 }, |
| 784 'actions': [ | 785 'actions': [ |
| 785 { | 786 { |
| 786 'action_name': 'js2c', | 787 'action_name': 'js2c', |
| 787 'inputs': [ | 788 'inputs': [ |
| 788 '../../tools/js2c.py', | 789 '../../tools/js2c.py', |
| 789 '<@(library_files)', | 790 '<@(library_files)', |
| 790 ], | 791 ], |
| 791 'outputs': [ | 792 'outputs': [ |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 }], | 998 }], |
| 998 ], | 999 ], |
| 999 'dependencies': [ | 1000 'dependencies': [ |
| 1000 'v8' | 1001 'v8' |
| 1001 ], | 1002 ], |
| 1002 }, | 1003 }, |
| 1003 ], | 1004 ], |
| 1004 }], | 1005 }], |
| 1005 ], | 1006 ], |
| 1006 } | 1007 } |
| OLD | NEW |