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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1318 '../../src/mirror-debugger.js', | 1318 '../../src/mirror-debugger.js', |
1319 '../../src/liveedit-debugger.js', | 1319 '../../src/liveedit-debugger.js', |
1320 '../../src/date.js', | 1320 '../../src/date.js', |
1321 '../../src/json.js', | 1321 '../../src/json.js', |
1322 '../../src/regexp.js', | 1322 '../../src/regexp.js', |
1323 '../../src/arraybuffer.js', | 1323 '../../src/arraybuffer.js', |
1324 '../../src/typedarray.js', | 1324 '../../src/typedarray.js', |
1325 '../../src/weak_collection.js', | 1325 '../../src/weak_collection.js', |
1326 '../../src/promise.js', | 1326 '../../src/promise.js', |
1327 '../../src/object-observe.js', | 1327 '../../src/object-observe.js', |
| 1328 '../../src/symbol.js', |
| 1329 '../../src/collection.js', |
| 1330 '../../src/collection-iterator.js', |
1328 '../../src/macros.py', | 1331 '../../src/macros.py', |
1329 ], | 1332 ], |
1330 'experimental_library_files': [ | 1333 'experimental_library_files': [ |
1331 '../../src/macros.py', | 1334 '../../src/macros.py', |
1332 '../../src/symbol.js', | |
1333 '../../src/proxy.js', | 1335 '../../src/proxy.js', |
1334 '../../src/collection.js', | |
1335 '../../src/collection-iterator.js', | |
1336 '../../src/generator.js', | 1336 '../../src/generator.js', |
1337 '../../src/array-iterator.js', | 1337 '../../src/array-iterator.js', |
1338 '../../src/string-iterator.js', | 1338 '../../src/string-iterator.js', |
1339 '../../src/harmony-string.js', | 1339 '../../src/harmony-string.js', |
1340 '../../src/harmony-array.js', | 1340 '../../src/harmony-array.js', |
1341 ], | 1341 ], |
1342 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1342 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
1343 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1343 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
1344 }, | 1344 }, |
1345 'actions': [ | 1345 'actions': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1445 }], | 1445 }], |
1446 ['v8_compress_startup_data=="bz2"', { | 1446 ['v8_compress_startup_data=="bz2"', { |
1447 'libraries': [ | 1447 'libraries': [ |
1448 '-lbz2', | 1448 '-lbz2', |
1449 ] | 1449 ] |
1450 }], | 1450 }], |
1451 ], | 1451 ], |
1452 }, | 1452 }, |
1453 ], | 1453 ], |
1454 } | 1454 } |
OLD | NEW |