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

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: separate ParamTraits<gpu::CommandBuffer::State> into own library 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
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index dd22658079da28deae600373b85417cca3f7e188..20fb5a685474e309ea98203b02bd47fb124e8fee 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"',

Powered by Google App Engine
This is Rietveld 408576698