| Index: content/renderer/BUILD.gn
|
| diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
|
| index 5be20953ddb251692a36e70bd8c3bf4080618f7f..847c75283abaf16ab55702e741947d6686ce7d6b 100644
|
| --- a/content/renderer/BUILD.gn
|
| +++ b/content/renderer/BUILD.gn
|
| @@ -150,10 +150,9 @@ source_set("renderer") {
|
| content_renderer_gypi_values.private_renderer_plugin_sources,
|
| ".", "//content")
|
| deps += [
|
| - # TODO(GYP)
|
| - #"//ppapi/ppapi_internal.gyp:ppapi_host",
|
| - #"//ppapi/ppapi_internal.gyp:ppapi_proxy",
|
| - #"//ppapi/ppapi_internal.gyp:ppapi_shared",
|
| + "//ppapi:ppapi_host",
|
| + "//ppapi:ppapi_proxy",
|
| + "//ppapi:ppapi_shared",
|
| ]
|
| } else {
|
| # These files are in the WebRTC list, but also require plugins.
|
|
|