Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 0fb75819331a9a148cde4d2886e248b85e0b1066..18841eda027e50f4a39e426543f5520756563c92 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -25,6 +25,20 @@ |
}, |
'targets': [ |
{ |
+ 'target_name': 'gpu_common', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'common/gpu_trace_event.cc', |
+ 'common/gpu_trace_event.h', |
+ ], |
+ }, |
+ { |
'target_name': 'command_buffer_common', |
'type': 'static_library', |
'include_dirs': [ |