bradnelson
08239b3c3a
Build only the appropriate x86 arches for nacl (chrome side).
...
BUG=https://code.google.com/p/chromium/issues/detail?id=388101
TEST=local + with trybots
R=mseaborn@chromium.org ,jam@chromium.org,brettw@chromium.org
Review URL: https://codereview.chromium.org/452543002
Cr-Original-Commit-Position: refs/heads/master@{#294987}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5c5b64142652bfa57a4309602892765b889350dc
2014-09-16 02:33:15 +00:00
bbudge@chromium.org
16a57f4f1e
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
...
channel.
NaClProcessHost now creates an initial NaCl-Browser channel, then uses
it to send a message to create the NaCl-Renderer channel. The main() for
the IPC-IRT creates a PpapiDispatcher object to manage this channel and
manage the PluginDispatchers for each renderer.
BUG=116317
TEST=manual
TBR=bbudge@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10912011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@154231 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-08-30 19:47:38 +00:00
bbudge@chromium.org
695eaecf8b
Fix the untrusted builds of Chrome on ARM.
...
Adds back the compiler flag to disable C++11 extensions. Somehow it's not
being added by other build files.
TBR=bbudge@chromium.org
BUG=116317
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10912010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@154140 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-08-30 14:14:00 +00:00
bbudge@chromium.org
e0784684fb
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: http://src.chromium.org/svn/trunk/src/build@153074 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-08-23 21:27:45 +00:00