| 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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 '../../src/liveedit-debugger.js', | 1428 '../../src/liveedit-debugger.js', |
| 1429 '../../src/date.js', | 1429 '../../src/date.js', |
| 1430 '../../src/json.js', | 1430 '../../src/json.js', |
| 1431 '../../src/regexp.js', | 1431 '../../src/regexp.js', |
| 1432 '../../src/arraybuffer.js', | 1432 '../../src/arraybuffer.js', |
| 1433 '../../src/typedarray.js', | 1433 '../../src/typedarray.js', |
| 1434 '../../src/weak_collection.js', | 1434 '../../src/weak_collection.js', |
| 1435 '../../src/promise.js', | 1435 '../../src/promise.js', |
| 1436 '../../src/object-observe.js', | 1436 '../../src/object-observe.js', |
| 1437 '../../src/symbol.js', | 1437 '../../src/symbol.js', |
| 1438 '../../src/collection.js', |
| 1439 '../../src/collection-iterator.js', |
| 1438 '../../src/macros.py', | 1440 '../../src/macros.py', |
| 1439 ], | 1441 ], |
| 1440 'experimental_library_files': [ | 1442 'experimental_library_files': [ |
| 1441 '../../src/macros.py', | 1443 '../../src/macros.py', |
| 1442 '../../src/proxy.js', | 1444 '../../src/proxy.js', |
| 1443 '../../src/collection.js', | |
| 1444 '../../src/collection-iterator.js', | |
| 1445 '../../src/generator.js', | 1445 '../../src/generator.js', |
| 1446 '../../src/array-iterator.js', | 1446 '../../src/array-iterator.js', |
| 1447 '../../src/string-iterator.js', | 1447 '../../src/string-iterator.js', |
| 1448 '../../src/harmony-string.js', | 1448 '../../src/harmony-string.js', |
| 1449 '../../src/harmony-array.js', | 1449 '../../src/harmony-array.js', |
| 1450 ], | 1450 ], |
| 1451 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1451 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1452 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1452 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1453 }, | 1453 }, |
| 1454 'actions': [ | 1454 'actions': [ |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1554 }], | 1554 }], |
| 1555 ['v8_compress_startup_data=="bz2"', { | 1555 ['v8_compress_startup_data=="bz2"', { |
| 1556 'libraries': [ | 1556 'libraries': [ |
| 1557 '-lbz2', | 1557 '-lbz2', |
| 1558 ] | 1558 ] |
| 1559 }], | 1559 }], |
| 1560 ], | 1560 ], |
| 1561 }, | 1561 }, |
| 1562 ], | 1562 ], |
| 1563 } | 1563 } |
| OLD | NEW |