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