summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 07:16:07 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 07:16:07 +0000
commit913d99a74271ad98e28c965738fcd9adf98045a2 (patch)
tree9f954589c2c0d350ca7c24e2f8750bd2e644124a /content/content_browser.gypi
parent800bb5c6b03972bf78c4ce86fc6f7dee767bf76d (diff)
downloadchromium_src-913d99a74271ad98e28c965738fcd9adf98045a2.zip
chromium_src-913d99a74271ad98e28c965738fcd9adf98045a2.tar.gz
chromium_src-913d99a74271ad98e28c965738fcd9adf98045a2.tar.bz2
Move synchronous compositor into content/browser
This means all the hookup can remain in content/ so less internal details need to be revealed in the public API long-term. Now there is a single API to intialize the sync compositor mode per process, and per WebContents, rather than a collection of flags and hooks. The bulk of the browser->renderer hookup is done in content/ so android_webview InProcessViewRenderer can be greatly simplified. (depends on pending CL https://codereview.chromium.org/15875009/) Review URL: https://chromiumcodereview.appspot.com/15851006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bcd702b..8a3fd26 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -33,6 +33,8 @@
'public/browser/android/content_view_layer_renderer.h',
'public/browser/android/devtools_auth.h',
'public/browser/android/download_controller_android.h',
+ 'public/browser/android/synchronous_compositor_client.h',
+ 'public/browser/android/synchronous_compositor.h',
'public/browser/browser_accessibility_state.h',
'public/browser/browser_child_process_host.h',
'public/browser/browser_child_process_host_delegate.cc',
@@ -244,6 +246,10 @@
'browser/android/devtools_auth.cc',
'browser/android/edge_effect.h',
'browser/android/edge_effect.cc',
+ 'browser/android/in_process/synchronous_compositor_impl.cc',
+ 'browser/android/in_process/synchronous_compositor_impl.h',
+ 'browser/android/in_process/synchronous_compositor_output_surface.cc',
+ 'browser/android/in_process/synchronous_compositor_output_surface.h',
'browser/android/interstitial_page_delegate_android.cc',
'browser/android/interstitial_page_delegate_android.h',
'browser/android/load_url_params.cc',