Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(678)

Side by Side Diff: src/v8.gyp

Issue 2273953003: Add support for DateTimeFormat.formatToParts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update test262.status Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/runtime/runtime-i18n.cc ('k') | test/intl/assert.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-i18n.cc ('k') | test/intl/assert.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698