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

Unified Diff: components/os_crypt.gypi

Issue 1934193002: Add system.gyp:glib as dependency to os_crypt.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the gn file 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/os_crypt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt.gypi
diff --git a/components/os_crypt.gypi b/components/os_crypt.gypi
index 88ba67c7b1b88bb24631f8650653c9597ddf286c..38f94c9b8106565e3ec77320f48d30ad41904de0 100644
--- a/components/os_crypt.gypi
+++ b/components/os_crypt.gypi
@@ -61,6 +61,9 @@
'include_dirs' : [
'../third_party/libsecret/'
],
+ 'dependencies': [
+ '../build/linux/system.gyp:glib',
+ ],
}],
],
'target_conditions': [
« no previous file with comments | « no previous file | components/os_crypt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698