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

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: Removed unnecessary build condition 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 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'dependencies': [ 1952 'dependencies': [
1952 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1953 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1953 ], 1954 ],
1954 }], 1955 }],
1955 ], 1956 ],
1956 }, 1957 },
1957 ], 1958 ],
1958 }], 1959 }],
1959 ], 1960 ],
1960 } 1961 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698