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

Unified Diff: components/ssl_errors.gypi

Issue 1865493002: Add ssl_error's dependency to network_time in gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed estark's comment Created 4 years, 8 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 | components/ssl_errors/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_errors.gypi
diff --git a/components/ssl_errors.gypi b/components/ssl_errors.gypi
index c95a9b9b3b853ebeea0438ca00ec2a3025b8be9b..9d4f39551c576bf585403f4a825e469a86c04b12 100644
--- a/components/ssl_errors.gypi
+++ b/components/ssl_errors.gypi
@@ -13,7 +13,8 @@
'../net/net.gyp:net',
'../ui/base/ui_base.gyp:ui_base',
'components_strings.gyp:components_strings',
- 'url_formatter/url_formatter.gyp:url_formatter'
+ 'network_time',
+ 'url_formatter/url_formatter.gyp:url_formatter',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | components/ssl_errors/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698