 Chromium Code Reviews
 Chromium Code Reviews Issue 10831060:
  Refactor the Android port to allow access to the chrome layer.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10831060:
  Refactor the Android port to allow access to the chrome layer.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: chrome/browser/component/web_contents_delegate_android/DEPS | 
| diff --git a/chrome/browser/component/web_contents_delegate_android/DEPS b/chrome/browser/component/web_contents_delegate_android/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..b5df9bb11ece34e49f3731c16f84b8ebcfb8b15c | 
| --- /dev/null | 
| +++ b/chrome/browser/component/web_contents_delegate_android/DEPS | 
| @@ -0,0 +1,4 @@ | 
| +include_rules = [ | 
| + "-chrome/browser", | 
| 
Jói
2012/08/20 14:02:39
please add a DEPS file at the chrome/browser/compo
 
Leandro Graciá Gil
2012/08/20 20:26:17
Done.
 | 
| + "+chrome/browser/component/web_contents_delegate_android", | 
| +] |