Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index d6cf0421739ce271fa654dd78859f1cb27bd299c..6bf0f6417f56455b0b10e982cb0be2eb4b599994 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -288,7 +288,7 @@ source_set("common") { |
| } |
| if (enable_plugins) { |
| - deps += [ "//ppapi:ppapi_shared" ] |
| + deps += [ "//ppapi/shared_impl" ] |
| } else { |
| sources -= [ |
| "pepper_file_util.cc", |