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