| 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 2025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2036 'experimental_library_files': [ | 2036 'experimental_library_files': [ |
| 2037 'js/macros.py', | 2037 'js/macros.py', |
| 2038 'messages.h', | 2038 'messages.h', |
| 2039 'js/harmony-atomics.js', | 2039 'js/harmony-atomics.js', |
| 2040 'js/harmony-regexp-exec.js', | 2040 'js/harmony-regexp-exec.js', |
| 2041 'js/harmony-sharedarraybuffer.js', | 2041 'js/harmony-sharedarraybuffer.js', |
| 2042 'js/harmony-simd.js', | 2042 'js/harmony-simd.js', |
| 2043 'js/harmony-species.js', | 2043 'js/harmony-species.js', |
| 2044 'js/harmony-unicode-regexps.js', | 2044 'js/harmony-unicode-regexps.js', |
| 2045 'js/harmony-string-padding.js', | 2045 'js/harmony-string-padding.js', |
| 2046 'js/intl-extra.js', |
| 2046 'js/promise-extra.js', | 2047 'js/promise-extra.js', |
| 2047 ], | 2048 ], |
| 2048 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2049 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 2049 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2050 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 2050 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2051 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 2051 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2052 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
| 2052 }, | 2053 }, |
| 2053 'actions': [ | 2054 'actions': [ |
| 2054 { | 2055 { |
| 2055 'action_name': 'js2c', | 2056 'action_name': 'js2c', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2234 }], | 2235 }], |
| 2235 ['want_separate_host_toolset==1', { | 2236 ['want_separate_host_toolset==1', { |
| 2236 'toolsets': ['host'], | 2237 'toolsets': ['host'], |
| 2237 }, { | 2238 }, { |
| 2238 'toolsets': ['target'], | 2239 'toolsets': ['target'], |
| 2239 }], | 2240 }], |
| 2240 ], | 2241 ], |
| 2241 }, | 2242 }, |
| 2242 ], | 2243 ], |
| 2243 } | 2244 } |
| OLD | NEW |