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

Unified Diff: ppapi/native_client/native_client.gyp

Issue 10871009: Make NaCl IPC-based PPAPI proxy build on ARM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « ipc/ipc_untrusted.gyp ('k') | ppapi/ppapi_ipc_proxy_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/native_client.gyp
===================================================================
--- ppapi/native_client/native_client.gyp (revision 152814)
+++ ppapi/native_client/native_client.gyp (working copy)
@@ -4,7 +4,7 @@
{
'includes': [
- '../../native_client/build/untrusted.gypi',
+ '../../build/common_untrusted.gypi',
],
'conditions': [
['disable_nacl==0 and disable_nacl_untrusted==0', {
@@ -177,10 +177,6 @@
'../../native_client/src/shared/gio/gio.gyp:gio_lib',
],
},
- ],
- }],
- ['disable_nacl==0 and disable_nacl_untrusted==0 and target_arch!="arm"', {
- 'targets': [
{
'target_name': 'nacl_ipc_irt',
'type': 'none',
« no previous file with comments | « ipc/ipc_untrusted.gyp ('k') | ppapi/ppapi_ipc_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698