Chromium Code Reviews| Index: components/gcm_driver/instance_id/DEPS |
| diff --git a/components/crx_file/DEPS b/components/gcm_driver/instance_id/DEPS |
| similarity index 50% |
| copy from components/crx_file/DEPS |
| copy to components/gcm_driver/instance_id/DEPS |
| index 4ef4138e48f6d5ec2a5e493407da4bdb68c0bbfa..da8d8044d5ebbb993496119effce48ed374932e1 100644 |
| --- a/components/crx_file/DEPS |
| +++ b/components/gcm_driver/instance_id/DEPS |
| @@ -1,3 +1,4 @@ |
| -include_rules = [ |
| - "+crypto", |
| -] |
| +include_rules = [ |
| + "+components/gcm_driver", |
| + "+crypto", |
| +] |