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

Unified Diff: gpu/gpu_ipc_common.gypi

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 | « gpu/gpu_ipc.gypi ('k') | gpu/gpu_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu_ipc_common.gypi
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
index 48f404acf2d1ab68cf394ff11848b8cb707e1a86..9cbe65a80a20996eaf0d781cbbc1f5ef0d27ce6f 100644
--- a/gpu/gpu_ipc_common.gypi
+++ b/gpu/gpu_ipc_common.gypi
@@ -6,11 +6,15 @@
'dependencies': [
'../base/base.gyp:base',
'../ipc/ipc.gyp:ipc',
+ '../third_party/khronos/khronos.gyp:khronos_headers',
],
'include_dirs': [
'..',
],
'sources': [
+ 'ipc/common/gpu_command_buffer_traits.cc',
+ 'ipc/common/gpu_command_buffer_traits.h',
+ 'ipc/common/id_type_traits.h',
'ipc/common/memory_stats.cc',
'ipc/common/memory_stats.h',
],
@@ -20,6 +24,7 @@
['nacl_win64_target==1', {
# gpu_ipc_win64 must only link against the 64-bit ipc target.
'dependencies!': [
+ '../base/base.gyp:base',
'../ipc/ipc.gyp:ipc',
],
}],
« no previous file with comments | « gpu/gpu_ipc.gypi ('k') | gpu/gpu_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698