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

Unified Diff: webkit/gpu/webkit_gpu.gypi

Issue 7085002: make command buffer work in DRT (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix no parent issue Created 9 years, 7 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/gpu/webkit_gpu.gypi
diff --git a/webkit/gpu/webkit_gpu.gypi b/webkit/gpu/webkit_gpu.gypi
index e15f28ada83a367e8798ffea1697675bed43a7a2..1873a16baa3330b1ca8bcd75e43b8dc4f2fe58e2 100644
--- a/webkit/gpu/webkit_gpu.gypi
+++ b/webkit/gpu/webkit_gpu.gypi
@@ -9,10 +9,16 @@
'type': 'static_library',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
+ '<(DEPTH)/gpu/gpu.gyp:command_buffer_client',
+ '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_common',
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
'<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
],
+ 'include_dirs': [
+ '<(DEPTH)/skia/config',
+ ],
'sources': [
# This list contains all .h and .cc in gpu except for test code.
'webgraphicscontext3d_in_process_command_buffer_impl.cc',
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc ('k') | webkit/plugins/ppapi/plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698