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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 'experimental_library_files': [ | 929 'experimental_library_files': [ |
930 '../../src/macros.py', | 930 '../../src/macros.py', |
931 '../../src/symbol.js', | 931 '../../src/symbol.js', |
932 '../../src/proxy.js', | 932 '../../src/proxy.js', |
933 '../../src/collection.js', | 933 '../../src/collection.js', |
934 '../../src/object-observe.js', | 934 '../../src/object-observe.js', |
935 '../../src/generator.js', | 935 '../../src/generator.js', |
936 '../../src/array-iterator.js', | 936 '../../src/array-iterator.js', |
937 '../../src/harmony-string.js', | 937 '../../src/harmony-string.js', |
938 '../../src/harmony-array.js', | 938 '../../src/harmony-array.js', |
| 939 '../../src/harmony-math.js' |
939 ], | 940 ], |
940 }, | 941 }, |
941 'actions': [ | 942 'actions': [ |
942 { | 943 { |
943 'action_name': 'js2c', | 944 'action_name': 'js2c', |
944 'inputs': [ | 945 'inputs': [ |
945 '../../tools/js2c.py', | 946 '../../tools/js2c.py', |
946 '<@(library_files)', | 947 '<@(library_files)', |
947 '<@(i18n_library_files)', | 948 '<@(i18n_library_files)', |
948 ], | 949 ], |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1054 }], | 1055 }], |
1055 ['v8_compress_startup_data=="bz2"', { | 1056 ['v8_compress_startup_data=="bz2"', { |
1056 'libraries': [ | 1057 'libraries': [ |
1057 '-lbz2', | 1058 '-lbz2', |
1058 ] | 1059 ] |
1059 }], | 1060 }], |
1060 ], | 1061 ], |
1061 }, | 1062 }, |
1062 ], | 1063 ], |
1063 } | 1064 } |
OLD | NEW |