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

Unified Diff: content/content_renderer.gypi

Issue 1408123005: Android Webview IPC-based sync compositing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win compile Created 5 years, 1 month 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_common.gypi ('k') | content/renderer/android/synchronous_compositor_factory.cc » ('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 5e0f0016f5b52fe8538a9da601319a2f0f029735..97679639bfc0124a4f0cfce3bc95444ed2a74358 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -108,8 +108,12 @@
'renderer/android/synchronous_compositor_external_begin_frame_source.h',
'renderer/android/synchronous_compositor_factory.cc',
'renderer/android/synchronous_compositor_factory.h',
+ 'renderer/android/synchronous_compositor_filter.cc',
+ 'renderer/android/synchronous_compositor_filter.h',
'renderer/android/synchronous_compositor_output_surface.cc',
'renderer/android/synchronous_compositor_output_surface.h',
+ 'renderer/android/synchronous_compositor_proxy.cc',
+ 'renderer/android/synchronous_compositor_proxy.h',
'renderer/android/synchronous_compositor_registry.h',
'renderer/background_sync/background_sync_client_impl.cc',
'renderer/background_sync/background_sync_client_impl.h',
@@ -432,8 +436,8 @@
'renderer/stats_collection_observer.h',
'renderer/text_input_client_observer.cc',
'renderer/text_input_client_observer.h',
- 'renderer/theme_helper_mac.mm',
'renderer/theme_helper_mac.h',
+ 'renderer/theme_helper_mac.mm',
'renderer/usb/type_converters.cc',
'renderer/usb/type_converters.h',
'renderer/usb/web_usb_client_impl.cc',
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/android/synchronous_compositor_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698