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

Unified Diff: ppapi/ppapi_shared.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 | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_shared_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 06f6e00e7cdcd4d7afcbc0d786ca433bd7c9070c..a003a05d725967ee229223242480133734847358 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -28,6 +28,7 @@
'shared_impl/file_path.h',
'shared_impl/file_type_conversion.cc',
'shared_impl/file_type_conversion.h',
+ 'shared_impl/host_resource.cc',
'shared_impl/host_resource.h',
'shared_impl/id_assignment.cc',
'shared_impl/id_assignment.h',
@@ -244,7 +245,7 @@
'..',
],
'target_conditions': [
- ['>(nacl_untrusted_build)==1', {
+ ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', {
'sources!': [
'shared_impl/ppb_audio_input_shared.cc',
'shared_impl/ppb_url_util_shared.cc',
@@ -300,6 +301,15 @@
'thunk/ppb_x509_certificate_private_thunk.cc',
],
}],
+ # We exclude a few more things for nacl_win64, to avoid pulling in more dependencies.
+ ['>(nacl_win64_target)==1', {
+ 'sources!': [
+ 'shared_impl/ppb_audio_shared.cc',
+ 'shared_impl/ppb_graphics_3d_shared.cc',
+ 'shared_impl/ppb_opengles2_shared.cc',
+ 'thunk/ppb_graphics_3d_thunk.cc',
+ ],
+ }],
],
}],
],
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_shared_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698