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

Unified Diff: components/components_tests.gyp

Issue 2010463002: Mocker for OSCrypt (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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 750e20682ccbde82d75172aee099e53e7e571e2e..b9dd71f47cfa19a4746272836f5a7d19b74fc05d 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1148,6 +1148,7 @@
'components.gyp:open_from_clipboard',
'components.gyp:open_from_clipboard_test_support',
'components.gyp:os_crypt',
+ 'components.gyp:os_crypt_test_support',
'components.gyp:password_manager_core_browser',
'components.gyp:password_manager_core_browser_test_support',
'components.gyp:password_manager_sync_browser',
@@ -1528,6 +1529,14 @@
'../device/media_transfer_protocol/media_transfer_protocol.gyp:device_media_transfer_protocol',
],
}],
+ ['OS=="linux" and chromeos!=1', {
+ 'defines': [
+ 'USE_LIBSECRET',
+ ],
+ 'include_dirs': [
+ '../third_party/libsecret'
+ ],
+ }],
['OS=="linux" and use_udev==0', {
'dependencies!': [
'components.gyp:storage_monitor',

Powered by Google App Engine
This is Rietveld 408576698