diff options
author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 02:20:12 +0000 |
---|---|---|
committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 02:20:12 +0000 |
commit | 84ed6dd1a043b6586792cef9ee2e609538ca183d (patch) | |
tree | bcfca8ddfbeeba932889667a8feb970fc3f4fe2f /build | |
parent | 21ee4acc4e419f01956516a690e7873d32204fab (diff) | |
download | chromium_src-84ed6dd1a043b6586792cef9ee2e609538ca183d.zip chromium_src-84ed6dd1a043b6586792cef9ee2e609538ca183d.tar.gz chromium_src-84ed6dd1a043b6586792cef9ee2e609538ca183d.tar.bz2 |
Add an untrusted NaCl build for IPC.
BUG=116317
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10534115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/all.gyp b/build/all.gyp index 12dcada..445287b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -11,7 +11,6 @@ 'dependencies': [ 'some.gyp:*', '../base/base.gyp:*', - '../base/base_untrusted.gyp:*', '../chrome/chrome.gyp:*', '../content/content.gyp:*', '../crypto/crypto.gyp:*', @@ -19,6 +18,7 @@ '../gpu/gpu.gyp:*', '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*', + '../ipc/ipc_untrusted.gyp:*', '../jingle/jingle.gyp:*', '../media/media.gyp:*', '../net/net.gyp:*', @@ -174,9 +174,6 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', - # TODO(bbudge): drop this when something meaningful depends on - # base_untrusted. - '../base/base_untrusted.gyp:base_untrusted', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:safe_browsing_tests', @@ -190,6 +187,9 @@ '../gpu/gpu.gyp:gpu_unittests', '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support', '../ipc/ipc.gyp:ipc_tests', + # TODO(bbudge): drop this when something meaningful depends on + # ipc_untrusted. + '../ipc/ipc_untrusted.gyp:ipc_untrusted', '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../net/net.gyp:net_unittests', |