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

Unified Diff: components/drive/DEPS

Issue 1296483003: Move chrome/browser/chromeos/drive/resource* (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 52e86d7672b2d0433387abbd3faa6c7fb9c105ab..cb3f955f56f7ca7bf1f3471c23e07530740e8c5c 100644
--- a/components/drive/DEPS
+++ b/components/drive/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+google_apis",
"+google/cacheinvalidation/types.pb.h",
"+net",
+ "+third_party/leveldatabase",
"+third_party/re2",
]
@@ -31,14 +32,20 @@ specific_include_rules = {
# The following test dependencies should be removed to fully componentize this
# directory. crbug.com/498951
- r"(job_scheduler_unittest.cc"
+ r"(file_cache_unittest.cc"
+ r"|file_system_core_util_unittest.cc"
+ r"|job_scheduler_unittest.cc"
+ r"|resource_metadata_storage_unittest.cc"
+ r"|resource_metadata_unittest.cc"
r")": [
"+content/public/test/test_browser_thread_bundle.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": [
+ r"(drive_test_util.h"
+ r"|file_cache.cc"
+ r")": [
"+third_party/cros_system_api/constants/cryptohome.h",
],
}

Powered by Google App Engine
This is Rietveld 408576698