Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/fileapi/DEPS

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright headers in the new files. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/chromeos/fileapi/DEPS
diff --git a/chrome/browser/chromeos/fileapi/DEPS b/chrome/browser/chromeos/fileapi/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f335284182e47529722dd76d3222ff25907e6985
--- /dev/null
+++ b/chrome/browser/chromeos/fileapi/DEPS
@@ -0,0 +1,5 @@
+specific_include_rules = {
+ ".*_unittest\.cc": [
+ "+components/drive"
+ ],
+}

Powered by Google App Engine