Index: content/content_browser.gypi |
=================================================================== |
--- content/content_browser.gypi (revision 75653) |
+++ content/content_browser.gypi (working copy) |
@@ -46,6 +46,23 @@ |
'browser/cross_site_request_manager.h', |
'browser/disposition_utils.cc', |
'browser/disposition_utils.h', |
+ 'browser/gpu_blacklist.cc', |
+ 'browser/gpu_blacklist.h', |
+ 'browser/gpu_process_host.cc', |
+ 'browser/gpu_process_host.h', |
+ 'browser/host_zoom_map.cc', |
+ 'browser/host_zoom_map.h', |
+ 'browser/mime_registry_message_filter.cc', |
+ 'browser/mime_registry_message_filter.h', |
+ 'browser/modal_html_dialog_delegate.cc', |
+ 'browser/modal_html_dialog_delegate.h', |
+ 'browser/ppapi_plugin_process_host.cc', |
+ 'browser/ppapi_plugin_process_host.h', |
+ 'browser/plugin_process_host.cc', |
+ 'browser/plugin_process_host.h', |
+ 'browser/plugin_process_host_mac.cc', |
+ 'browser/plugin_service.cc', |
+ 'browser/plugin_service.h', |
'browser/renderer_host/accelerated_surface_container_mac.cc', |
'browser/renderer_host/accelerated_surface_container_mac.h', |
'browser/renderer_host/accelerated_surface_container_manager_mac.cc', |
@@ -156,6 +173,9 @@ |
'browser/tab_contents/tab_contents_observer.h', |
'browser/tab_contents/tab_contents_view.cc', |
'browser/tab_contents/tab_contents_view.h', |
+ 'browser/zygote_host_linux.cc', |
+ 'browser/zygote_host_linux.h', |
+ 'browser/zygote_main_linux.cc', |
], |
'conditions': [ |
['OS=="win"', { |
@@ -177,6 +197,14 @@ |
'browser/certificate_manager_model.h', |
], |
}], |
+ ['OS=="mac"', { |
+ 'link_settings': { |
+ 'mac_bundle_resources': [ |
+ 'browser/gpu.sb', |
+ 'browser/worker.sb', |
+ ], |
+ }, |
+ }], |
], |
}, |
], |