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

Unified Diff: chrome/nacl.gypi

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add gyp files Created 8 years, 4 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 | « chrome/chrome_renderer.gypi ('k') | chrome/nacl/nacl_ipc_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index cec7909eff7b14e28410e6e39ccbb15dc6e4d3b2..98ac1cb9b2b1e318e78f93277956568fa560f570 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -73,6 +73,8 @@
'../base/base.gyp:base',
'../ipc/ipc.gyp:ipc',
'../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome',
+ '../ppapi/ppapi_internal.gyp:ppapi_shared',
+ '../ppapi/ppapi_internal.gyp:ppapi_ipc',
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
'../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
],
@@ -103,6 +105,11 @@
'dependencies': [
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel64',
'../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib64',
+ '../ppapi/ppapi_internal.gyp:ppapi_shared_win64',
+ '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64',
+ ],
+ 'export_dependent_settings': [
+ '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64',
],
'sources': [
'common/nacl_cmd_line.cc',
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/nacl/nacl_ipc_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698