summaryrefslogtreecommitdiffstats
path: root/content/content_renderer.gypi
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-01 18:46:24 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-01 18:46:24 +0000
commit0e5a13aa0e667d34f893cb04d7c07db2153a733a (patch)
tree0eea9cc6a82f15c49e57e189c70bd212db2bc75b /content/content_renderer.gypi
parent4b55db2dff8dde8d0208dcd7eb4228d4743e948e (diff)
downloadchromium_src-0e5a13aa0e667d34f893cb04d7c07db2153a733a.zip
chromium_src-0e5a13aa0e667d34f893cb04d7c07db2153a733a.tar.gz
chromium_src-0e5a13aa0e667d34f893cb04d7c07db2153a733a.tar.bz2
Revert 197660 "Introduce SynchronousCompositor + Client" which has incorrect gyp paths.
> Introduce SynchronousCompositor + Client > > Makes a direct API from aw/browser into the content/renderer > compositor (for use in single process only). > Plumb through the webview SW draw path as first step to removing > the synchronous IPC path. > > BUG=230226 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14445008 TBR=joth@chromium.org Review URL: https://codereview.chromium.org/14598003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r--content/content_renderer.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 20acfb7..ec70560 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -66,8 +66,6 @@
'renderer/android/email_detector.h',
'renderer/android/phone_number_detector.cc',
'renderer/android/phone_number_detector.h',
- 'renderer/android/synchronous_compositor_output_surface.cc',
- 'renderer/android/synchronous_compositor_output_surface.h',
'renderer/device_orientation_dispatcher.cc',
'renderer/device_orientation_dispatcher.h',
'renderer/devtools/devtools_agent.cc',