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

Unified Diff: Source/bindings/bindings.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 | « no previous file | Source/bindings/v8/V8WindowShell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gyp
diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp
index 01f601ec1ba434ad83c50ce41b68774b33f15f33..2d3a769e5b0d58c40825afa2a1012d2f11128064 100644
--- a/Source/bindings/bindings.gyp
+++ b/Source/bindings/bindings.gyp
@@ -29,10 +29,6 @@
#
{
- 'variables': {
- # TODO: temporary variable until we've switched from v8-i18n to v8's i18n support.
- 'v8_enable_i18n_support%': 0,
- },
'includes': [
'../WebKit/chromium/WinPrecompile.gypi',
'bindings.gypi',
@@ -84,14 +80,6 @@
'<@(bindings_files)',
],
'conditions': [
- ['v8_enable_i18n_support==0', {
- 'dependencies': [
- '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n',
- ],
- 'defines': [
- 'USE_I18N_EXTENSION',
- ],
- }],
['OS=="win"', {
# In generated bindings code: 'switch contains default but no case'.
# Disable c4267 warnings until we fix size_t to int truncations.
« no previous file with comments | « no previous file | Source/bindings/v8/V8WindowShell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698