OLD | NEW |
---|---|
1 # This component is shared with the Chrome OS build, so it's important to limit | 1 # This component is shared with the Chrome OS build, so it's important to limit |
2 # dependencies to a minimal set. | 2 # dependencies to a minimal set. |
3 include_rules = [ | 3 include_rules = [ |
4 "-components", | 4 "-components", |
5 "+components/browser_watcher", | 5 "+components/browser_watcher", |
6 "+components/compression", | 6 "+components/compression", |
7 "+components/metrics", | 7 "+components/metrics", |
8 "+components/prefs", | 8 "+components/prefs", |
9 "+components/variations", | 9 "+components/variations", |
10 "+components/version_info", | 10 "+components/version_info", |
11 "+content/public/common", | |
Alexei Svitkine (slow)
2017/04/26 18:12:53
We don't want metrics component to depend on conte
DaleCurtis
2017/04/29 00:30:35
Done. Now the service name is passed in as a std::
| |
11 "+content/public/test", | 12 "+content/public/test", |
12 "+mojo/public/cpp", | 13 "+mojo/public/cpp", |
13 "+services/service_manager/public/cpp", | 14 "+services/service_manager/public/cpp", |
14 "+third_party/zlib/google", | 15 "+third_party/zlib/google", |
15 "-net", | 16 "-net", |
16 ] | 17 ] |
OLD | NEW |