Hi all,
this problem is also present on i386 arch.
cheers,
Pierangelo
here's is my patch:
diff --git a/src/webkit/webkit_resources.gyp
b/src/webkit/webkit_resources.gyp
index 6e46651..2ec6fdb 100644
--- a/src/webkit/webkit_resources.gyp
+++ b/src/webkit/webkit_resources.gyp
@@ -28,25 +28,18 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
- ]
- },
-
- {
- 'target_name': 'webkit_strings',
- 'type': 'none',
- 'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
- },
- 'actions': [
{
- 'action_name': 'webkit_strings',
+ 'action_name': 'webkit_strings',
'variables': {
'grit_grd_file': 'glue/webkit_strings.grd',
},
'includes': [ '../build/grit_action.gypi' ],
- },
+ }
+
+
]
-
- },
+ },
+
+
]
}