| 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 2677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3000 'dependencies': [ | 3000 'dependencies': [ |
| 3001 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3001 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3002 ], | 3002 ], |
| 3003 }], | 3003 }], |
| 3004 ], | 3004 ], |
| 3005 }, | 3005 }, |
| 3006 ], | 3006 ], |
| 3007 }], | 3007 }], |
| 3008 ], # 'conditions' | 3008 ], # 'conditions' |
| 3009 } | 3009 } |
| OLD | NEW |