Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 5a9deb1d2a33f9604e502e6f8d703a00f231570a..40eb5f9f5cf55533b253a62df824b9f95620da8f 100644 |
--- a/gpu/gpu.gyp |
+++ b/gpu/gpu.gyp |
@@ -128,6 +128,7 @@ |
'type': '<(gtest_target_type)', |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../base/base.gyp:test_support_base', |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
@@ -293,6 +294,7 @@ |
'type': '<(gtest_target_type)', |
'dependencies': [ |
'../base/base.gyp:base', |
+ '../base/base.gyp:test_support_base', |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |