| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 10a32133153d25649849134cfb068b974373dd8c..46418c23a47b242745fda01a8831ff376e9687b9 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -208,6 +208,8 @@
|
| 'common/content_paths.cc',
|
| 'common/content_switches_internal.cc',
|
| 'common/content_switches_internal.h',
|
| + 'common/cross_site_document_classifier.cc',
|
| + 'common/cross_site_document_classifier.h',
|
| 'common/cursors/webcursor.cc',
|
| 'common/cursors/webcursor.h',
|
| 'common/cursors/webcursor_android.cc',
|
| @@ -267,10 +269,10 @@
|
| 'common/geofencing_types.cc',
|
| 'common/geofencing_types.h',
|
| 'common/gin_java_bridge_messages.h',
|
| - 'common/gpu/client/command_buffer_proxy_impl.cc',
|
| - 'common/gpu/client/command_buffer_proxy_impl.h',
|
| 'common/gpu/client/command_buffer_metrics.cc',
|
| 'common/gpu/client/command_buffer_metrics.h',
|
| + 'common/gpu/client/command_buffer_proxy_impl.cc',
|
| + 'common/gpu/client/command_buffer_proxy_impl.h',
|
| 'common/gpu/client/context_provider_command_buffer.cc',
|
| 'common/gpu/client/context_provider_command_buffer.h',
|
| 'common/gpu/client/gl_helper.cc',
|
|
|