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

Side by Side Diff: components/components_tests.gyp

Issue 1973483002: OSCrypt for POSIX uses libsecret to store a randomised encryption key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed lsan failure 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 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'omnibox/browser/shortcuts_database_unittest.cc', 452 'omnibox/browser/shortcuts_database_unittest.cc',
453 'omnibox/browser/shortcuts_provider_unittest.cc', 453 'omnibox/browser/shortcuts_provider_unittest.cc',
454 'omnibox/browser/suggestion_answer_unittest.cc', 454 'omnibox/browser/suggestion_answer_unittest.cc',
455 'omnibox/browser/url_prefix_unittest.cc', 455 'omnibox/browser/url_prefix_unittest.cc',
456 'omnibox/browser/zero_suggest_provider_unittest.cc', 456 'omnibox/browser/zero_suggest_provider_unittest.cc',
457 ], 457 ],
458 'open_from_clipboard_unittest_sources': [ 458 'open_from_clipboard_unittest_sources': [
459 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', 459 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm',
460 ], 460 ],
461 'os_crypt_unittest_sources': [ 461 'os_crypt_unittest_sources': [
462 'os_crypt/os_crypt_util_linux_unittest.cc',
Lei Zhang 2016/05/18 22:38:15 Alphabetical order please. Ditto below.
cfroussios 2016/05/19 21:18:17 Done.
462 'os_crypt/ie7_password_win_unittest.cc', 463 'os_crypt/ie7_password_win_unittest.cc',
463 'os_crypt/keychain_password_mac_unittest.mm', 464 'os_crypt/keychain_password_mac_unittest.mm',
464 'os_crypt/os_crypt_unittest.cc', 465 'os_crypt/os_crypt_unittest.cc',
465 ], 466 ],
466 'ownership_unittest_sources': [ 467 'ownership_unittest_sources': [
467 'ownership/owner_key_util_impl_unittest.cc', 468 'ownership/owner_key_util_impl_unittest.cc',
468 ], 469 ],
469 'packed_ct_ev_whitelist_unittest_sources': [ 470 'packed_ct_ev_whitelist_unittest_sources': [
470 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', 471 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
471 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', 472 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'wifi_sync/wifi_credential_unittest.cc', 1494 'wifi_sync/wifi_credential_unittest.cc',
1494 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1495 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
1495 'wifi_sync/wifi_security_class_unittest.cc', 1496 'wifi_sync/wifi_security_class_unittest.cc',
1496 '<@(metrics_leak_detector_unittest_sources)', 1497 '<@(metrics_leak_detector_unittest_sources)',
1497 '<@(ownership_unittest_sources)', 1498 '<@(ownership_unittest_sources)',
1498 '<@(user_manager_unittest_sources)', 1499 '<@(user_manager_unittest_sources)',
1499 ], 1500 ],
1500 'sources!': [ 1501 'sources!': [
1501 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 1502 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
1502 'storage_monitor/storage_monitor_linux_unittest.cc', 1503 'storage_monitor/storage_monitor_linux_unittest.cc',
1504 'os_crypt/os_crypt_util_linux_unittest.cc',
1503 ], 1505 ],
1504 'dependencies': [ 1506 'dependencies': [
1505 '../chromeos/chromeos.gyp:chromeos_test_support', 1507 '../chromeos/chromeos.gyp:chromeos_test_support',
1506 'components.gyp:arc', 1508 'components.gyp:arc',
1507 'components.gyp:arc_test_support', 1509 'components.gyp:arc_test_support',
1508 'components.gyp:metrics_leak_detector', 1510 'components.gyp:metrics_leak_detector',
1509 'components.gyp:ownership', 1511 'components.gyp:ownership',
1510 'components.gyp:pairing', 1512 'components.gyp:pairing',
1511 'components.gyp:user_manager_test_support', 1513 'components.gyp:user_manager_test_support',
1512 'components.gyp:wifi_sync', 1514 'components.gyp:wifi_sync',
1513 ], 1515 ],
1514 }], 1516 }],
1515 ['OS=="linux"', { 1517 ['OS=="linux"', {
1516 'sources': [ 1518 'sources': [
1517 'metrics/serialization/serialization_utils_unittest.cc', 1519 'metrics/serialization/serialization_utils_unittest.cc',
1518 ], 1520 ],
1519 'dependencies': [ 1521 'dependencies': [
1520 'components.gyp:metrics_serialization', 1522 'components.gyp:metrics_serialization',
1521 '../dbus/dbus.gyp:dbus', 1523 '../dbus/dbus.gyp:dbus',
1522 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1524 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1523 ], 1525 ],
1524 }], 1526 }],
1527 ['OS=="linux" and chromeos!=1', {
1528 'defines': [
1529 'USE_LIBSECRET',
1530 ],
1531 'include_dirs': [
1532 '../third_party/libsecret'
1533 ],
1534 }],
1525 ['OS=="linux" and use_udev==0', { 1535 ['OS=="linux" and use_udev==0', {
1526 'dependencies!': [ 1536 'dependencies!': [
1527 'components.gyp:storage_monitor', 1537 'components.gyp:storage_monitor',
1528 'components.gyp:storage_monitor_test_support', 1538 'components.gyp:storage_monitor_test_support',
1529 ], 1539 ],
1530 'sources/': [ 1540 'sources/': [
1531 ['exclude', '^storage_monitor/'], 1541 ['exclude', '^storage_monitor/'],
1532 ], 1542 ],
1533 }], 1543 }],
1534 ['configuration_policy==1', { 1544 ['configuration_policy==1', {
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'dependencies': [ 1955 'dependencies': [
1946 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1947 ], 1957 ],
1948 }], 1958 }],
1949 ], 1959 ],
1950 }, 1960 },
1951 ], 1961 ],
1952 }], 1962 }],
1953 ], 1963 ],
1954 } 1964 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698