| 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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 }, { | 1381 }, { |
| 1382 'variables': { | 1382 'variables': { |
| 1383 'i18n_library_files': [], | 1383 'i18n_library_files': [], |
| 1384 }, | 1384 }, |
| 1385 }], | 1385 }], |
| 1386 ], | 1386 ], |
| 1387 'variables': { | 1387 'variables': { |
| 1388 'library_files': [ | 1388 'library_files': [ |
| 1389 '../../src/runtime.js', | 1389 '../../src/runtime.js', |
| 1390 '../../src/v8natives.js', | 1390 '../../src/v8natives.js', |
| 1391 '../../src/symbol.js', | |
| 1392 '../../src/array.js', | 1391 '../../src/array.js', |
| 1393 '../../src/string.js', | 1392 '../../src/string.js', |
| 1394 '../../src/uri.js', | 1393 '../../src/uri.js', |
| 1395 '../../third_party/fdlibm/fdlibm.js', | 1394 '../../third_party/fdlibm/fdlibm.js', |
| 1396 '../../src/math.js', | 1395 '../../src/math.js', |
| 1397 '../../src/messages.js', | 1396 '../../src/messages.js', |
| 1398 '../../src/apinatives.js', | 1397 '../../src/apinatives.js', |
| 1399 '../../src/debug-debugger.js', | 1398 '../../src/debug-debugger.js', |
| 1400 '../../src/mirror-debugger.js', | 1399 '../../src/mirror-debugger.js', |
| 1401 '../../src/liveedit-debugger.js', | 1400 '../../src/liveedit-debugger.js', |
| 1402 '../../src/date.js', | 1401 '../../src/date.js', |
| 1403 '../../src/json.js', | 1402 '../../src/json.js', |
| 1404 '../../src/regexp.js', | 1403 '../../src/regexp.js', |
| 1405 '../../src/arraybuffer.js', | 1404 '../../src/arraybuffer.js', |
| 1406 '../../src/typedarray.js', | 1405 '../../src/typedarray.js', |
| 1407 '../../src/weak_collection.js', | 1406 '../../src/weak_collection.js', |
| 1408 '../../src/promise.js', | 1407 '../../src/promise.js', |
| 1409 '../../src/object-observe.js', | 1408 '../../src/object-observe.js', |
| 1409 '../../src/symbol.js', |
| 1410 '../../src/collection.js', | 1410 '../../src/collection.js', |
| 1411 '../../src/collection-iterator.js', | 1411 '../../src/collection-iterator.js', |
| 1412 '../../src/macros.py', | 1412 '../../src/macros.py', |
| 1413 '../../src/array-iterator.js', | |
| 1414 '../../src/string-iterator.js' | |
| 1415 ], | 1413 ], |
| 1416 'experimental_library_files': [ | 1414 'experimental_library_files': [ |
| 1417 '../../src/macros.py', | 1415 '../../src/macros.py', |
| 1418 '../../src/proxy.js', | 1416 '../../src/proxy.js', |
| 1419 '../../src/generator.js', | 1417 '../../src/generator.js', |
| 1418 '../../src/array-iterator.js', |
| 1419 '../../src/string-iterator.js', |
| 1420 '../../src/harmony-string.js', | 1420 '../../src/harmony-string.js', |
| 1421 '../../src/harmony-array.js', | 1421 '../../src/harmony-array.js', |
| 1422 '../../src/unscopables.js', |
| 1422 ], | 1423 ], |
| 1423 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1424 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1424 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1425 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1425 }, | 1426 }, |
| 1426 'actions': [ | 1427 'actions': [ |
| 1427 { | 1428 { |
| 1428 'action_name': 'js2c', | 1429 'action_name': 'js2c', |
| 1429 'inputs': [ | 1430 'inputs': [ |
| 1430 '../../tools/js2c.py', | 1431 '../../tools/js2c.py', |
| 1431 '<@(library_files)', | 1432 '<@(library_files)', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1526 }], | 1527 }], |
| 1527 ['v8_compress_startup_data=="bz2"', { | 1528 ['v8_compress_startup_data=="bz2"', { |
| 1528 'libraries': [ | 1529 'libraries': [ |
| 1529 '-lbz2', | 1530 '-lbz2', |
| 1530 ] | 1531 ] |
| 1531 }], | 1532 }], |
| 1532 ], | 1533 ], |
| 1533 }, | 1534 }, |
| 1534 ], | 1535 ], |
| 1535 } | 1536 } |
| OLD | NEW |