Index: components/content_settings.gypi |
diff --git a/components/search.gypi b/components/content_settings.gypi |
similarity index 51% |
copy from components/search.gypi |
copy to components/content_settings.gypi |
index 8cb0fe71e0ccc4c3ede8817c284faf90d5d4e623..478aa866f1a17912f27d32768b74b5c97edd4beb 100644 |
--- a/components/search.gypi |
+++ b/components/content_settings.gypi |
@@ -5,19 +5,15 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'search', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '../base/base.gyp:base' |
- ], |
+ # GN version: //components/content_settings/core/common |
+ 'target_name': 'content_settings_core_common', |
+ 'type': 'none', |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'search/search.cc', |
- 'search/search.h', |
- 'search/search_switches.cc', |
- 'search/search_switches.h', |
+ # Note: sources list duplicated in GN build. |
+ 'content_settings/core/common/content_settings_types.h', |
], |
}, |
], |