| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 6548dadbe01e8987be566f5853fc8409b2c369cf..9fc11f2630f1b611b59a1906d12b6404a7fd9b8c 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -88,6 +88,7 @@
|
| 'public/browser/browser_thread.h',
|
| 'public/browser/browser_thread_delegate.h',
|
| 'public/browser/cert_store.h',
|
| + 'public/browser/child_process_data.cc',
|
| 'public/browser/child_process_data.h',
|
| 'public/browser/child_process_security_policy.h',
|
| 'public/browser/color_chooser.h',
|
| @@ -992,6 +993,8 @@
|
| 'browser/power_save_blocker_x11.cc',
|
| 'browser/power_usage_monitor_impl.cc',
|
| 'browser/power_usage_monitor_impl.h',
|
| + 'browser/process_resource_impl.cc',
|
| + 'browser/process_resource_impl.h',
|
| 'browser/profiler_controller_impl.cc',
|
| 'browser/profiler_controller_impl.h',
|
| 'browser/profiler_message_filter.cc',
|
|
|