| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'browser/win/private_working_set_snapshot_unittest.cc', | 295 'browser/win/private_working_set_snapshot_unittest.cc', |
| 296 'common/chrome_content_client_unittest.cc', | 296 'common/chrome_content_client_unittest.cc', |
| 297 'common/chrome_paths_unittest.cc', | 297 'common/chrome_paths_unittest.cc', |
| 298 'common/component_flash_hint_file_linux_unittest.cc', | 298 'common/component_flash_hint_file_linux_unittest.cc', |
| 299 'common/crash_keys_unittest.cc', | 299 'common/crash_keys_unittest.cc', |
| 300 'common/ini_parser_unittest.cc', | 300 'common/ini_parser_unittest.cc', |
| 301 'common/mac/cfbundle_blocker_unittest.mm', | 301 'common/mac/cfbundle_blocker_unittest.mm', |
| 302 'common/mac/mock_launchd.cc', | 302 'common/mac/mock_launchd.cc', |
| 303 'common/mac/mock_launchd.h', | 303 'common/mac/mock_launchd.h', |
| 304 'common/origin_trials/chrome_origin_trial_policy_unittest.cc', | 304 'common/origin_trials/chrome_origin_trial_policy_unittest.cc', |
| 305 'common/page_load_metrics/page_load_timing_unittest.cc', |
| 305 'common/partial_circular_buffer_unittest.cc', | 306 'common/partial_circular_buffer_unittest.cc', |
| 306 'common/pref_names_util_unittest.cc', | 307 'common/pref_names_util_unittest.cc', |
| 307 'common/search/instant_types_unittest.cc', | 308 'common/search/instant_types_unittest.cc', |
| 308 'common/search/search_urls_unittest.cc', | 309 'common/search/search_urls_unittest.cc', |
| 309 'common/secure_origin_whitelist_unittest.cc', | 310 'common/secure_origin_whitelist_unittest.cc', |
| 310 'common/switch_utils_unittest.cc', | 311 'common/switch_utils_unittest.cc', |
| 311 'common/variations/variations_util_unittest.cc', | 312 'common/variations/variations_util_unittest.cc', |
| 312 'common/variations/child_process_field_trial_syncer_unittest.cc', | 313 'common/variations/child_process_field_trial_syncer_unittest.cc', |
| 313 'renderer/app_categorizer_unittest.cc', | 314 'renderer/app_categorizer_unittest.cc', |
| 314 'renderer/chrome_content_renderer_client_unittest.cc', | 315 'renderer/chrome_content_renderer_client_unittest.cc', |
| (...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3035 'dependencies': [ | 3036 'dependencies': [ |
| 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3037 ], | 3038 ], |
| 3038 }], | 3039 }], |
| 3039 ], | 3040 ], |
| 3040 }, | 3041 }, |
| 3041 ], | 3042 ], |
| 3042 }], | 3043 }], |
| 3043 ], # 'conditions' | 3044 ], # 'conditions' |
| 3044 } | 3045 } |
| OLD | NEW |