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