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

Unified Diff: gpu/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 | « components/display_compositor/yuv_readback_unittest.cc ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 367349cc04c8607feb0109387ee8c37f8444cd79..04db18069a0f10fe86c5286ea356b6ecef823b8f 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -17,6 +17,7 @@ component("gpu") {
"//gpu/command_buffer/common:common_sources",
"//gpu/command_buffer/service:service_sources",
"//gpu/config:config_sources",
+ "//gpu/ipc:command_buffer_sources",
"//gpu/ipc/client:ipc_client_sources",
"//gpu/ipc/common:ipc_common_sources",
"//gpu/ipc/service:ipc_service_sources",
@@ -178,10 +179,10 @@ test("gl_tests") {
"//base",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
- "//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/ipc:gl_in_process_context",
"//testing/gmock",
"//testing/gtest",
"//third_party/angle:translator",
@@ -319,10 +320,10 @@ test("gpu_unittests") {
"//base",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
- "//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/ipc:gl_in_process_context",
"//gpu/ipc/common:test_interfaces",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
« no previous file with comments | « components/display_compositor/yuv_readback_unittest.cc ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698