Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | |
| 2 "+components/cloud_devices", | |
| 3 ] | |
| 4 | |
| 1 specific_include_rules = { | 5 specific_include_rules = { |
| 2 # For tests, it's fine to include utility process code. | 6 # For tests, it's fine to include utility process code. |
| 3 'test_service_discovery_client\.cc': [ | 7 'test_service_discovery_client\.cc': [ |
| 4 "+chrome/utility/local_discovery/service_discovery_client_impl.h" | 8 "+chrome/utility/local_discovery/service_discovery_client_impl.h" |
| 5 ], | 9 ], |
| 6 } | 10 } |
| OLD | NEW |