OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/about_handler", | 2 "+components/about_handler", |
3 "+components/cookie_config", | 3 "+components/cookie_config", |
4 "+components/user_manager", | 4 "+components/user_manager", |
5 ] | 5 ] |
6 | |
7 specific_include_rules = { | |
8 "profile_impl.cc": [ | |
9 # Profile embeds the Identity Service, but the dependence | |
10 # should be used *only* for Identity Service creation. | |
11 "+services/identity/identity_service.h", | |
12 ], | |
13 } | |
OLD | NEW |