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

Unified Diff: ppapi/proxy/BUILD.gn

Issue 2098153002: Fix ODR violation in ppapi/proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « gpu/command_buffer/client/BUILD.gn ('k') | no next file » | 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 ee76f10354a27dab558675656167f9a24069cba1..fd36af7bf362f41b7e52467df96b9bed6e8ff291 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -280,7 +280,8 @@ component("proxy") {
deps = [
"//base",
- "//gpu/command_buffer/client:client_sources_for_ppapi",
+ "//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/ipc/common:command_buffer_traits",
"//ipc",
"//media:shared_memory_support",
"//mojo/edk/system",
« no previous file with comments | « gpu/command_buffer/client/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698