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

Unified Diff: chrome/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 | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 51bf2ea47c4138afd94b9c94ada2b3711ca6b1f7..8b838cfe4c721e961fcd07a865d28f034460f87b 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -67,10 +67,10 @@ static_library("renderer") {
sources += rebase_path(gypi_values.chrome_renderer_plugin_sources,
".", "..")
deps += [
- #'../ppapi/ppapi_internal.gyp:ppapi_host', TODO(GYP
- #'../ppapi/ppapi_internal.gyp:ppapi_proxy', TODO(GYP
- #'../ppapi/ppapi_internal.gyp:ppapi_ipc', TODO(GYP
- #'../ppapi/ppapi_internal.gyp:ppapi_shared', TODO(GYP
+ "//ppapi:ppapi_host",
+ "//ppapi:ppapi_ipc",
+ "//ppapi:ppapi_proxy",
+ "//ppapi:ppapi_shared",
]
}
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698