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

Unified Diff: components/network_time.gypi

Issue 2006733007: network_time_tracker: Add missing gyp dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_time.gypi
diff --git a/components/network_time.gypi b/components/network_time.gypi
index f7a8111f118c0d6f64c05ed0df714ef3edb6e96f..8458771908a61ddc39a047fee4bfd8be206a6cd5 100644
--- a/components/network_time.gypi
+++ b/components/network_time.gypi
@@ -10,6 +10,8 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
+ 'client_update_protocol'
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698