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

Unified Diff: webkit/compositor/compositor.gyp

Issue 10909020: Enable webkit_compositor_unittests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/WebTransformationMatrixTest.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 c86b8ace703d05accc2c121431c14e20f57ca7ce..3f71c1fdd8033ce8a156c4f099d88f2c2eda60b1 100644
--- a/webkit/compositor/compositor.gyp
+++ b/webkit/compositor/compositor.gyp
@@ -52,21 +52,21 @@
'target_name': 'webkit_compositor',
'type': 'static_library',
'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/cc/cc.gyp:cc',
- '<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
+ '../../base/base.gyp:base',
+ '../../cc/cc.gyp:cc',
+ '../../skia/skia.gyp:skia',
+ '../../third_party/WebKit/Source/Platform/Platform.gyp/Platform.gyp:webkit_platform',
# We have to depend on WTF directly to pick up the correct defines for WTF headers - for instance USE_SYSTEM_MALLOC.
- '<(DEPTH)/third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
+ '../../third_party/WebKit/Source/WTF/WTF.gyp/WTF.gyp:wtf',
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
],
'include_dirs': [
- '<(DEPTH)/cc',
- '<(DEPTH)/cc/stubs',
+ '../../cc',
+ '../../cc/stubs',
'stubs',
- '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/public',
+ '../../third_party/WebKit/Source/WebKit/chromium/public',
],
'sources': [
'<@(webkit_compositor_sources)',
« no previous file with comments | « webkit/compositor/WebTransformationMatrixTest.cpp ('k') | webkit/compositor/compositor_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698