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

Unified Diff: ppapi/proxy/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 | « ppapi/host/BUILD.gn ('k') | ppapi/proxy/tcp_socket_resource_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/BUILD.gn
diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
index 140c718aa4d09e84ac75e18e13685f6de7faa8b3..ce07d16af2225df8ebc3079acf29270952cd4b75 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -102,7 +102,6 @@ component("proxy") {
"plugin_var_tracker.h",
"ppapi_command_buffer_proxy.cc",
"ppapi_command_buffer_proxy.h",
- "ppapi_message_utils.h",
"ppapi_messages.h",
"ppb_audio_proxy.cc",
"ppb_audio_proxy.h",
@@ -279,6 +278,7 @@ component("proxy") {
]
deps = [
+ ":common",
"//base",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/ipc/common:command_buffer_traits",
@@ -306,6 +306,17 @@ component("proxy") {
}
}
+source_set("common") {
+ sources = [
+ "tcp_socket_resource_constants.cc",
+ "tcp_socket_resource_constants.h",
+ "udp_socket_resource_constants.cc",
+ "udp_socket_resource_constants.h",
+ ]
+
+ configs += [ ":proxy_implementation" ]
+}
+
group("ipc") {
if (is_component_build) {
public_deps = [
@@ -322,6 +333,7 @@ source_set("ipc_sources") {
sources = [
"nacl_message_scanner.cc",
"nacl_message_scanner.h",
+ "ppapi_message_utils.h",
"ppapi_messages.cc",
"ppapi_messages.h",
"ppapi_param_traits.cc",
« no previous file with comments | « ppapi/host/BUILD.gn ('k') | ppapi/proxy/tcp_socket_resource_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698