Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: components/content_settings.gypi

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698