Chromium Code Reviews| Index: components/drive/DEPS |
| diff --git a/components/drive/DEPS b/components/drive/DEPS |
| index 818ed7c7b8d52ff9a6196c1dd6a5c7ddb9e74740..daa4a159307259f9fba997f5692b2339f5030b1e 100644 |
| --- a/components/drive/DEPS |
| +++ b/components/drive/DEPS |
| @@ -21,4 +21,17 @@ specific_include_rules = { |
| "drive_uploader\.cc": [ |
| "+content/public/browser/power_save_blocker.h", |
| ], |
| + |
| + # The following test dependencies should be removed to fully componentize this |
| + # directory. crbug.com/498951 |
| + r"(drive_test_util\.h" |
|
mtomasz
2015/07/23 09:37:31
Is this r" correct?
Łukasz Anforowicz
2015/07/27 17:53:27
The "r" is correct (i.e. see https://code.google.c
|
| + r")": [ |
| + "+content/public/test/test_utils.h", |
| + ], |
| + |
| + # The dependency below is ok and can stay here for the long-term, because it |
| + # is guarded by #if defined(OS_CHROMEOS) in the source code. |
| + "drive_test_util\.h": [ |
| + "+third_party/cros_system_api/constants/cryptohome.h", |
| + ], |
| } |