Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3034)

Unified Diff: content/renderer/BUILD.gn

Issue 403023002: Add to GN ppapi build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698