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

Unified Diff: gpu/gpu.gyp

Issue 6400007: Implement proxy for 3d-related interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 11 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 | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/ipc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 3a4805f09581372bb21b91d33dd926692f80036b..6bb7aceb5d385b11ed74314a9ea6e2c9e4b9d2aa 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -347,6 +347,21 @@
'pgl/pgl.h',
],
},
+ {
+ 'target_name': 'gpu_ipc',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'command_buffer_client',
+ 'gles2_c_lib',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'ipc/gpu_command_buffer_traits.cc',
+ 'ipc/gpu_command_buffer_traits.h',
+ ],
+ },
],
'conditions': [
['OS == "win"',
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | gpu/ipc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698