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

Side by Side Diff: components/components_tests.gyp

Issue 2010463002: Mocker for 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 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 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 'components.gyp:network_time', 1141 'components.gyp:network_time',
1142 'components.gyp:ntp_snippets', 1142 'components.gyp:ntp_snippets',
1143 'components.gyp:offline_pages', 1143 'components.gyp:offline_pages',
1144 'components.gyp:offline_pages_background_offliner', 1144 'components.gyp:offline_pages_background_offliner',
1145 'components.gyp:offline_pages_test_support', 1145 'components.gyp:offline_pages_test_support',
1146 'components.gyp:omnibox_browser', 1146 'components.gyp:omnibox_browser',
1147 'components.gyp:omnibox_test_support', 1147 'components.gyp:omnibox_test_support',
1148 'components.gyp:open_from_clipboard', 1148 'components.gyp:open_from_clipboard',
1149 'components.gyp:open_from_clipboard_test_support', 1149 'components.gyp:open_from_clipboard_test_support',
1150 'components.gyp:os_crypt', 1150 'components.gyp:os_crypt',
1151 'components.gyp:os_crypt_test_support',
1151 'components.gyp:password_manager_core_browser', 1152 'components.gyp:password_manager_core_browser',
1152 'components.gyp:password_manager_core_browser_test_support', 1153 'components.gyp:password_manager_core_browser_test_support',
1153 'components.gyp:password_manager_sync_browser', 1154 'components.gyp:password_manager_sync_browser',
1154 'components.gyp:precache_core', 1155 'components.gyp:precache_core',
1155 'components.gyp:pref_registry_test_support', 1156 'components.gyp:pref_registry_test_support',
1156 'components.gyp:proxy_config', 1157 'components.gyp:proxy_config',
1157 'components.gyp:query_parser', 1158 'components.gyp:query_parser',
1158 'components.gyp:rappor', 1159 'components.gyp:rappor',
1159 'components.gyp:rappor_test_support', 1160 'components.gyp:rappor_test_support',
1160 'components.gyp:search', 1161 'components.gyp:search',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 ['OS=="linux"', { 1522 ['OS=="linux"', {
1522 'sources': [ 1523 'sources': [
1523 'metrics/serialization/serialization_utils_unittest.cc', 1524 'metrics/serialization/serialization_utils_unittest.cc',
1524 ], 1525 ],
1525 'dependencies': [ 1526 'dependencies': [
1526 'components.gyp:metrics_serialization', 1527 'components.gyp:metrics_serialization',
1527 '../dbus/dbus.gyp:dbus', 1528 '../dbus/dbus.gyp:dbus',
1528 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 1529 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
1529 ], 1530 ],
1530 }], 1531 }],
1532 ['OS=="linux" and chromeos!=1', {
1533 'defines': [
1534 'USE_LIBSECRET',
1535 ],
1536 'include_dirs': [
1537 '../third_party/libsecret'
1538 ],
1539 }],
1531 ['OS=="linux" and use_udev==0', { 1540 ['OS=="linux" and use_udev==0', {
1532 'dependencies!': [ 1541 'dependencies!': [
1533 'components.gyp:storage_monitor', 1542 'components.gyp:storage_monitor',
1534 'components.gyp:storage_monitor_test_support', 1543 'components.gyp:storage_monitor_test_support',
1535 ], 1544 ],
1536 'sources/': [ 1545 'sources/': [
1537 ['exclude', '^storage_monitor/'], 1546 ['exclude', '^storage_monitor/'],
1538 ], 1547 ],
1539 }], 1548 }],
1540 ['configuration_policy==1', { 1549 ['configuration_policy==1', {
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'dependencies': [ 1960 'dependencies': [
1952 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1961 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1953 ], 1962 ],
1954 }], 1963 }],
1955 ], 1964 ],
1956 }, 1965 },
1957 ], 1966 ],
1958 }], 1967 }],
1959 ], 1968 ],
1960 } 1969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698