| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index c172678762a54204817899160dad905993babf02..143239ba1e4902ad6261114807fd845faf1126ec 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -96,6 +96,7 @@
|
| 'public/browser/browser_url_handler.h',
|
| 'public/browser/cert_store.h',
|
| 'public/browser/certificate_request_result_type.h',
|
| + 'public/browser/child_process_data.cc',
|
| 'public/browser/child_process_data.h',
|
| 'public/browser/child_process_security_policy.h',
|
| 'public/browser/client_certificate_delegate.h',
|
| @@ -1061,6 +1062,8 @@
|
| 'browser/presentation/presentation_service_impl.h',
|
| 'browser/presentation/presentation_type_converters.cc',
|
| 'browser/presentation/presentation_type_converters.h',
|
| + 'browser/process_resource_usage_impl.cc',
|
| + 'browser/process_resource_usage_impl.h',
|
| 'browser/profiler_controller_impl.cc',
|
| 'browser/profiler_controller_impl.h',
|
| 'browser/profiler_message_filter.cc',
|
|
|