Index: components/security_state.gypi |
diff --git a/chrome/chrome_child.gypi b/components/security_state.gypi |
similarity index 64% |
copy from chrome/chrome_child.gypi |
copy to components/security_state.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..6e4e666da406fcd877841450659e96c2e733c2b5 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/security_state.gypi |
@@ -5,19 +5,17 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ 'target_name': 'security_state', |
'type': 'static_library', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- '../content/content.gyp:content_child', |
- ], |
'include_dirs': [ |
'..', |
], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ ], |
'sources': [ |
- 'child/pdf_child_init.cc', |
- 'child/pdf_child_init.h', |
+ 'security_state/security_state_model.cc', |
+ 'security_state/security_state_model.h', |
], |
}, |
], |