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

Unified Diff: cc/cc_tests.gyp

Issue 10909145: Fix cc gyp files up for static linking (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
« no previous file with comments | « cc/cc.gyp ('k') | webkit/compositor_bindings/WebExternalTextureLayerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index a1b6d8b5e7aff81334ead7bddb91c8251ab0ce4f..3ceb9d9bc6b720e5a632a64541fddc552af37ee0 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -73,6 +73,8 @@
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
'../testing/gmock.gyp:gmock',
+ '../webkit/support/webkit_support.gyp:webkit_support',
+ '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
],
'sources': [
'test/run_all_unittests.cc',
@@ -80,12 +82,7 @@
'conditions': [
['use_libcc_for_compositor==1 and component!="shared_library"', {
'dependencies': [
- '../skia/skia.gyp:skia',
- # We have to depend on WTF directly to pick up the correct defines for WTF headers - for instance USE_SYSTEM_MALLOC.
'../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
- '../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
- '../webkit/support/webkit_support.gyp:webkit_support',
- 'cc.gyp:cc',
'cc_test_support',
],
'defines': [
@@ -105,7 +102,7 @@
},
],
'conditions': [
- ['use_libcc_for_compositor==1 and component!="shared_library"', {
+ ['use_libcc_for_compositor==1', {
'targets': [
{
'target_name': 'cc_test_support',
@@ -118,6 +115,7 @@
'test',
'.',
'..',
+ '../third_party/WebKit/Source/Platform/chromium',
],
'dependencies': [
'../ui/gl/gl.gyp:gl',
@@ -125,7 +123,7 @@
'../testing/gmock.gyp:gmock',
'../skia/skia.gyp:skia',
'../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
- '../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
+ '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support',
],
'sources': [
'<@(cc_tests_support_files)',
« no previous file with comments | « cc/cc.gyp ('k') | webkit/compositor_bindings/WebExternalTextureLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698