Index: components/content_settings.gypi |
diff --git a/components/network_time.gypi b/components/content_settings.gypi |
similarity index 60% |
copy from components/network_time.gypi |
copy to components/content_settings.gypi |
index b432628acb73bc85ba729b959d71b3e1e726d2be..849334724be383bf8193e90eab4c73b23fda29c6 100644 |
--- a/components/network_time.gypi |
+++ b/components/content_settings.gypi |
@@ -5,8 +5,8 @@ |
{ |
'targets': [ |
{ |
- # GN version: //components/network_time |
- 'target_name': 'network_time', |
+ # GN version: //components/content_settings/core/common |
+ 'target_name': 'content_settings_core_common', |
'type': 'static_library', |
jochen (gone - plz use gerrit)
2014/07/24 09:57:40
just make it 'type': 'none', then you don't need a
vasilii
2014/07/24 10:52:25
Done.
|
'dependencies': [ |
'../base/base.gyp:base', |
jochen (gone - plz use gerrit)
2014/07/24 09:57:40
why do you depend on base?
vasilii
2014/07/24 10:52:25
I'll depend on base later. For now I'm removing it
|
@@ -16,10 +16,8 @@ |
], |
'sources': [ |
# Note: sources list duplicated in GN build. |
- 'network_time/network_time_tracker.cc', |
- 'network_time/network_time_tracker.h', |
- 'network_time/network_time_pref_names.cc', |
- 'network_time/network_time_pref_names.h', |
+ 'content_settings/core/common/content_settings_types.cc', |
+ 'content_settings/core/common/content_settings_types.h', |
], |
}, |
], |