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

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: Nit 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/ie7_password_win_unittest.cc', 462 'os_crypt/ie7_password_win_unittest.cc',
463 'os_crypt/keychain_password_mac_unittest.mm', 463 'os_crypt/keychain_password_mac_unittest.mm',
464 'os_crypt/key_storage_mock.cc',
Lei Zhang 2016/05/19 22:45:38 In ASCII order, '_' comes be 'c'.
cfroussios 2016/05/20 16:44:52 Done.
465 'os_crypt/key_storage_mock.h',
464 'os_crypt/os_crypt_unittest.cc', 466 'os_crypt/os_crypt_unittest.cc',
467 'os_crypt/os_crypt_util_linux_unittest.cc',
465 ], 468 ],
466 'ownership_unittest_sources': [ 469 'ownership_unittest_sources': [
467 'ownership/owner_key_util_impl_unittest.cc', 470 'ownership/owner_key_util_impl_unittest.cc',
468 ], 471 ],
469 'packed_ct_ev_whitelist_unittest_sources': [ 472 'packed_ct_ev_whitelist_unittest_sources': [
470 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', 473 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc',
471 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', 474 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc',
472 ], 475 ],
473 'page_load_metrics_unittest_sources': [ 476 'page_load_metrics_unittest_sources': [
474 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', 477 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc',
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 1494 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
1492 'wifi_sync/wifi_credential_syncable_service_unittest.cc', 1495 'wifi_sync/wifi_credential_syncable_service_unittest.cc',
1493 'wifi_sync/wifi_credential_unittest.cc', 1496 'wifi_sync/wifi_credential_unittest.cc',
1494 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 1497 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
1495 'wifi_sync/wifi_security_class_unittest.cc', 1498 'wifi_sync/wifi_security_class_unittest.cc',
1496 '<@(metrics_leak_detector_unittest_sources)', 1499 '<@(metrics_leak_detector_unittest_sources)',
1497 '<@(ownership_unittest_sources)', 1500 '<@(ownership_unittest_sources)',
1498 '<@(user_manager_unittest_sources)', 1501 '<@(user_manager_unittest_sources)',
1499 ], 1502 ],
1500 'sources!': [ 1503 'sources!': [
1504 'os_crypt/os_crypt_util_linux_unittest.cc',
1501 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 1505 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
1502 'storage_monitor/storage_monitor_linux_unittest.cc', 1506 'storage_monitor/storage_monitor_linux_unittest.cc',
1503 ], 1507 ],
1504 'dependencies': [ 1508 'dependencies': [
1505 '../chromeos/chromeos.gyp:chromeos_test_support', 1509 '../chromeos/chromeos.gyp:chromeos_test_support',
1506 'components.gyp:arc', 1510 'components.gyp:arc',
1507 'components.gyp:arc_test_support', 1511 'components.gyp:arc_test_support',
1508 'components.gyp:metrics_leak_detector', 1512 'components.gyp:metrics_leak_detector',
1509 'components.gyp:ownership', 1513 'components.gyp:ownership',
1510 'components.gyp:pairing', 1514 'components.gyp:pairing',
1511 'components.gyp:user_manager_test_support', 1515 'components.gyp:user_manager_test_support',
1512 'components.gyp:wifi_sync', 1516 'components.gyp:wifi_sync',
1513 ], 1517 ],
1514 }], 1518 }],
1515 ['OS=="linux"', { 1519 ['OS=="linux"', {
1516 'sources': [ 1520 'sources': [
1517 'metrics/serialization/serialization_utils_unittest.cc', 1521 'metrics/serialization/serialization_utils_unittest.cc',
1518 ], 1522 ],
1519 'dependencies': [ 1523 'dependencies': [
1520 'components.gyp:metrics_serialization', 1524 'components.gyp:metrics_serialization',
1521 '../dbus/dbus.gyp:dbus', 1525 '../dbus/dbus.gyp:dbus',
1522 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1526 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1523 ], 1527 ],
1524 }], 1528 }],
1529 ['OS=="linux" and chromeos!=1', {
1530 'defines': [
1531 'USE_LIBSECRET',
1532 ],
1533 'include_dirs': [
1534 '../third_party/libsecret'
1535 ],
1536 }],
1525 ['OS=="linux" and use_udev==0', { 1537 ['OS=="linux" and use_udev==0', {
1526 'dependencies!': [ 1538 'dependencies!': [
1527 'components.gyp:storage_monitor', 1539 'components.gyp:storage_monitor',
1528 'components.gyp:storage_monitor_test_support', 1540 'components.gyp:storage_monitor_test_support',
1529 ], 1541 ],
1530 'sources/': [ 1542 'sources/': [
1531 ['exclude', '^storage_monitor/'], 1543 ['exclude', '^storage_monitor/'],
1532 ], 1544 ],
1533 }], 1545 }],
1534 ['configuration_policy==1', { 1546 ['configuration_policy==1', {
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'dependencies': [ 1957 'dependencies': [
1946 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1958 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1947 ], 1959 ],
1948 }], 1960 }],
1949 ], 1961 ],
1950 }, 1962 },
1951 ], 1963 ],
1952 }], 1964 }],
1953 ], 1965 ],
1954 } 1966 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698