Index: media/media.gyp |
diff --git a/media/media.gyp b/media/media.gyp |
index d01791376f79abca837fe9e9d8e288c2c159f9ae..7627a9ad3b842abc45dbb8c16affdff2cc513bc4 100644 |
--- a/media/media.gyp |
+++ b/media/media.gyp |
@@ -455,6 +455,7 @@ |
['OS!="ios"', { |
'dependencies': [ |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
+ '../gpu/gpu.gyp:command_buffer_common', |
'shared_memory_support', |
], |
}], |
@@ -986,6 +987,7 @@ |
}], |
['OS!="ios"', { |
'dependencies': [ |
+ '../gpu/gpu.gyp:command_buffer_common', |
'shared_memory_support', |
], |
}], |