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

Unified Diff: webkit/compositor/compositor.gyp

Issue 10874095: Add target for webkit_compositor_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up gyp Created 8 years, 4 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 | « webkit/compositor/WebTransformAnimationCurveTest.cpp ('k') | webkit/compositor/compositor_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor/compositor.gyp
diff --git a/webkit/compositor/compositor.gyp b/webkit/compositor/compositor.gyp
index c6f4d4ebbb353b66886ccfa7afff60616eadeaa1..f0b6def11e93e5fe6e44a4bfeca8a29c65d2027a 100644
--- a/webkit/compositor/compositor.gyp
+++ b/webkit/compositor/compositor.gyp
@@ -5,6 +5,7 @@
{
'variables': {
'chromium_code': 0,
+ 'use_libcc_for_compositor%': 0,
'webkit_compositor_sources': [
'CCThreadImpl.cpp',
'CCThreadImpl.h',
@@ -72,7 +73,7 @@
'stubs/AnimationIdVendor.h',
'stubs/public/WebTransformationMatrix',
],
- },
+ }
],
}],
],
« no previous file with comments | « webkit/compositor/WebTransformAnimationCurveTest.cpp ('k') | webkit/compositor/compositor_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698