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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 '../../src/debug-debugger.js', | 780 '../../src/debug-debugger.js', |
781 '../../src/mirror-debugger.js', | 781 '../../src/mirror-debugger.js', |
782 '../../src/liveedit-debugger.js', | 782 '../../src/liveedit-debugger.js', |
783 '../../src/date.js', | 783 '../../src/date.js', |
784 '../../src/json.js', | 784 '../../src/json.js', |
785 '../../src/regexp.js', | 785 '../../src/regexp.js', |
786 '../../src/macros.py', | 786 '../../src/macros.py', |
787 ], | 787 ], |
788 'experimental_library_files': [ | 788 'experimental_library_files': [ |
789 '../../src/macros.py', | 789 '../../src/macros.py', |
| 790 '../../src/symbol.js', |
790 '../../src/proxy.js', | 791 '../../src/proxy.js', |
791 '../../src/collection.js', | 792 '../../src/collection.js', |
792 '../../src/object-observe.js' | 793 '../../src/object-observe.js' |
793 ], | 794 ], |
794 }, | 795 }, |
795 'actions': [ | 796 'actions': [ |
796 { | 797 { |
797 'action_name': 'js2c', | 798 'action_name': 'js2c', |
798 'inputs': [ | 799 'inputs': [ |
799 '../../tools/js2c.py', | 800 '../../tools/js2c.py', |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 }], | 1050 }], |
1050 ], | 1051 ], |
1051 'dependencies': [ | 1052 'dependencies': [ |
1052 'v8' | 1053 'v8' |
1053 ], | 1054 ], |
1054 }, | 1055 }, |
1055 ], | 1056 ], |
1056 }], | 1057 }], |
1057 ], | 1058 ], |
1058 } | 1059 } |
OLD | NEW |