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

Unified Diff: blimp/client/support/compositor/BUILD.gn

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Remove Surface on RemoveCompositor Created 4 years, 1 month 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
Index: blimp/client/support/compositor/BUILD.gn
diff --git a/blimp/client/support/compositor/BUILD.gn b/blimp/client/support/compositor/BUILD.gn
index 0a4a732516e20f967ea7f33cc71d0ef63e67312e..619761febbef674327e1000118b1a31da14faa07 100644
--- a/blimp/client/support/compositor/BUILD.gn
+++ b/blimp/client/support/compositor/BUILD.gn
@@ -28,6 +28,7 @@ source_set("compositor") {
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/ipc:gl_in_process_context",
+ "//gpu/ipc/common",
"//ui/gl",
]

Powered by Google App Engine
This is Rietveld 408576698