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

Unified Diff: content/content_browser.gypi

Issue 307693005: Add use-surfaces command-line flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 736513ea2a3c00dfd7d7cf59af24224a923a4541..1e153ee31f1ffc5b29c69844611d325bbccf56f8 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -374,6 +374,8 @@
'browser/compositor/image_transport_factory.h',
'browser/compositor/no_transport_image_transport_factory.cc',
'browser/compositor/no_transport_image_transport_factory.h',
+ 'browser/compositor/onscreen_display_client.cc',
+ 'browser/compositor/onscreen_display_client.h',
'browser/compositor/overlay_candidate_validator_ozone.cc',
'browser/compositor/overlay_candidate_validator_ozone.h',
'browser/compositor/owned_mailbox.h',
@@ -394,6 +396,8 @@
'browser/compositor/software_output_device_win.h',
'browser/compositor/software_output_device_x11.cc',
'browser/compositor/software_output_device_x11.h',
+ 'browser/compositor/surface_display_output_surface.cc',
+ 'browser/compositor/surface_display_output_surface.h',
'browser/context_factory.cc',
'browser/cross_site_request_manager.cc',
'browser/cross_site_request_manager.h',
@@ -1459,6 +1463,7 @@
'browser/devtools/devtools_resources.gyp:devtools_resources',
'content_common_mojo_bindings',
'../cc/cc.gyp:cc',
+ '../cc/cc.gyp:cc_surfaces',
'../mojo/mojo.gyp:mojo_cpp_bindings',
'../mojo/mojo.gyp:mojo_js_bindings',
'../mojo/mojo.gyp:mojo_service_provider_bindings',
« no previous file with comments | « content/browser/compositor/surface_display_output_surface.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698