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

Unified Diff: components/security_state.gypi

Issue 1440303002: Componentize SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android/cros fixes Created 5 years, 1 month 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/security_state/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/security_state/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698