summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/BUILD.gn')
-rw-r--r--ppapi/shared_impl/BUILD.gn7
1 files changed, 5 insertions, 2 deletions
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index 25ad904..3b92a0a 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -159,6 +159,11 @@ component("shared_impl") {
"PPAPI_THUNK_IMPLEMENTATION",
]
+ public_deps = [
+ "//ppapi/c",
+ "//ppapi/thunk",
+ ]
+
deps = [
"//base",
"//base:i18n",
@@ -169,8 +174,6 @@ component("shared_impl") {
"//gpu/command_buffer/common",
"//ipc",
"//media:shared_memory_support",
- "//ppapi/c",
- "//ppapi/thunk",
"//third_party/icu:icuuc",
"//url",
]