Commit 34b77d35 authored by bbudge@chromium.org's avatar bbudge@chromium.org

Disable NaCl IPC proxy untrusted build on arm.

BUG=116317
TEST=compiles
TBR=bbudge@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10829338

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151695 0039d316-1c4b-4281-b951-d872f2087c98
parent c71fe640
...@@ -177,6 +177,10 @@ ...@@ -177,6 +177,10 @@
'../../native_client/src/shared/gio/gio.gyp:gio_lib', '../../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', 'target_name': 'nacl_ipc_irt',
'type': 'none', 'type': 'none',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment