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

Side by Side Diff: components/components_tests.gyp

Issue 2309403003: Forward --password-store switch to os_crypt (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/browser/chrome_browser_main_linux.cc ('k') | components/os_crypt.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1607 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1607 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1608 ], 1608 ],
1609 }], 1609 }],
1610 ['OS=="linux" and chromeos!=1', { 1610 ['OS=="linux" and chromeos!=1', {
1611 'sources': [ 1611 'sources': [
1612 'os_crypt/kwallet_dbus_unittest.cc', 1612 'os_crypt/kwallet_dbus_unittest.cc',
1613 'os_crypt/os_crypt_linux_unittest.cc', 1613 'os_crypt/os_crypt_linux_unittest.cc',
1614 'os_crypt/os_crypt_util_linux_unittest.cc', 1614 'os_crypt/os_crypt_util_linux_unittest.cc',
1615 ], 1615 ],
1616 'defines': [ 1616 'defines': [
1617 'USE_KWALLET',
1617 'USE_LIBSECRET', 1618 'USE_LIBSECRET',
1618 ], 1619 ],
1619 'include_dirs': [ 1620 'include_dirs': [
1620 '../third_party/libsecret' 1621 '../third_party/libsecret'
1621 ], 1622 ],
1622 'dependencies' : [ 1623 'dependencies' : [
1623 '../build/linux/system.gyp:dbus', 1624 '../build/linux/system.gyp:dbus',
1624 '../dbus/dbus.gyp:dbus', 1625 '../dbus/dbus.gyp:dbus',
1625 '../dbus/dbus.gyp:dbus_test_support', 1626 '../dbus/dbus.gyp:dbus_test_support',
1626 ] 1627 ]
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 'dependencies': [ 2049 'dependencies': [
2049 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2050 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2050 ], 2051 ],
2051 }], 2052 }],
2052 ], 2053 ],
2053 }, 2054 },
2054 ], 2055 ],
2055 }], 2056 }],
2056 ], 2057 ],
2057 } 2058 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_linux.cc ('k') | components/os_crypt.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698