| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 5eb6977d09329b53cda7973cd096594c156d5e8c..b378514059b78a0c864cfcf3d52afeca0f314823 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -191,8 +191,6 @@
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../media/media.gyp:media_unittests',
|
| '../net/net.gyp:net_unittests',
|
| - # TODO(bbudge): drop this when we have switched the NaCl proxy to IPC.
|
| - '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted',
|
| '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| @@ -224,6 +222,12 @@
|
| '../webkit/webkit.gyp:test_shell_common',
|
| ],
|
| }],
|
| + ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| + 'dependencies': [
|
| + # TODO(bbudge): drop this when we have switched the NaCl proxy to IPC.
|
| + '../ppapi/ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted',
|
| + ],
|
| + }],
|
| ],
|
| }, # target_name: chromium_builder_tests
|
| {
|
|
|