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

Unified Diff: Source/core/core.gyp

Issue 20083002: Remove references to the v8-i18n extension in blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 45ca9f28cd2f3a7a5bacf991947f54affe647367..0cfa2d523a5922f6295cac0c73ec8cadf553326f 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -40,9 +40,6 @@
'variables': {
'enable_wexit_time_destructors': 1,
- # TODO: temporary variable until we've switched from v8-i18n to v8's i18n support.
- 'v8_enable_i18n_support%': 0,
-
'webcore_include_dirs': [
'../..',
'..',
@@ -323,14 +320,6 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/StyleBuilderFunctions.cpp',
],
'conditions': [
- ['v8_enable_i18n_support==0', {
- 'dependencies': [
- '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n',
- ],
- 'defines': [
- 'USE_I18N_EXTENSION',
- ],
- }],
['OS=="win" and component=="shared_library"', {
'defines': [
'USING_V8_SHARED',
@@ -994,11 +983,6 @@
['exclude', '(?<!Chromium)(CF|CG|Mac|OpenType|Win)\\.(cpp|mm?)$'],
],
'conditions': [
- ['v8_enable_i18n_support==0', {
- 'dependencies': [
- '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n',
- ],
- }],
# Shard this taret into parts to work around linker limitations.
# on link time code generation builds.
['OS=="win" and buildtype=="Official"', {
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698