 Chromium Code Reviews
 Chromium Code Reviews Issue 11293017:
  Move navigation interception component to content/components  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 11293017:
  Move navigation interception component to content/components  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: content/components/navigation_interception/DEPS | 
| diff --git a/chrome/browser/component/navigation_interception/DEPS b/content/components/navigation_interception/DEPS | 
| similarity index 63% | 
| rename from chrome/browser/component/navigation_interception/DEPS | 
| rename to content/components/navigation_interception/DEPS | 
| index 4d851675c6a368aafe16fbc6d838b33cff12af37..ddeaca7e1e3331a84423a6417879cd7dac0e178f 100644 | 
| --- a/chrome/browser/component/navigation_interception/DEPS | 
| +++ b/content/components/navigation_interception/DEPS | 
| @@ -1,6 +1,8 @@ | 
| include_rules = [ | 
| "+content/public", | 
| "+net/url_request", | 
| + "+navigation_interception/jni/InterceptNavigationDelegate_jni.h", | 
| 
Jói
2012/10/31 21:18:27
perhaps comment that this is a generated file?
 
mkosiba (inactive)
2012/10/31 22:41:26
I always thought it is a BAD IDEA(tm) to generate
 
John Knottenbelt
2012/11/02 14:48:25
The file *is* generated to the out/Debug/gen direc
 
joth
2012/11/02 15:18:53
gotcha. I think the normal pattern it to just say
 
mkosiba (inactive)
2012/11/02 15:36:27
ah.. I see. Everyone else uses "+jni"
 | 
| + "+chrome/test/base/chrome_render_view_host_test_harness.h", | 
| ] | 
| specific_include_rules = { |