OLD | NEW |
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 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2203 '<@(chrome_unit_tests_sources)', | 2203 '<@(chrome_unit_tests_sources)', |
2204 '<@(chrome_unit_tests_js_sources)', | 2204 '<@(chrome_unit_tests_js_sources)', |
2205 '<@(chrome_unit_tests_gtestjs_sources)', | 2205 '<@(chrome_unit_tests_gtestjs_sources)', |
2206 ], | 2206 ], |
2207 'conditions': [ | 2207 'conditions': [ |
2208 ['OS!="ios"', { | 2208 ['OS!="ios"', { |
2209 'dependencies': [ | 2209 'dependencies': [ |
2210 '../components/components.gyp:autofill_content_test_support', | 2210 '../components/components.gyp:autofill_content_test_support', |
2211 '../components/components.gyp:component_metrics_proto', | 2211 '../components/components.gyp:component_metrics_proto', |
2212 '../components/components.gyp:data_reduction_proxy_test_support', | 2212 '../components/components.gyp:data_reduction_proxy_test_support', |
| 2213 '../components/components.gyp:data_use_measurement_core', |
2213 '../components/components.gyp:safe_json_test_support', | 2214 '../components/components.gyp:safe_json_test_support', |
2214 '../components/components.gyp:webdata_services_test_support', | 2215 '../components/components.gyp:webdata_services_test_support', |
2215 '../components/components_strings.gyp:components_strings', | 2216 '../components/components_strings.gyp:components_strings', |
2216 '../content/app/resources/content_resources.gyp:content_resources', | 2217 '../content/app/resources/content_resources.gyp:content_resources', |
2217 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 2218 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
2218 '../gpu/gpu.gyp:gpu_unittest_utils', | 2219 '../gpu/gpu.gyp:gpu_unittest_utils', |
2219 '../media/media.gyp:media_test_support', | 2220 '../media/media.gyp:media_test_support', |
2220 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 2221 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
2221 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2222 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2222 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2223 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2925 'dependencies': [ | 2926 'dependencies': [ |
2926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2927 ], | 2928 ], |
2928 }], | 2929 }], |
2929 ], | 2930 ], |
2930 }, | 2931 }, |
2931 ], | 2932 ], |
2932 }], | 2933 }], |
2933 ], # 'conditions' | 2934 ], # 'conditions' |
2934 } | 2935 } |
OLD | NEW |