Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 specific_include_rules = { | |
| 2 # Needed for test wire-up on iOS. | |
| 3 '.*test.*': [ | |
| 4 "+ios/public/test/fake_profile_oauth2_token_service_ios_provider.h", | |
| 5 ], | |
| 6 } | |
| 7 include_rules = [ | 1 include_rules = [ |
| 8 "+components/invalidation/public", | 2 "+components/invalidation/public", |
| 9 "+components/metrics", | 3 "+components/metrics", |
| 10 "+google/cacheinvalidation", | 4 "+google/cacheinvalidation", |
| 11 "+jni", | 5 "+jni", |
| 12 ] | 6 ] |
| OLD | NEW |