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

Unified Diff: ppapi/ppapi_internal.gyp

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… Created 4 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 | « ppapi/native_client/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_internal.gyp
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
index a6eed4dc898c1011dde436740d3bef1e3f3d6309..2d981b12f5c7d1ecd4e3e045774690ef2224a421 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -84,7 +84,7 @@
},
'dependencies': [
'../base/base.gyp:base',
- '../gpu/gpu.gyp:gpu_ipc_common',
+ '../gpu/gpu.gyp:command_buffer_traits',
'../ipc/ipc.gyp:ipc',
'../skia/skia.gyp:skia',
'ppapi.gyp:ppapi_c',
@@ -108,7 +108,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../gin/gin.gyp:gin',
'../gpu/gpu.gyp:gles2_implementation',
- '../gpu/gpu.gyp:gpu_ipc_common',
+ '../gpu/gpu.gyp:command_buffer_traits',
'../media/media.gyp:shared_memory_support',
'../ipc/ipc.gyp:ipc',
'../skia/skia.gyp:skia',
@@ -156,7 +156,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../gin/gin.gyp:gin',
'../gpu/gpu.gyp:gles2_implementation',
- '../gpu/gpu.gyp:gpu_ipc_common',
+ '../gpu/gpu.gyp:command_buffer_traits',
'../media/media.gyp:shared_memory_support',
'../ipc/ipc.gyp:ipc',
'../skia/skia.gyp:skia',
@@ -240,12 +240,12 @@
'dependencies': [
'../base/base.gyp:base_win64',
'../ipc/ipc.gyp:ipc_win64',
- '../gpu/gpu.gyp:gpu_ipc_common_win64',
+ '../gpu/gpu.gyp:command_buffer_traits_win64',
'ppapi.gyp:ppapi_c',
'ppapi_shared_win64',
],
'export_dependent_settings': [
- '../gpu/gpu.gyp:gpu_ipc_common_win64',
+ '../gpu/gpu.gyp:command_buffer_traits_win64',
],
'defines': [
'<@(nacl_win64_defines)',
« no previous file with comments | « ppapi/native_client/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698