Index: ui/gfx/compositor/compositor.gyp |
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp |
index 682ca6f53e891fb8bcee3ee808d9243042ede6c4..d5fa81826d1ef3787ae76db0178a8554fcc3dff9 100644 |
--- a/ui/gfx/compositor/compositor.gyp |
+++ b/ui/gfx/compositor/compositor.gyp |
@@ -91,6 +91,8 @@ |
['exclude', '^compositor_(gl|win|stub).(h|cc)$'], |
], |
'dependencies': [ |
+ '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', |
+ '<(DEPTH)/webkit/support/webkit_support.gyp:glue', |
'<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', |
], |
}, { |
@@ -115,6 +117,7 @@ |
'conditions': [ |
['use_webkit_compositor == 1', { |
'dependencies': [ |
+ '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
oshima
2011/11/17 21:14:20
backer, this is causing problem when building asan
dhollowa
2011/11/17 21:42:28
This should be guarded by the condition 'linux_use
|
'<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support', |
'<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
], |