| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'browser/prerender/prerender_util_unittest.cc', | 202 'browser/prerender/prerender_util_unittest.cc', |
| 203 'browser/process_info_snapshot_mac_unittest.cc', | 203 'browser/process_info_snapshot_mac_unittest.cc', |
| 204 'browser/process_singleton_win_unittest.cc', | 204 'browser/process_singleton_win_unittest.cc', |
| 205 'browser/profiles/file_path_verifier_win_unittest.cc', | 205 'browser/profiles/file_path_verifier_win_unittest.cc', |
| 206 'browser/profiles/gaia_info_update_service_unittest.cc', | 206 'browser/profiles/gaia_info_update_service_unittest.cc', |
| 207 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 207 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
| 208 'browser/profiles/profile_downloader_unittest.cc', | 208 'browser/profiles/profile_downloader_unittest.cc', |
| 209 'browser/profiles/profile_info_cache_unittest.cc', | 209 'browser/profiles/profile_info_cache_unittest.cc', |
| 210 'browser/profiles/profile_info_cache_unittest.h', | 210 'browser/profiles/profile_info_cache_unittest.h', |
| 211 'browser/profiles/profile_manager_unittest.cc', | 211 'browser/profiles/profile_manager_unittest.cc', |
| 212 'browser/profiles/profile_metadata_storage_unittest.cc', |
| 212 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 213 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 213 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', | 214 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', |
| 214 'browser/push_messaging/push_messaging_permission_context_unittest.cc', | 215 'browser/push_messaging/push_messaging_permission_context_unittest.cc', |
| 215 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 216 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 216 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 217 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 217 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', | 218 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', |
| 218 'browser/resources_util_unittest.cc', | 219 'browser/resources_util_unittest.cc', |
| 219 'browser/rlz/rlz_unittest.cc', | 220 'browser/rlz/rlz_unittest.cc', |
| 220 'browser/search/contextual_search_policy_handler_android_unittest.cc', | 221 'browser/search/contextual_search_policy_handler_android_unittest.cc', |
| 221 'browser/search/iframe_source_unittest.cc', | 222 'browser/search/iframe_source_unittest.cc', |
| (...skipping 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2871 'dependencies': [ | 2872 'dependencies': [ |
| 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2873 ], | 2874 ], |
| 2874 }], | 2875 }], |
| 2875 ], | 2876 ], |
| 2876 }, | 2877 }, |
| 2877 ], | 2878 ], |
| 2878 }], | 2879 }], |
| 2879 ], # 'conditions' | 2880 ], # 'conditions' |
| 2880 } | 2881 } |
| OLD | NEW |