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

Unified Diff: components/os_crypt.gypi

Issue 2010463002: Mocker for OSCrypt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated doc 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 | « components/components_tests.gyp ('k') | 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 37023408afab267925590155bb3fb039ec105cc5..5c8f7eb5f94343fdcfab11be1b8b12a8d23658b7 100644
--- a/components/os_crypt.gypi
+++ b/components/os_crypt.gypi
@@ -75,5 +75,29 @@
}],
],
},
+ {
+ 'target_name': 'os_crypt_test_support',
+ 'type': 'static_library',
+ 'sources': [
+ "os_crypt/os_crypt_mocker.cc",
+ "os_crypt/os_crypt_mocker.h",
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'conditions': [
+ ['OS=="linux" and chromeos!=1 and use_glib==1', {
+ 'defines': [
+ 'USE_LIBSECRET',
+ ],
+ 'include_dirs' : [
+ '../third_party/libsecret/'
+ ],
+ 'dependencies': [
+ '../build/linux/system.gyp:glib',
+ ],
+ }],
+ ]
+ }
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698