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

Unified Diff: android_webview/BUILD.gn

Issue 2493913002: Mus: Move InProcessCommandBuffer and GLInProcessContext to gpu/ipc (Closed)
Patch Set: Fixed casts on windows 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
« no previous file with comments | « no previous file | android_webview/browser/aw_render_thread_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index c64771adc613d07d034668e49d200eba16f01d55..f5d8c7354c809d2f53e6fdd34b08a0ece29b37ef 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -500,11 +500,11 @@ source_set("common") {
"//content/public/browser",
"//crypto",
"//gin",
- "//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/command_buffer/service",
+ "//gpu/ipc:gl_in_process_context",
"//gpu/skia_bindings",
"//media",
"//media/midi",
« no previous file with comments | « no previous file | android_webview/browser/aw_render_thread_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698