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

Unified Diff: content/content_browser.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/common/input_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bafd9f3833dd21b2663515fc644017c5d05f8b91..325e6a7bb0faeb2ee2e4f8d18ac69b3cfd17a179 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1625,6 +1625,10 @@
'browser/android/in_process/synchronous_compositor_registry_in_proc.h',
'browser/android/in_process/synchronous_input_event_filter.cc',
'browser/android/in_process/synchronous_input_event_filter.h',
+ 'browser/android/synchronous_compositor_base.cc',
+ 'browser/android/synchronous_compositor_base.h',
+ 'browser/android/synchronous_compositor_host.cc',
+ 'browser/android/synchronous_compositor_host.h',
],
'auralinux_browser_sources': [
'browser/accessibility/accessibility_tree_formatter_auralinux.cc',
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698