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

Unified Diff: ppapi/ppapi_internal.gyp

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 years, 10 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/ppapi_tests.gypi » ('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 042ed444dfb5d8b3f3b9c31e4efec2b129f944cb..a6eed4dc898c1011dde436740d3bef1e3f3d6309 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',
+ '../gpu/gpu.gyp:gpu_ipc_common',
'../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',
+ '../gpu/gpu.gyp:gpu_ipc_common',
'../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',
+ '../gpu/gpu.gyp:gpu_ipc_common',
'../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_win64',
+ '../gpu/gpu.gyp:gpu_ipc_common_win64',
'ppapi.gyp:ppapi_c',
'ppapi_shared_win64',
],
'export_dependent_settings': [
- '../gpu/gpu.gyp:gpu_ipc_win64',
+ '../gpu/gpu.gyp:gpu_ipc_common_win64',
],
'defines': [
'<@(nacl_win64_defines)',
« no previous file with comments | « ppapi/native_client/BUILD.gn ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698