| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 4295110d366e178ef723c55262841dbce07665c7..f95b5acbb53ddfe78256d6c1f04ac893b0ed1b13 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -75,6 +75,8 @@
|
| 'public/common/sandbox_init.h',
|
| 'public/common/sandbox_linux.h',
|
| 'public/common/sandbox_type_mac.h',
|
| + 'public/common/savable_url_schemes.cc',
|
| + 'public/common/savable_url_schemes.h',
|
| 'public/common/security_style.h',
|
| 'public/common/selected_file_info.h',
|
| 'public/common/serialized_script_value.cc',
|
| @@ -313,6 +315,8 @@
|
| 'common/text_input_client_messages.h',
|
| 'common/unix_domain_socket_posix.cc',
|
| 'common/unix_domain_socket_posix.h',
|
| + 'common/url_schemes.cc',
|
| + 'common/url_schemes.h',
|
| 'common/utility_messages.h',
|
| 'common/view_messages.h',
|
| 'common/view_message_enums.h',
|
|
|