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

Unified Diff: components/components_tests.gyp

Issue 2086123003: Move KWalletDBus util from the Password Manager to OSCrypt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « chrome/chrome_tests_unit.gypi ('k') | components/os_crypt.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 2598d70d8585ea2a66baf6803253810b07aca220..2853fa1f2f9b3f605f056ffbfefe4b1445e82e83 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1581,6 +1581,7 @@
}],
['OS=="linux" and chromeos!=1', {
'sources': [
+ 'os_crypt/kwallet_dbus_unittest.cc',
'os_crypt/os_crypt_linux_unittest.cc',
'os_crypt/os_crypt_util_linux_unittest.cc',
],
@@ -1590,6 +1591,11 @@
'include_dirs': [
'../third_party/libsecret'
],
+ 'dependencies' : [
+ '../build/linux/system.gyp:dbus',
+ '../dbus/dbus.gyp:dbus',
+ '../dbus/dbus.gyp:dbus_test_support',
+ ]
}],
['OS=="linux" and use_udev==0', {
'dependencies!': [
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/os_crypt.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698