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

Unified Diff: chrome/browser/DEPS

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gypi fix Created 7 years, 7 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: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 35a22808997842adb047a67ba3c1878d6af1d507..44896bcc67e9ced1af73a3943ef4b64ff8ebe85c 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -55,10 +55,10 @@ include_rules = [
"+webkit/blob",
"+webkit/common/fileapi",
"+webkit/common/plugins", # Common plugins functionality.
+ "+webkit/common/quota",
kinuko 2013/05/28 15:19:28 It might be ok just to add +webkit/common (at line
tzik 2013/05/28 15:35:31 Done.
"+webkit/common/user_agent",
"+webkit/dom_storage/dom_storage_types.h",
"+webkit/plugins", # Defines some types that are marshalled over IPC.
- "+webkit/quota",
# TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
# up webkit/. crbug.com/239710

Powered by Google App Engine
This is Rietveld 408576698