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

Unified Diff: content/content_browser.gypi

Issue 7054005: Fix gpu acceleration with --in-process-gpu (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: cleanup Created 9 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 6d13ab6b11bfd4b12a698d981e3ff1988b70e831..b85574db31e1dd049f4accc0d4acb1da1c54abbc 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -131,10 +131,14 @@
'browser/gpu/gpu_blacklist.h',
'browser/gpu/gpu_data_manager.cc',
'browser/gpu/gpu_data_manager.h',
+ 'browser/gpu/gpu_message_hub.cc',
+ 'browser/gpu/gpu_message_hub.h',
'browser/gpu/gpu_process_host.cc',
'browser/gpu/gpu_process_host.h',
'browser/gpu/gpu_process_host_ui_shim.cc',
'browser/gpu/gpu_process_host_ui_shim.h',
+ 'browser/gpu/gpu_thread_host.cc',
+ 'browser/gpu/gpu_thread_host.h',
'browser/host_zoom_map.cc',
'browser/host_zoom_map.h',
'browser/in_process_webkit/browser_webkitclient_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698