diff options
author | leandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 12:20:24 +0000 |
---|---|---|
committer | leandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 12:20:24 +0000 |
commit | 11b426f286e9d641c2cbe075e28284ae9d952f94 (patch) | |
tree | 4ba31f147c0bbd919e8cbc8d11b4e9163c5f5924 /android_webview/android_webview.gyp | |
parent | 942f75aad836a8ae3b154289f5db27b58b5c182c (diff) | |
download | chromium_src-11b426f286e9d641c2cbe075e28284ae9d952f94.zip chromium_src-11b426f286e9d641c2cbe075e28284ae9d952f94.tar.gz chromium_src-11b426f286e9d641c2cbe075e28284ae9d952f94.tar.bz2 |
[Android WebView] Prepare to simulate SW rendering with the capture picture API backend.
Introduce the required code to get SW rendering working once RenderView is able
to provide the required picture piles from the compositor.
BUG=167913
Review URL: https://codereview.chromium.org/11727005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/android_webview.gyp')
-rw-r--r-- | android_webview/android_webview.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index b84cf06..5f95e09 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -103,6 +103,7 @@ '../content/content.gyp:content', '../content/content.gyp:navigation_interception', '../content/content.gyp:web_contents_delegate_android', + '../skia/skia.gyp:skia', 'android_webview_pak', ], 'include_dirs': [ @@ -163,6 +164,8 @@ 'common/aw_resource.h', 'common/render_view_messages.cc', 'common/render_view_messages.h', + 'common/renderer_picture_map.cc', + 'common/renderer_picture_map.h', 'common/url_constants.cc', 'common/url_constants.h', 'lib/aw_browser_dependency_factory_impl.cc', |