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

Unified Diff: cc/cc.gyp

Issue 11415089: ui/compositor: use cc/ directly instead of webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 8 years, 1 month 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 | « cc/active_animation.h ('k') | cc/layer.h » ('j') | cc/proxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 126f0c9f5a78785f958c8b71bcf3debda188ead9..69491a2b8a332ae188a6d30e12aaad26f5c9ae66 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -278,6 +278,12 @@
'sources': [
'<@(cc_source_files)',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ # Needed for <public/WebTransformationMatrix.h> in layer.h
+ '<(webkit_src_dir)/Source/Platform/chromium',
+ ],
+ }
},
],
}
« no previous file with comments | « cc/active_animation.h ('k') | cc/layer.h » ('j') | cc/proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698