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

Unified Diff: android_webview/browser/DEPS

Issue 12253057: Implement WebStorage API methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: android_webview/browser/DEPS
diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS
index 2caa535f5beb279d519b75f8cf33890190a54a57..c7eb3ffbb1a9fc356f3241172e15f29f4646f7fd 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -15,4 +15,7 @@ include_rules = [
# POD structure required by the find-in-page IPC messages.
"+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h",
+
+ # TODO(boliu): Fix this before commit.
+ "!android_webview/native/aw_quota_manager_bridge.h",
]

Powered by Google App Engine
This is Rietveld 408576698