Chromium Code Reviews| Index: build/all.gyp |
| =================================================================== |
| --- build/all.gyp (revision 141859) |
| +++ build/all.gyp (working copy) |
| @@ -18,7 +18,6 @@ |
| '../gpu/gpu.gyp:*', |
| '../gpu/tools/tools.gyp:*', |
| '../ipc/ipc.gyp:*', |
| - '../ipc/ipc_untrusted.gyp:*', |
|
bradnelson
2012/06/13 20:21:17
So actually you can leave this in (as it just bloa
bbudge
2012/06/14 02:45:10
Done.
|
| '../jingle/jingle.gyp:*', |
| '../media/media.gyp:*', |
| '../net/net.gyp:*', |
| @@ -187,12 +186,11 @@ |
| '../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', |
| + # 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', |