Index: ppapi/shared_impl/BUILD.gn |
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn |
index 6fbb136ddbfd2c3aaceb59f44d9997ee5cf41096..67bd069a863aff9eefe2d484d3c78a6380bf08a4 100644 |
--- a/ppapi/shared_impl/BUILD.gn |
+++ b/ppapi/shared_impl/BUILD.gn |
@@ -207,12 +207,14 @@ source_set("test_support") { |
"test_utils.h", |
] |
+ public_deps = [ |
+ "//ppapi/shared_impl", |
+ ] |
deps = [ |
"//base/test:test_support", |
"//ipc", |
"//ipc:test_support", |
"//ppapi/proxy", |
- "//ppapi/shared_impl", |
"//testing/gmock", |
"//testing/gtest", |
] |