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

Side by Side Diff: components/components_tests.gyp

Issue 2150543002: OSCrypt supports encryption with KWallet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1591 'metrics/serialization/serialization_utils_unittest.cc', 1591 'metrics/serialization/serialization_utils_unittest.cc',
1592 ], 1592 ],
1593 'dependencies': [ 1593 'dependencies': [
1594 'components.gyp:metrics_serialization', 1594 'components.gyp:metrics_serialization',
1595 '../dbus/dbus.gyp:dbus', 1595 '../dbus/dbus.gyp:dbus',
1596 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1596 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1597 ], 1597 ],
1598 }], 1598 }],
1599 ['OS=="linux" and chromeos!=1', { 1599 ['OS=="linux" and chromeos!=1', {
1600 'sources': [ 1600 'sources': [
1601 'os_crypt/key_storage_kwallet_unittest.cc',
1601 'os_crypt/kwallet_dbus_unittest.cc', 1602 'os_crypt/kwallet_dbus_unittest.cc',
1602 'os_crypt/os_crypt_linux_unittest.cc', 1603 'os_crypt/os_crypt_linux_unittest.cc',
1603 'os_crypt/os_crypt_util_linux_unittest.cc', 1604 'os_crypt/os_crypt_util_linux_unittest.cc',
1604 ], 1605 ],
1605 'defines': [ 1606 'defines': [
1606 'USE_KWALLET', 1607 'USE_KWALLET',
1607 'USE_LIBSECRET', 1608 'USE_LIBSECRET',
1608 ], 1609 ],
1609 'include_dirs': [ 1610 'include_dirs': [
1610 '../third_party/libsecret' 1611 '../third_party/libsecret'
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 'dependencies': [ 2040 'dependencies': [
2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2041 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2041 ], 2042 ],
2042 }], 2043 }],
2043 ], 2044 ],
2044 }, 2045 },
2045 ], 2046 ],
2046 }], 2047 }],
2047 ], 2048 ],
2048 } 2049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698