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

Side by Side Diff: src/v8.gyp

Issue 2268633002: Remove --intl-extra flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix bootstrapper 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/js/prologue.js ('k') | test/intl/date-format/parse-MMMdy.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 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2235 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2236 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2236 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2237 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2237 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
2238 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 2238 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
2239 'conditions': [ 2239 'conditions': [
2240 ['v8_enable_i18n_support==1', { 2240 ['v8_enable_i18n_support==1', {
2241 'library_files': ['js/i18n.js'], 2241 'library_files': ['js/i18n.js'],
2242 'experimental_library_files': [ 2242 'experimental_library_files': [
2243 'js/datetime-format-to-parts.js', 2243 'js/datetime-format-to-parts.js',
2244 'js/icu-case-mapping.js', 2244 'js/icu-case-mapping.js',
2245 'js/intl-extra.js',
2246 ], 2245 ],
2247 }], 2246 }],
2248 ], 2247 ],
2249 }, 2248 },
2250 'actions': [ 2249 'actions': [
2251 { 2250 {
2252 'action_name': 'js2c', 2251 'action_name': 'js2c',
2253 'inputs': [ 2252 'inputs': [
2254 '../tools/js2c.py', 2253 '../tools/js2c.py',
2255 '<@(library_files)', 2254 '<@(library_files)',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 'conditions': [ 2448 'conditions': [
2450 ['want_separate_host_toolset_mkpeephole==1', { 2449 ['want_separate_host_toolset_mkpeephole==1', {
2451 'toolsets': ['host'], 2450 'toolsets': ['host'],
2452 }, { 2451 }, {
2453 'toolsets': ['target'], 2452 'toolsets': ['target'],
2454 }], 2453 }],
2455 ], 2454 ],
2456 }, 2455 },
2457 ], 2456 ],
2458 } 2457 }
OLDNEW
« no previous file with comments | « src/js/prologue.js ('k') | test/intl/date-format/parse-MMMdy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698