Index: components/browser_sync.gypi |
diff --git a/chrome/chrome_child.gypi b/components/browser_sync.gypi |
similarity index 59% |
copy from chrome/chrome_child.gypi |
copy to components/browser_sync.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..c10ce0d1ee7da4b15cae5808a13b282d9e29d033 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/browser_sync.gypi |
@@ -5,19 +5,19 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ # GN version: //components/browser_sync_common |
+ 'target_name': 'browser_sync_common', |
'type': 'static_library', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
'dependencies': [ |
'../base/base.gyp:base', |
- '../content/content.gyp:content_child', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'child/pdf_child_init.cc', |
- 'child/pdf_child_init.h', |
+ # Note: file list duplicated in GN build. |
+ 'browser_sync/common/browser_sync_switches.cc', |
+ 'browser_sync/common/browser_sync_switches.h', |
], |
}, |
], |