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

Unified Diff: content/browser/BUILD.gn

Issue 2652123003: Make ppapi/proxy child-process only (Closed)
Patch Set: component Created 3 years, 11 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/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 826786abb707a986b1f58782d42d0b5e4a14d56e..3f74826127852fa5d0da771c0d2d43d0d5c082bc 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1671,7 +1671,7 @@ source_set("browser") {
]
deps += [
"//ppapi/host",
- "//ppapi/proxy",
+ "//ppapi/proxy:common",
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
]
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698