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

Unified Diff: ppapi/proxy/BUILD.gn

Issue 2727093003: Fix ASAN ODR violation in ppapi/proxy in component mode (Closed)
Patch Set: simplify, no export Created 3 years, 10 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 | ppapi/proxy/tcp_socket_resource_base.cc » ('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 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") {
« no previous file with comments | « no previous file | ppapi/proxy/tcp_socket_resource_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698