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

Unified Diff: storage/DEPS

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix header guards, add OWNERS Created 6 years, 3 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
« no previous file with comments | « no previous file | storage/OWNERS » ('j') | storage/common/blob/scoped_file.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/DEPS
diff --git a/content/common/cursors/DEPS b/storage/DEPS
similarity index 63%
copy from content/common/cursors/DEPS
copy to storage/DEPS
index 6fcf9c8c38e7dc07f8d745f87accfab130ce14c0..64e8817aa507acc3141df9c1fd842f545d4086dc 100644
--- a/content/common/cursors/DEPS
+++ b/storage/DEPS
@@ -1,4 +1,6 @@
include_rules = [
- "+grit/ui_unscaled_resources.h",
+ "+net",
+ "+sql",
"+third_party/WebKit/public/platform",
+ "+webkit",
jamesr 2014/09/02 21:35:30 if you only need data_element.h, can you just do "
]
« no previous file with comments | « no previous file | storage/OWNERS » ('j') | storage/common/blob/scoped_file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698