| Index: content/plugin/BUILD.gn
|
| diff --git a/content/plugin/BUILD.gn b/content/plugin/BUILD.gn
|
| index cb1bc182ba1437143a86f4ae3a7af5bc7e7aaa20..884a86496681e657bec76322dd0634ff5c2d8ff0 100644
|
| --- a/content/plugin/BUILD.gn
|
| +++ b/content/plugin/BUILD.gn
|
| @@ -32,8 +32,8 @@ if (enable_plugins && !is_linux) {
|
|
|
| deps = [
|
| "//content:export",
|
| + "//mojo/application/public/interfaces",
|
| "//skia",
|
| - "//third_party/mojo/src/mojo/public/interfaces/application",
|
| "//third_party/npapi",
|
| "//third_party/WebKit/public:blink",
|
| ]
|
|
|