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