Chromium Code Reviews| Index: components/content_settings.gypi |
| diff --git a/components/content_settings.gypi b/components/content_settings.gypi |
| index 478aa866f1a17912f27d32768b74b5c97edd4beb..517c7ac86344d485493659d85f37e9c01e1dc416 100644 |
| --- a/components/content_settings.gypi |
| +++ b/components/content_settings.gypi |
| @@ -7,12 +7,16 @@ |
| { |
| # GN version: //components/content_settings/core/common |
| 'target_name': 'content_settings_core_common', |
| - 'type': 'none', |
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + ], |
| 'include_dirs': [ |
| '..', |
| ], |
| 'sources': [ |
| # Note: sources list duplicated in GN build. |
| + 'content_settings/core/common/content_settings_client.cc', |
|
vabr (Chromium)
2014/08/06 15:14:01
I don't think we can have the client in common. On
|
| + 'content_settings/core/common/content_settings_client.h', |
| 'content_settings/core/common/content_settings_types.h', |
| ], |
| }, |