 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| OLD | NEW | 
|---|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2 "+content/public", | 2 "+content/public", | 
| 3 "+net/url_request", | 3 "+net/url_request", | 
| 4 "+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"
 | |
| 5 "+chrome/test/base/chrome_render_view_host_test_harness.h", | |
| 4 ] | 6 ] | 
| 5 | 7 | 
| 6 specific_include_rules = { | 8 specific_include_rules = { | 
| 7 '.*_(a-z)+test\.cc': [ | 9 '.*_(a-z)+test\.cc': [ | 
| 8 # Temporary until test case moves into a separate test runner. | 10 # Temporary until test case moves into a separate test runner. | 
| 9 "!chrome/test/base", | 11 "!chrome/test/base", | 
| 10 "+testing", | 12 "+testing", | 
| 11 ], | 13 ], | 
| 12 } | 14 } | 
| OLD | NEW |