| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 296dc28e90ab2e7452900e0a9af51d951f0bcfe0..8b5a3744145b103c2c51f270a617e4a3531a2d73 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -39,6 +39,8 @@
|
| 'public_common_sources': [
|
| 'public/common/appcache_info.h',
|
| 'public/common/bindings_policy.h',
|
| + 'public/common/browser_plugin_guest_mode.cc',
|
| + 'public/common/browser_plugin_guest_mode.h',
|
| 'public/common/child_process_host.h',
|
| 'public/common/child_process_host_delegate.cc',
|
| 'public/common/child_process_host_delegate.h',
|
| @@ -360,6 +362,8 @@
|
| 'common/host_discardable_shared_memory_manager.h',
|
| 'common/host_shared_bitmap_manager.cc',
|
| 'common/host_shared_bitmap_manager.h',
|
| + 'common/in_process_child_thread_params.cc',
|
| + 'common/in_process_child_thread_params.h',
|
| 'common/indexed_db/indexed_db_constants.h',
|
| 'common/indexed_db/indexed_db_key.cc',
|
| 'common/indexed_db/indexed_db_key.h',
|
| @@ -407,8 +411,6 @@
|
| 'common/input_messages.h',
|
| 'common/inter_process_time_ticks_converter.cc',
|
| 'common/inter_process_time_ticks_converter.h',
|
| - 'common/in_process_child_thread_params.cc',
|
| - 'common/in_process_child_thread_params.h',
|
| 'common/mac/attributed_string_coder.h',
|
| 'common/mac/attributed_string_coder.mm',
|
| 'common/mac/font_descriptor.h',
|
| @@ -454,8 +456,8 @@
|
| 'common/net/url_request_user_data.h',
|
| 'common/one_writer_seqlock.cc',
|
| 'common/one_writer_seqlock.h',
|
| - 'common/p2p_messages.h',
|
| 'common/origin_util.cc',
|
| + 'common/p2p_messages.h',
|
| 'common/page_state_serialization.cc',
|
| 'common/page_state_serialization.h',
|
| 'common/page_zoom.cc',
|
| @@ -533,6 +535,8 @@
|
| 'common/set_process_title.h',
|
| 'common/set_process_title_linux.cc',
|
| 'common/set_process_title_linux.h',
|
| + 'common/site_isolation_policy.cc',
|
| + 'common/site_isolation_policy.h',
|
| 'common/speech_recognition_messages.h',
|
| 'common/ssl_status_serialization.cc',
|
| 'common/ssl_status_serialization.h',
|
|
|