Add an untrusted NaCl build for IPC.

BUG=116317
TEST=compiles

Review URL: https://chromiumcodereview.appspot.com/10534115

git-svn-id: http://src.chromium.org/svn/trunk/src/build@141834 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
bbudge@chromium.org 2012-06-13 02:20:12 +00:00
Родитель 52c4cd0cad
Коммит 4b4765a7fb
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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',