Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index 856308aea65a65e3cb77934cf48c00e10b4328f5..a338feda5d09665bf7dc663db45ca8eaddb561f2 100644 |
--- a/ppapi/BUILD.gn |
+++ b/ppapi/BUILD.gn |
@@ -194,10 +194,10 @@ test("ppapi_unittests") { |
] |
deps = [ |
- "//base/test:run_all_unittests", |
"//base/test:test_support", |
"//gpu/ipc/common:command_buffer_traits", |
"//ipc", |
+ "//ipc:run_all_unittests", |
"//ipc:test_support", |
"//media:shared_memory_support", |
"//ppapi/host", |
@@ -220,6 +220,7 @@ test("ppapi_perftests") { |
deps = [ |
"//base/test:test_support", |
+ "//mojo/edk/system", |
"//ppapi/proxy", |
"//ppapi/proxy:test_support", |
"//ppapi/shared_impl", |