| Index: chrome/browser/local_discovery/DEPS
|
| diff --git a/chrome/browser/local_discovery/DEPS b/chrome/browser/local_discovery/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cc56ec5bfa1d4ddd49046f67a9b3bb2fae7d4030
|
| --- /dev/null
|
| +++ b/chrome/browser/local_discovery/DEPS
|
| @@ -0,0 +1,6 @@
|
| +specific_include_rules = {
|
| + # For tests, it's fine to include utility process code.
|
| + 'test_service_discovery_client\.cc': [
|
| + "+chrome/utility/local_discovery/service_discovery_client_impl.h"
|
| + ],
|
| +}
|
|
|