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

Unified Diff: android_webview/browser/DEPS

Issue 12253057: Implement WebStorage API methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation mostly done. 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 c48c8f434f9cce99728d63b723de288674ccfb6d..c8faa3763fb2f8696c9b565feceb954e82860f97 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -21,4 +21,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