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

Unified Diff: content/content_renderer.gypi

Issue 15851006: Move synchronous compositor into content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index e45b5e54518235f5b6439b7b33d323f2aacf9d7e..d1e0cb499684a6bbf5df0aaf751367db2d8eb15d 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -33,8 +33,6 @@
'sources': [
'public/renderer/android_content_detection_prefixes.cc',
'public/renderer/android_content_detection_prefixes.h',
- 'public/renderer/android/synchronous_compositor_client.h',
- 'public/renderer/android/synchronous_compositor.h',
'public/renderer/content_renderer_client.cc',
'public/renderer/content_renderer_client.h',
'public/renderer/context_menu_client.h',
@@ -76,10 +74,8 @@
'renderer/android/email_detector.h',
'renderer/android/phone_number_detector.cc',
'renderer/android/phone_number_detector.h',
- 'renderer/android/synchronous_compositor_impl.cc',
- 'renderer/android/synchronous_compositor_impl.h',
- 'renderer/android/synchronous_compositor_output_surface.cc',
- 'renderer/android/synchronous_compositor_output_surface.h',
+ 'renderer/android/synchronous_compositor_factory.cc',
+ 'renderer/android/synchronous_compositor_factory.h',
'renderer/device_orientation_dispatcher.cc',
'renderer/device_orientation_dispatcher.h',
'renderer/devtools/devtools_agent.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698