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 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2206 'js/harmony-async-await.js' | 2206 'js/harmony-async-await.js' |
2207 ], | 2207 ], |
2208 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2208 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
2209 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2209 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
2210 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2210 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
2211 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2211 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
2212 'conditions': [ | 2212 'conditions': [ |
2213 ['v8_enable_i18n_support==1', { | 2213 ['v8_enable_i18n_support==1', { |
2214 'library_files': ['js/i18n.js'], | 2214 'library_files': ['js/i18n.js'], |
2215 'experimental_library_files': [ | 2215 'experimental_library_files': [ |
| 2216 'js/datetime-format-to-parts.js', |
2216 'js/icu-case-mapping.js', | 2217 'js/icu-case-mapping.js', |
2217 'js/intl-extra.js', | 2218 'js/intl-extra.js', |
2218 ], | 2219 ], |
2219 }], | 2220 }], |
2220 ], | 2221 ], |
2221 }, | 2222 }, |
2222 'actions': [ | 2223 'actions': [ |
2223 { | 2224 { |
2224 'action_name': 'js2c', | 2225 'action_name': 'js2c', |
2225 'inputs': [ | 2226 'inputs': [ |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2421 'conditions': [ | 2422 'conditions': [ |
2422 ['want_separate_host_toolset_mkpeephole==1', { | 2423 ['want_separate_host_toolset_mkpeephole==1', { |
2423 'toolsets': ['host'], | 2424 'toolsets': ['host'], |
2424 }, { | 2425 }, { |
2425 'toolsets': ['target'], | 2426 'toolsets': ['target'], |
2426 }], | 2427 }], |
2427 ], | 2428 ], |
2428 }, | 2429 }, |
2429 ], | 2430 ], |
2430 } | 2431 } |
OLD | NEW |