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