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

Unified Diff: gpu/ipc/common/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 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/ipc/client/BUILD.gn ('k') | ppapi/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index 9ccc11a0ee65ef7b76b92d457348e271bbe29345..c9a8ce82936899e499a2c0692eff4b98949e30f3 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -87,13 +87,13 @@ source_set("ipc_common_sources") {
":command_buffer_traits_sources",
":surface_handle_type",
"//gpu/command_buffer/common:gles2_utils",
+ "//ipc",
]
deps = [
"//base",
"//gpu/command_buffer/common:common_sources",
"//gpu/config:config_sources",
- "//ipc",
"//ui/base",
"//ui/events/ipc",
"//ui/gfx/ipc",
« no previous file with comments | « gpu/ipc/client/BUILD.gn ('k') | ppapi/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698