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

Side by Side Diff: src/v8.gyp

Issue 2683083003: [bootstrapper] Remove Intl experimental natives files (Closed)
Patch Set: Changes based on review Created 3 years, 10 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-internal.cc ('k') | no next file » | 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 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 'messages.h', 2284 'messages.h',
2285 'js/harmony-atomics.js', 2285 'js/harmony-atomics.js',
2286 ], 2286 ],
2287 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 2287 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
2288 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 2288 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
2289 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 2289 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
2290 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin', 2290 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li braries-experimental-extras.bin',
2291 'conditions': [ 2291 'conditions': [
2292 ['v8_enable_i18n_support==1', { 2292 ['v8_enable_i18n_support==1', {
2293 'library_files': ['js/i18n.js'], 2293 'library_files': ['js/i18n.js'],
2294 'experimental_library_files': [
2295 'js/datetime-format-to-parts.js',
2296 'js/icu-case-mapping.js',
2297 ],
2298 }], 2294 }],
2299 ], 2295 ],
2300 }, 2296 },
2301 'actions': [ 2297 'actions': [
2302 { 2298 {
2303 'action_name': 'js2c', 2299 'action_name': 'js2c',
2304 'inputs': [ 2300 'inputs': [
2305 '../tools/js2c.py', 2301 '../tools/js2c.py',
2306 '<@(library_files)', 2302 '<@(library_files)',
2307 ], 2303 ],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2508 'conditions': [ 2504 'conditions': [
2509 ['want_separate_host_toolset_mkpeephole==1', { 2505 ['want_separate_host_toolset_mkpeephole==1', {
2510 'toolsets': ['host'], 2506 'toolsets': ['host'],
2511 }, { 2507 }, {
2512 'toolsets': ['target'], 2508 'toolsets': ['target'],
2513 }], 2509 }],
2514 ], 2510 ],
2515 }, 2511 },
2516 ], 2512 ],
2517 } 2513 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698