Chromium Code Reviews| Index: chrome/renderer/BUILD.gn |
| diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn |
| index ede533ada22c7ee0461b7a1c3ecf251d24cf1c3c..3183c7680b75b6440de20cf048482d2a1aae71f9 100644 |
| --- a/chrome/renderer/BUILD.gn |
| +++ b/chrome/renderer/BUILD.gn |
| @@ -77,10 +77,10 @@ static_library("renderer") { |
| rebase_path(gypi_values.chrome_renderer_plugin_sources, ".", "..") |
| deps += [ |
| "//components/pdf/renderer", |
| - "//ppapi:ppapi_host", |
| - "//ppapi:ppapi_ipc", |
| - "//ppapi:ppapi_proxy", |
| - "//ppapi:ppapi_shared", |
| + "//ppapi/proxy", |
| + "//ppapi/proxy:ipc", |
| + "//ppapi/host", |
| + "//ppapi/shared_impl", |
|
dmichael (off chromium)
2015/02/12 23:44:33
tiny nit: these were sorted in the prior patch, bu
brettw
2015/02/13 00:20:58
Done.
|
| ] |
| } |