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

Unified Diff: components/browser_sync.gypi

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
Patch Set: Rebase 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/BUILD.gn ('k') | components/browser_sync/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « components/BUILD.gn ('k') | components/browser_sync/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698