| 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 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2188 'debug/mirrors.js', | 2188 'debug/mirrors.js', |
| 2189 'debug/debug.js', | 2189 'debug/debug.js', |
| 2190 'debug/liveedit.js', | 2190 'debug/liveedit.js', |
| 2191 ], | 2191 ], |
| 2192 'experimental_library_files': [ | 2192 'experimental_library_files': [ |
| 2193 'js/macros.py', | 2193 'js/macros.py', |
| 2194 'messages.h', | 2194 'messages.h', |
| 2195 'js/harmony-atomics.js', | 2195 'js/harmony-atomics.js', |
| 2196 'js/harmony-simd.js', | 2196 'js/harmony-simd.js', |
| 2197 'js/harmony-string-padding.js', | 2197 'js/harmony-string-padding.js', |
| 2198 'js/promise-extra.js', | |
| 2199 'js/harmony-async-await.js' | 2198 'js/harmony-async-await.js' |
| 2200 ], | 2199 ], |
| 2201 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2200 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 2202 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2201 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 2203 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2202 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 2204 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2203 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
| 2205 'conditions': [ | 2204 'conditions': [ |
| 2206 ['v8_enable_i18n_support==1', { | 2205 ['v8_enable_i18n_support==1', { |
| 2207 'library_files': ['js/i18n.js'], | 2206 'library_files': ['js/i18n.js'], |
| 2208 'experimental_library_files': [ | 2207 'experimental_library_files': [ |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2414 'conditions': [ | 2413 'conditions': [ |
| 2415 ['want_separate_host_toolset_mkpeephole==1', { | 2414 ['want_separate_host_toolset_mkpeephole==1', { |
| 2416 'toolsets': ['host'], | 2415 'toolsets': ['host'], |
| 2417 }, { | 2416 }, { |
| 2418 'toolsets': ['target'], | 2417 'toolsets': ['target'], |
| 2419 }], | 2418 }], |
| 2420 ], | 2419 ], |
| 2421 }, | 2420 }, |
| 2422 ], | 2421 ], |
| 2423 } | 2422 } |
| OLD | NEW |