| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 '../../src/dtoa.h', | 327 '../../src/dtoa.h', |
| 328 '../../src/effects.h', | 328 '../../src/effects.h', |
| 329 '../../src/elements-kind.cc', | 329 '../../src/elements-kind.cc', |
| 330 '../../src/elements-kind.h', | 330 '../../src/elements-kind.h', |
| 331 '../../src/elements.cc', | 331 '../../src/elements.cc', |
| 332 '../../src/elements.h', | 332 '../../src/elements.h', |
| 333 '../../src/execution.cc', | 333 '../../src/execution.cc', |
| 334 '../../src/execution.h', | 334 '../../src/execution.h', |
| 335 '../../src/extensions/externalize-string-extension.cc', | 335 '../../src/extensions/externalize-string-extension.cc', |
| 336 '../../src/extensions/externalize-string-extension.h', | 336 '../../src/extensions/externalize-string-extension.h', |
| 337 '../../src/extensions/free-buffer-extension.cc', |
| 338 '../../src/extensions/free-buffer-extension.h', |
| 337 '../../src/extensions/gc-extension.cc', | 339 '../../src/extensions/gc-extension.cc', |
| 338 '../../src/extensions/gc-extension.h', | 340 '../../src/extensions/gc-extension.h', |
| 339 '../../src/extensions/statistics-extension.cc', | 341 '../../src/extensions/statistics-extension.cc', |
| 340 '../../src/extensions/statistics-extension.h', | 342 '../../src/extensions/statistics-extension.h', |
| 341 '../../src/factory.cc', | 343 '../../src/factory.cc', |
| 342 '../../src/factory.h', | 344 '../../src/factory.h', |
| 343 '../../src/fast-dtoa.cc', | 345 '../../src/fast-dtoa.cc', |
| 344 '../../src/fast-dtoa.h', | 346 '../../src/fast-dtoa.h', |
| 345 '../../src/fixed-dtoa.cc', | 347 '../../src/fixed-dtoa.cc', |
| 346 '../../src/fixed-dtoa.h', | 348 '../../src/fixed-dtoa.h', |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 '../../src/arraybuffer.js', | 1018 '../../src/arraybuffer.js', |
| 1017 '../../src/typedarray.js', | 1019 '../../src/typedarray.js', |
| 1018 '../../src/macros.py', | 1020 '../../src/macros.py', |
| 1019 ], | 1021 ], |
| 1020 'experimental_library_files': [ | 1022 'experimental_library_files': [ |
| 1021 '../../src/macros.py', | 1023 '../../src/macros.py', |
| 1022 '../../src/symbol.js', | 1024 '../../src/symbol.js', |
| 1023 '../../src/proxy.js', | 1025 '../../src/proxy.js', |
| 1024 '../../src/collection.js', | 1026 '../../src/collection.js', |
| 1025 '../../src/object-observe.js', | 1027 '../../src/object-observe.js', |
| 1028 '../../src/promise.js', |
| 1026 '../../src/generator.js', | 1029 '../../src/generator.js', |
| 1027 '../../src/array-iterator.js', | 1030 '../../src/array-iterator.js', |
| 1028 '../../src/harmony-string.js', | 1031 '../../src/harmony-string.js', |
| 1029 '../../src/harmony-array.js', | 1032 '../../src/harmony-array.js', |
| 1030 '../../src/harmony-math.js' | 1033 '../../src/harmony-math.js' |
| 1031 ], | 1034 ], |
| 1032 }, | 1035 }, |
| 1033 'actions': [ | 1036 'actions': [ |
| 1034 { | 1037 { |
| 1035 'action_name': 'js2c', | 1038 'action_name': 'js2c', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 }], | 1149 }], |
| 1147 ['v8_compress_startup_data=="bz2"', { | 1150 ['v8_compress_startup_data=="bz2"', { |
| 1148 'libraries': [ | 1151 'libraries': [ |
| 1149 '-lbz2', | 1152 '-lbz2', |
| 1150 ] | 1153 ] |
| 1151 }], | 1154 }], |
| 1152 ], | 1155 ], |
| 1153 }, | 1156 }, |
| 1154 ], | 1157 ], |
| 1155 } | 1158 } |
| OLD | NEW |