| Index: ppapi/proxy/BUILD.gn
|
| diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
|
| index ce07d16af2225df8ebc3079acf29270952cd4b75..bf8872327b86b336b0a9beea595d7fb775d1ebd5 100644
|
| --- a/ppapi/proxy/BUILD.gn
|
| +++ b/ppapi/proxy/BUILD.gn
|
| @@ -308,13 +308,9 @@ 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") {
|
|
|