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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2010463002: Mocker for OSCrypt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated doc 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 'sources': [ 2273 'sources': [
2274 '<@(chrome_unit_tests_sources)', 2274 '<@(chrome_unit_tests_sources)',
2275 ], 2275 ],
2276 'conditions': [ 2276 'conditions': [
2277 ['OS!="ios"', { 2277 ['OS!="ios"', {
2278 'dependencies': [ 2278 'dependencies': [
2279 '../components/components.gyp:autofill_content_test_support', 2279 '../components/components.gyp:autofill_content_test_support',
2280 '../components/components.gyp:component_metrics_proto', 2280 '../components/components.gyp:component_metrics_proto',
2281 '../components/components.gyp:data_reduction_proxy_test_support', 2281 '../components/components.gyp:data_reduction_proxy_test_support',
2282 '../components/components.gyp:data_use_measurement_core', 2282 '../components/components.gyp:data_use_measurement_core',
2283 '../components/components.gyp:os_crypt_test_support',
2283 '../components/components.gyp:safe_json_test_support', 2284 '../components/components.gyp:safe_json_test_support',
2284 '../components/components.gyp:webdata_services_test_support', 2285 '../components/components.gyp:webdata_services_test_support',
2285 '../components/components_strings.gyp:components_strings', 2286 '../components/components_strings.gyp:components_strings',
2286 '../content/app/resources/content_resources.gyp:content_resources', 2287 '../content/app/resources/content_resources.gyp:content_resources',
2287 '../device/core/core.gyp:device_core_mocks', 2288 '../device/core/core.gyp:device_core_mocks',
2288 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2289 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2289 '../device/usb/usb.gyp:device_usb_mocks', 2290 '../device/usb/usb.gyp:device_usb_mocks',
2290 '../gpu/gpu.gyp:gpu_unittest_utils', 2291 '../gpu/gpu.gyp:gpu_unittest_utils',
2291 '../media/media.gyp:media_test_support', 2292 '../media/media.gyp:media_test_support',
2292 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2293 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 'dependencies': [ 3004 'dependencies': [
3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3005 ], 3006 ],
3006 }], 3007 }],
3007 ], 3008 ],
3008 }, 3009 },
3009 ], 3010 ],
3010 }], 3011 }],
3011 ], # 'conditions' 3012 ], # 'conditions'
3012 } 3013 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698