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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 'test/base/v8_unit_test.cc', | 338 'test/base/v8_unit_test.cc', |
339 'test/base/v8_unit_test.h', | 339 'test/base/v8_unit_test.h', |
340 'test/logging/win/mof_data_parser_unittest.cc', | 340 'test/logging/win/mof_data_parser_unittest.cc', |
341 'utility/image_decoder_impl_unittest.cc', | 341 'utility/image_decoder_impl_unittest.cc', |
342 | 342 |
343 # Duplicate these tests here because PathService has more items in | 343 # Duplicate these tests here because PathService has more items in |
344 # unit_tests than in base_unittests. | 344 # unit_tests than in base_unittests. |
345 '../base/path_service_unittest.cc', | 345 '../base/path_service_unittest.cc', |
346 | 346 |
347 '../testing/gtest_mac_unittest.mm', | 347 '../testing/gtest_mac_unittest.mm', |
| 348 '../testing/perf/scoped_histogram_result_printer_unittest.cc', |
348 '../third_party/zlib/google/compression_utils_unittest.cc', | 349 '../third_party/zlib/google/compression_utils_unittest.cc', |
349 '../third_party/zlib/google/zip_reader_unittest.cc', | 350 '../third_party/zlib/google/zip_reader_unittest.cc', |
350 '../third_party/zlib/google/zip_unittest.cc', | 351 '../third_party/zlib/google/zip_unittest.cc', |
351 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 352 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
352 '../tools/json_schema_compiler/test/any_unittest.cc', | 353 '../tools/json_schema_compiler/test/any_unittest.cc', |
353 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 354 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
354 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 355 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
355 '../tools/json_schema_compiler/test/choices_unittest.cc', | 356 '../tools/json_schema_compiler/test/choices_unittest.cc', |
356 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 357 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
357 '../tools/json_schema_compiler/test/enums_unittest.cc', | 358 '../tools/json_schema_compiler/test/enums_unittest.cc', |
(...skipping 2655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3013 'dependencies': [ | 3014 'dependencies': [ |
3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3015 ], | 3016 ], |
3016 }], | 3017 }], |
3017 ], | 3018 ], |
3018 }, | 3019 }, |
3019 ], | 3020 ], |
3020 }], | 3021 }], |
3021 ], # 'conditions' | 3022 ], # 'conditions' |
3022 } | 3023 } |
OLD | NEW |