Index: remoting/client/plugin/BUILD.gn |
diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn |
index 58a89df0a00ef46bcd4ac441989422d540ec9e39..2f45f6248c7192ebda0c26fd6479430261a444ec 100644 |
--- a/remoting/client/plugin/BUILD.gn |
+++ b/remoting/client/plugin/BUILD.gn |
@@ -24,8 +24,8 @@ static_library("plugin") { |
deps = [ |
"//net", |
- "//ppapi:ppapi_cpp_objects", |
- "//ppapi:ppapi_internal_module", |
+ "//ppapi/cpp:objects", |
+ "//ppapi/cpp/private:internal_module", |
"//remoting/base", |
"//remoting/client", |
"//remoting/protocol", |