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

Unified Diff: sync/sync.gyp

Issue 1811893002: Fix up dependency chain around net_features.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « sync/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 6a5f3b1415219a45867bdc2fcd21119009cdc458..b129936301c296f33bd7ac8e1ed45c474e01c53b 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -31,6 +31,7 @@
'sync_proto',
],
'export_dependent_settings': [
+ 'sync_core',
'sync_proto',
],
},
@@ -63,6 +64,7 @@
'sync_proto',
],
'export_dependent_settings': [
+ '../net/net.gyp:net',
'sync_proto',
],
'sources': [
« no previous file with comments | « sync/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698