summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-23 21:27:45 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-23 21:27:45 +0000
commit12d5e6f7f3ddcea740268d5d9a2b944d9126047e (patch)
treeed0075e8426da77d02031dfebf4b415409b63136 /ipc
parentf957987f588a4be089083d4ed24446f4f6bbd7d1 (diff)
downloadchromium_src-12d5e6f7f3ddcea740268d5d9a2b944d9126047e.zip
chromium_src-12d5e6f7f3ddcea740268d5d9a2b944d9126047e.tar.gz
chromium_src-12d5e6f7f3ddcea740268d5d9a2b944d9126047e.tar.bz2
Make NaCl IPC-based PPAPI proxy build on ARM.
This change modifies the build to fix compile and link failures. It introduces a build/common_untrusted.gypi file, to add things that are needed by all untrusted targets that build Chrome code. BUG=116317 TEST=compiles native_client.gyp:nacl_ipc_irt target on ARM. Review URL: https://chromiumcodereview.appspot.com/10871009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_untrusted.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_untrusted.gyp b/ipc/ipc_untrusted.gyp
index dd389d4..00f91b8 100644
--- a/ipc/ipc_untrusted.gyp
+++ b/ipc/ipc_untrusted.gyp
@@ -7,7 +7,7 @@
'chromium_code': 1,
},
'includes': [
- '../native_client/build/untrusted.gypi',
+ '../build/common_untrusted.gypi',
'ipc.gypi',
],
'conditions': [