| 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 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2279 'js/harmony-atomics.js', | 2279 'js/harmony-atomics.js', |
| 2280 'js/harmony-simd.js', | 2280 'js/harmony-simd.js', |
| 2281 ], | 2281 ], |
| 2282 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2282 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 2283 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2283 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 2284 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2284 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 2285 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2285 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
| 2286 'conditions': [ | 2286 'conditions': [ |
| 2287 ['v8_enable_i18n_support==1', { | 2287 ['v8_enable_i18n_support==1', { |
| 2288 'library_files': ['js/i18n.js'], | 2288 'library_files': ['js/i18n.js'], |
| 2289 'experimental_library_files': [ | |
| 2290 'js/datetime-format-to-parts.js', | |
| 2291 'js/icu-case-mapping.js', | |
| 2292 ], | |
| 2293 }], | 2289 }], |
| 2294 ], | 2290 ], |
| 2295 }, | 2291 }, |
| 2296 'actions': [ | 2292 'actions': [ |
| 2297 { | 2293 { |
| 2298 'action_name': 'js2c', | 2294 'action_name': 'js2c', |
| 2299 'inputs': [ | 2295 'inputs': [ |
| 2300 '../tools/js2c.py', | 2296 '../tools/js2c.py', |
| 2301 '<@(library_files)', | 2297 '<@(library_files)', |
| 2302 ], | 2298 ], |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2503 'conditions': [ | 2499 'conditions': [ |
| 2504 ['want_separate_host_toolset_mkpeephole==1', { | 2500 ['want_separate_host_toolset_mkpeephole==1', { |
| 2505 'toolsets': ['host'], | 2501 'toolsets': ['host'], |
| 2506 }, { | 2502 }, { |
| 2507 'toolsets': ['target'], | 2503 'toolsets': ['target'], |
| 2508 }], | 2504 }], |
| 2509 ], | 2505 ], |
| 2510 }, | 2506 }, |
| 2511 ], | 2507 ], |
| 2512 } | 2508 } |
| OLD | NEW |