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

Unified Diff: ppapi/ppapi_proxy_untrusted.gyp

Issue 10796038: Add gpu targets to untrusted NaCl build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Index: ppapi/ppapi_proxy_untrusted.gyp
===================================================================
--- ppapi/ppapi_proxy_untrusted.gyp (revision 147791)
+++ ppapi/ppapi_proxy_untrusted.gyp (working copy)
@@ -23,9 +23,18 @@
'build_glibc': 0,
'build_newlib': 1,
},
+ 'defines': [
+ 'NACL_PPAPI_IPC_PROXY',
+ ],
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
'../base/base_untrusted.gyp:base_untrusted',
+ '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted',
+ '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
+ '../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted',
+ '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
+ '../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted',
+ '../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted',
'../ipc/ipc_untrusted.gyp:ipc_untrusted',
'../ppapi/ppapi_shared_untrusted.gyp:ppapi_shared_untrusted',
],
@@ -34,3 +43,4 @@
}],
],
}
+
« build/common.gypi ('K') | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698