| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 'browser/profiles/gaia_info_update_service_unittest.cc', | 1215 'browser/profiles/gaia_info_update_service_unittest.cc', |
| 1216 'browser/profiles/incognito_mode_policy_handler_unittest.cc', | 1216 'browser/profiles/incognito_mode_policy_handler_unittest.cc', |
| 1217 'browser/profiles/off_the_record_profile_impl_unittest.cc', | 1217 'browser/profiles/off_the_record_profile_impl_unittest.cc', |
| 1218 'browser/profiles/profile_downloader_unittest.cc', | 1218 'browser/profiles/profile_downloader_unittest.cc', |
| 1219 'browser/profiles/profile_info_cache_unittest.cc', | 1219 'browser/profiles/profile_info_cache_unittest.cc', |
| 1220 'browser/profiles/profile_info_cache_unittest.h', | 1220 'browser/profiles/profile_info_cache_unittest.h', |
| 1221 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 1221 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
| 1222 'browser/profiles/profile_list_desktop_unittest.cc', | 1222 'browser/profiles/profile_list_desktop_unittest.cc', |
| 1223 'browser/profiles/profile_manager_unittest.cc', | 1223 'browser/profiles/profile_manager_unittest.cc', |
| 1224 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 1224 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 1225 'browser/rappor/sampling_unittest.cc', |
| 1225 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', | 1226 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', |
| 1226 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 1227 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 1227 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 1228 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 1228 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', | 1229 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', |
| 1229 'browser/renderer_host/web_cache_manager_unittest.cc', | 1230 'browser/renderer_host/web_cache_manager_unittest.cc', |
| 1230 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper
_unit_test.mm', | 1231 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper
_unit_test.mm', |
| 1231 'browser/resources/chromeos/braille_ime/braille_ime.js', | 1232 'browser/resources/chromeos/braille_ime/braille_ime.js', |
| 1232 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', | 1233 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', |
| 1233 'browser/resources/google_now/background.js', | 1234 'browser/resources/google_now/background.js', |
| 1234 'browser/resources/google_now/background_test_util.js', | 1235 'browser/resources/google_now/background_test_util.js', |
| (...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2858 'unit_tests.isolate', | 2859 'unit_tests.isolate', |
| 2859 ], | 2860 ], |
| 2860 'sources': [ | 2861 'sources': [ |
| 2861 'unit_tests.isolate', | 2862 'unit_tests.isolate', |
| 2862 ], | 2863 ], |
| 2863 }, | 2864 }, |
| 2864 ], | 2865 ], |
| 2865 }], | 2866 }], |
| 2866 ], # 'conditions' | 2867 ], # 'conditions' |
| 2867 } | 2868 } |
| OLD | NEW |