Chromium Code Reviews| Index: chrome/common/DEPS |
| diff --git a/chrome/common/DEPS b/chrome/common/DEPS |
| index a9a61055251a4fb1e93f7839f6a9bbdc46ebcbbe..6f70e8ba78df9b86543ed46cbfaeb6be7a3452ab 100644 |
| --- a/chrome/common/DEPS |
| +++ b/chrome/common/DEPS |
| @@ -41,7 +41,7 @@ include_rules = [ |
| "+chrome/installer", |
| ] |
| specific_include_rules = { |
| - "service_process_util\.h": [ |
| + "service_process_util": [ |
|
sky
2016/11/17 18:07:29
I'm surprised this matches service_process_util_ma
Sam McNally
2016/11/18 03:49:01
I guess checkdeps doesn't do a full match. Added a
|
| "+mojo/edk/embedder", |
| ], |
| } |