 Chromium Code Reviews
 Chromium Code Reviews Issue 876483002:
  NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 876483002:
  NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: ppapi/native_client/DEPS | 
| diff --git a/ppapi/native_client/DEPS b/ppapi/native_client/DEPS | 
| index 8ecee163852838df84e02bcb5c5d1a10d898552f..64d0e992b3cb50bc8bc50a80958f4b963ba7877d 100644 | 
| --- a/ppapi/native_client/DEPS | 
| +++ b/ppapi/native_client/DEPS | 
| @@ -1,7 +1,5 @@ | 
| include_rules = [ | 
| "+native_client/src/include", | 
| - "+native_client/src/public", | 
| "+native_client/src/shared/platform", | 
| - "+native_client/src/shared/srpc", | 
| "+native_client/src/untrusted", | 
| ] |