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

Side by Side Diff: android_webview/browser/DEPS

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-android_webview", 2 "-android_webview",
3 "+android_webview/browser", 3 "+android_webview/browser",
4 "+android_webview/common", 4 "+android_webview/common",
5 "+android_webview/grit", 5 "+android_webview/grit",
6 "+android_webview/native/public", 6 "+android_webview/native/public",
7 "+android_webview/public/browser", 7 "+android_webview/public/browser",
8 8
9 "+cc", 9 "+cc",
10 "-cc/blink", 10 "-cc/blink",
(...skipping 26 matching lines...) Expand all
37 "-ipc/ipc_sync_message_filter.h", 37 "-ipc/ipc_sync_message_filter.h",
38 38
39 "+media/base/android", 39 "+media/base/android",
40 40
41 "+components/policy/policy_constants.h", 41 "+components/policy/policy_constants.h",
42 42
43 "+printing", 43 "+printing",
44 44
45 "+services/service_manager/public/cpp", 45 "+services/service_manager/public/cpp",
46 46
47 "+storage/browser/quota",
48
49 "+ui/gfx", 47 "+ui/gfx",
50 "+ui/gl", 48 "+ui/gl",
51 49
52 # Temporary until we bundle our own favicon. See 50 # Temporary until we bundle our own favicon. See
53 # AwContentBrowserClient::GetDefaultFavicon 51 # AwContentBrowserClient::GetDefaultFavicon
54 "!ui/resources/grit/ui_resources.h", 52 "!ui/resources/grit/ui_resources.h",
55 53
56 # POD structure required by the find-in-page IPC messages. 54 # POD structure required by the find-in-page IPC messages.
57 "+third_party/WebKit/public/web/WebFindOptions.h", 55 "+third_party/WebKit/public/web/WebFindOptions.h",
58 # Interface required for in-process input event handling. 56 # Interface required for in-process input event handling.
59 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 57 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
60 ] 58 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698