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

Unified Diff: webkit/compositor_bindings/compositor_bindings_tests.gyp

Issue 10918281: Enable webkit_compositor_bindings_unittests in component builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: webkit/compositor_bindings/compositor_bindings_tests.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings_tests.gyp b/webkit/compositor_bindings/compositor_bindings_tests.gyp
index 00fbb30910b97ea9531f9fb1ed74b254ca91c071..2cc68c677ba85637312d1cab3a19f6c20ba1153b 100644
--- a/webkit/compositor_bindings/compositor_bindings_tests.gyp
+++ b/webkit/compositor_bindings/compositor_bindings_tests.gyp
@@ -39,7 +39,7 @@
'test/run_all_unittests.cc',
],
'conditions': [
- ['use_libcc_for_compositor==1 and component!="shared_library"', {
+ ['use_libcc_for_compositor==1', {
'defines': [
'USE_LIBCC_FOR_COMPOSITOR',
],
@@ -47,9 +47,7 @@
'../../cc/cc.gyp:cc',
'../../cc/cc_tests.gyp:cc_test_support',
'../../skia/skia.gyp:skia',
- '../../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
'../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
- '../../webkit/support/webkit_support.gyp:webkit_support',
'compositor_bindings.gyp:webkit_compositor_bindings',
],
'include_dirs': [
@@ -58,6 +56,7 @@
'<(DEPTH)/cc',
'<(DEPTH)/cc/stubs',
'<(DEPTH)/cc/test',
+ '../../third_party/WebKit/Source/Platform/chromium'
],
'sources': [
'<@(webkit_compositor_bindings_tests_sources)',
« no previous file with comments | « webkit/compositor_bindings/WebLayerTreeViewTest.cpp ('k') | webkit/compositor_bindings/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698