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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 '../base/path_service_unittest.cc', | 317 '../base/path_service_unittest.cc', |
318 | 318 |
319 # TODO(hashimoto): those tests should be componentized and moved to | 319 # TODO(hashimoto): those tests should be componentized and moved to |
320 # //components:components_unittests, http://crbug.com/527882. | 320 # //components:components_unittests, http://crbug.com/527882. |
321 '../components/search_engines/template_url_fetcher_unittest.cc', | 321 '../components/search_engines/template_url_fetcher_unittest.cc', |
322 '../components/search_engines/template_url_parser_unittest.cc', | 322 '../components/search_engines/template_url_parser_unittest.cc', |
323 '../components/search_engines/template_url_service_sync_unittest.cc', | 323 '../components/search_engines/template_url_service_sync_unittest.cc', |
324 '../components/search_engines/template_url_service_unittest.cc', | 324 '../components/search_engines/template_url_service_unittest.cc', |
325 | 325 |
326 '../testing/gtest_mac_unittest.mm', | 326 '../testing/gtest_mac_unittest.mm', |
| 327 '../third_party/zlib/google/compression_utils_unittest.cc', |
327 '../third_party/zlib/google/zip_reader_unittest.cc', | 328 '../third_party/zlib/google/zip_reader_unittest.cc', |
328 '../third_party/zlib/google/zip_unittest.cc', | 329 '../third_party/zlib/google/zip_unittest.cc', |
329 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 330 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
330 '../tools/json_schema_compiler/test/any_unittest.cc', | 331 '../tools/json_schema_compiler/test/any_unittest.cc', |
331 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 332 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
332 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 333 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
333 '../tools/json_schema_compiler/test/choices_unittest.cc', | 334 '../tools/json_schema_compiler/test/choices_unittest.cc', |
334 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 335 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
335 '../tools/json_schema_compiler/test/enums_unittest.cc', | 336 '../tools/json_schema_compiler/test/enums_unittest.cc', |
336 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 337 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
(...skipping 2727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3064 'dependencies': [ | 3065 'dependencies': [ |
3065 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3066 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3066 ], | 3067 ], |
3067 }], | 3068 }], |
3068 ], | 3069 ], |
3069 }, | 3070 }, |
3070 ], | 3071 ], |
3071 }], | 3072 }], |
3072 ], # 'conditions' | 3073 ], # 'conditions' |
3073 } | 3074 } |
OLD | NEW |