 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: android_webview/DEPS | 
| diff --git a/android_webview/DEPS b/android_webview/DEPS | 
| index ea141dc10b23cbc136fa69f7dcd64c293e786bb9..ed3891d58c1290750ecd4c355d9f8ae6af9ee878 100644 | 
| --- a/android_webview/DEPS | 
| +++ b/android_webview/DEPS | 
| @@ -6,5 +6,7 @@ | 
| # chrome/ should go into android_webview/lib/ or be refactored. | 
| include_rules = [ | 
| + "+chrome/android/java/src/org/chromium/chrome/browser/component", | 
| + "+chrome/browser/component", | 
| "+content/public", | 
| ] |