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

Side by Side Diff: android_webview/browser/DEPS

Issue 402603006: [android_webview] Do not extract webviewchromium.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@awassets
Patch Set: Use only InitSharedInstanceWithPakFileRegion and + rebase Created 6 years, 4 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 unified diff | Download patch
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/native",
5 "+android_webview/public/browser", 6 "+android_webview/public/browser",
6 7
7 "+cc", 8 "+cc",
8 "-cc/surfaces", 9 "-cc/surfaces",
9 10
10 "+components/auto_login_parser", 11 "+components/auto_login_parser",
11 "+components/autofill/content/browser", 12 "+components/autofill/content/browser",
12 "+components/autofill/core/browser", 13 "+components/autofill/core/browser",
13 "+components/autofill/core/common", 14 "+components/autofill/core/common",
14 "+components/cdm/browser", 15 "+components/cdm/browser",
(...skipping 15 matching lines...) Expand all
30 31
31 # Temporary until we bundle our own favicon. See 32 # Temporary until we bundle our own favicon. See
32 # AwContentBrowserClient::GetDefaultFavicon 33 # AwContentBrowserClient::GetDefaultFavicon
33 "!grit/ui_resources.h", 34 "!grit/ui_resources.h",
34 35
35 # POD structure required by the find-in-page IPC messages. 36 # POD structure required by the find-in-page IPC messages.
36 "+third_party/WebKit/public/web/WebFindOptions.h", 37 "+third_party/WebKit/public/web/WebFindOptions.h",
37 # Interface required for in-process input event handling. 38 # Interface required for in-process input event handling.
38 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
39 ] 40 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | android_webview/browser/aw_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698