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

Unified Diff: components/display_compositor/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 | « cc/test/test_in_process_context_provider.cc ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index 984f0422d2b5a7931feb12cd69d68894144a2cfc..a16f97ff6277de9d8e8a58c09ce38dd66963edbb 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -81,8 +81,8 @@ source_set("unit_tests") {
"//base/test:test_support",
"//cc:test_support",
"//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/ipc:gl_in_process_context",
"//media",
"//skia",
"//testing/gmock",
@@ -116,8 +116,8 @@ test("display_compositor_gl_tests") {
"//base/test:test_support",
"//cc:test_support",
"//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/ipc:gl_in_process_context",
"//media",
"//skia",
"//testing/gmock",
@@ -149,8 +149,8 @@ test("display_compositor_benchmark") {
"//base/test:test_support",
"//cc:test_support",
"//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/ipc:gl_in_process_context",
"//media",
"//skia",
"//testing/gmock",
« no previous file with comments | « cc/test/test_in_process_context_provider.cc ('k') | components/display_compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698