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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 '../base/path_service_unittest.cc', | 313 '../base/path_service_unittest.cc', |
314 | 314 |
315 # TODO(hashimoto): those tests should be componentized and moved to | 315 # TODO(hashimoto): those tests should be componentized and moved to |
316 # //components:components_unittests, http://crbug.com/527882. | 316 # //components:components_unittests, http://crbug.com/527882. |
317 '../components/search_engines/template_url_fetcher_unittest.cc', | 317 '../components/search_engines/template_url_fetcher_unittest.cc', |
318 '../components/search_engines/template_url_parser_unittest.cc', | 318 '../components/search_engines/template_url_parser_unittest.cc', |
319 '../components/search_engines/template_url_service_sync_unittest.cc', | 319 '../components/search_engines/template_url_service_sync_unittest.cc', |
320 '../components/search_engines/template_url_service_unittest.cc', | 320 '../components/search_engines/template_url_service_unittest.cc', |
321 | 321 |
322 '../testing/gtest_mac_unittest.mm', | 322 '../testing/gtest_mac_unittest.mm', |
| 323 '../third_party/zlib/google/compression_utils_unittest.cc', |
323 '../third_party/zlib/google/zip_reader_unittest.cc', | 324 '../third_party/zlib/google/zip_reader_unittest.cc', |
324 '../third_party/zlib/google/zip_unittest.cc', | 325 '../third_party/zlib/google/zip_unittest.cc', |
325 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 326 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
326 '../tools/json_schema_compiler/test/any_unittest.cc', | 327 '../tools/json_schema_compiler/test/any_unittest.cc', |
327 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 328 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
328 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 329 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
329 '../tools/json_schema_compiler/test/choices_unittest.cc', | 330 '../tools/json_schema_compiler/test/choices_unittest.cc', |
330 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 331 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
331 '../tools/json_schema_compiler/test/enums_unittest.cc', | 332 '../tools/json_schema_compiler/test/enums_unittest.cc', |
332 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 333 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3057 'dependencies': [ | 3058 'dependencies': [ |
3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3059 ], | 3060 ], |
3060 }], | 3061 }], |
3061 ], | 3062 ], |
3062 }, | 3063 }, |
3063 ], | 3064 ], |
3064 }], | 3065 }], |
3065 ], # 'conditions' | 3066 ], # 'conditions' |
3066 } | 3067 } |
OLD | NEW |