Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: components/drive/DEPS

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698