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

Unified Diff: components/cookie_config.gypi

Issue 1405463006: Componentize CookieOSCryptoDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding OWNERS Created 5 years, 2 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
« no previous file with comments | « components/components.gyp ('k') | components/cookie_config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
}
+
« no previous file with comments | « components/components.gyp ('k') | components/cookie_config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698