Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 5037e127d6e12c1ac0dd9438bd887496a1603a7b..b7153e534046ea886e3c35d5d3fdf1d2779e3847 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -218,12 +218,12 @@ |
'../ui/surface/surface.gyp:surface', |
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
'../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
+ '../webkit/glue/webkit_glue.gyp:glue', |
+ '../webkit/glue/webkit_glue.gyp:glue_child', |
'../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support', |
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
'../webkit/storage_browser.gyp:webkit_storage_browser', |
'../webkit/storage_common.gyp:webkit_storage_common', |
- '../webkit/support/webkit_support.gyp:glue', |
- '../webkit/support/webkit_support.gyp:glue_child', |
], |
}], |
['OS == "win" or toolkit_uses_gtk == 1', { |
@@ -635,11 +635,11 @@ |
'../ui/gl/gl.gyp:gl', |
'../v8/tools/gyp/v8.gyp:v8', |
'../webkit/common/webkit_common.gyp:webkit_common', |
+ '../webkit/glue/webkit_glue.gyp:glue', |
+ '../webkit/glue/webkit_glue.gyp:glue_child', |
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
'../webkit/storage_browser.gyp:webkit_storage_browser', |
'../webkit/storage_common.gyp:webkit_storage_common', |
- '../webkit/support/webkit_support.gyp:glue', |
- '../webkit/support/webkit_support.gyp:glue_child', |
], |
}], |
['enable_plugins==0', { |
@@ -824,9 +824,9 @@ |
'../ui/ui.gyp:shell_dialogs', |
'../ui/ui.gyp:ui', |
'../ui/ui.gyp:ui_resources', |
+ '../webkit/glue/webkit_glue.gyp:glue', |
+ '../webkit/glue/webkit_glue.gyp:glue_child', |
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
- '../webkit/support/webkit_support.gyp:glue', |
- '../webkit/support/webkit_support.gyp:glue_child', |
], |
'include_dirs': [ |
'..', |
@@ -1056,8 +1056,8 @@ |
'../third_party/WebKit/public/blink.gyp:blink', |
# The following two dependencies provide the missing |
# symbol HeapProfilerStart in Linux component builds. |
- '../webkit/support/webkit_support.gyp:glue', |
- '../webkit/support/webkit_support.gyp:glue_child', |
+ '../webkit/glue/webkit_glue.gyp:glue', |
+ '../webkit/glue/webkit_glue.gyp:glue_child', |
], |
'include_dirs': [ |
'..', |
@@ -1088,8 +1088,8 @@ |
'../third_party/WebKit/public/blink.gyp:blink', |
# The following two dependencies provide the missing |
# symbol HeapProfilerStart in Linux component builds. |
- '../webkit/support/webkit_support.gyp:glue', |
- '../webkit/support/webkit_support.gyp:glue_child', |
+ '../webkit/glue/webkit_glue.gyp:glue', |
+ '../webkit/glue/webkit_glue.gyp:glue_child', |
], |
'include_dirs': [ |
'..', |