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

Unified Diff: ui/gfx/compositor/compositor.gyp

Issue 8418022: Add dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698