| Index: ppapi/shared_impl/BUILD.gn
|
| diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
|
| index 3b92a0a60d5a7db303ac8bc185b1bb5f4912ee69..25ad904387c771cc96df1c8db3d20c084d42acc3 100644
|
| --- a/ppapi/shared_impl/BUILD.gn
|
| +++ b/ppapi/shared_impl/BUILD.gn
|
| @@ -159,11 +159,6 @@
|
| "PPAPI_THUNK_IMPLEMENTATION",
|
| ]
|
|
|
| - public_deps = [
|
| - "//ppapi/c",
|
| - "//ppapi/thunk",
|
| - ]
|
| -
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| @@ -174,6 +169,8 @@
|
| "//gpu/command_buffer/common",
|
| "//ipc",
|
| "//media:shared_memory_support",
|
| + "//ppapi/c",
|
| + "//ppapi/thunk",
|
| "//third_party/icu:icuuc",
|
| "//url",
|
| ]
|
|
|