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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'renderer/searchbox/searchbox_extension_unittest.cc', | 302 'renderer/searchbox/searchbox_extension_unittest.cc', |
303 'renderer/searchbox/searchbox_unittest.cc', | 303 'renderer/searchbox/searchbox_unittest.cc', |
304 'renderer/web_apps_unittest.cc', | 304 'renderer/web_apps_unittest.cc', |
305 'test/base/chrome_render_view_test.cc', | 305 'test/base/chrome_render_view_test.cc', |
306 'test/base/chrome_render_view_test.h', | 306 'test/base/chrome_render_view_test.h', |
307 'test/base/menu_model_test.cc', | 307 'test/base/menu_model_test.cc', |
308 'test/base/menu_model_test.h', | 308 'test/base/menu_model_test.h', |
309 'test/base/v8_unit_test.cc', | 309 'test/base/v8_unit_test.cc', |
310 'test/base/v8_unit_test.h', | 310 'test/base/v8_unit_test.h', |
311 'test/logging/win/mof_data_parser_unittest.cc', | 311 'test/logging/win/mof_data_parser_unittest.cc', |
312 'utility/chrome_content_utility_client_unittest.cc', | 312 'utility/image_decoder_impl_unittest.cc', |
313 | 313 |
314 # Duplicate these tests here because PathService has more items in | 314 # Duplicate these tests here because PathService has more items in |
315 # unit_tests than in base_unittests. | 315 # unit_tests than in base_unittests. |
316 '../base/path_service_unittest.cc', | 316 '../base/path_service_unittest.cc', |
317 | 317 |
318 '../testing/gtest_mac_unittest.mm', | 318 '../testing/gtest_mac_unittest.mm', |
319 '../third_party/zlib/google/compression_utils_unittest.cc', | 319 '../third_party/zlib/google/compression_utils_unittest.cc', |
320 '../third_party/zlib/google/zip_reader_unittest.cc', | 320 '../third_party/zlib/google/zip_reader_unittest.cc', |
321 '../third_party/zlib/google/zip_unittest.cc', | 321 '../third_party/zlib/google/zip_unittest.cc', |
322 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 322 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
(...skipping 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2996 'dependencies': [ | 2996 'dependencies': [ |
2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2998 ], | 2998 ], |
2999 }], | 2999 }], |
3000 ], | 3000 ], |
3001 }, | 3001 }, |
3002 ], | 3002 ], |
3003 }], | 3003 }], |
3004 ], # 'conditions' | 3004 ], # 'conditions' |
3005 } | 3005 } |
OLD | NEW |