Index: components/cookie_config.gypi |
diff --git a/chrome/chrome_child.gypi b/components/cookie_config.gypi |
similarity index 62% |
copy from chrome/chrome_child.gypi |
copy to components/cookie_config.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..4c3e8f7ec008b3286fec21b5f16d627c4b76fdde 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/cookie_config.gypi |
@@ -5,20 +5,22 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ # GN version: //components/cookie_config |
+ 'target_name': 'cookie_config', |
'type': 'static_library', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
'dependencies': [ |
'../base/base.gyp:base', |
- '../content/content.gyp:content_child', |
+ '../net/net.gyp:net', |
+ 'os_crypt', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'child/pdf_child_init.cc', |
- 'child/pdf_child_init.h', |
+ 'cookie_config/cookie_store_util.cc', |
+ 'cookie_config/cookie_store_util.h', |
], |
}, |
], |
} |
+ |