| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 6a2897f96c08cd9b3f2c6b4b6c3cf4cb5e8c5df4..5272c31027b49c99f344ff179be775352986e784 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -182,6 +182,8 @@
|
| 'public/browser/power_save_blocker.h',
|
| 'public/browser/presentation_screen_availability_listener.h',
|
| 'public/browser/presentation_service_delegate.h',
|
| + 'public/browser/presentation_session.cc',
|
| + 'public/browser/presentation_session.h',
|
| 'public/browser/profiler_controller.h',
|
| 'public/browser/profiler_subscriber.h',
|
| 'public/browser/push_messaging_service.cc',
|
| @@ -1022,6 +1024,8 @@
|
| 'browser/power_usage_monitor_impl.h',
|
| 'browser/presentation/presentation_service_impl.cc',
|
| 'browser/presentation/presentation_service_impl.h',
|
| + 'browser/presentation/presentation_type_converters.cc',
|
| + 'browser/presentation/presentation_type_converters.h',
|
| 'browser/profiler_controller_impl.cc',
|
| 'browser/profiler_controller_impl.h',
|
| 'browser/profiler_message_filter.cc',
|
|
|