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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1170 'browser/profiles/profile_info_cache_unittest.cc', | 1170 'browser/profiles/profile_info_cache_unittest.cc', |
1171 'browser/profiles/profile_info_cache_unittest.h', | 1171 'browser/profiles/profile_info_cache_unittest.h', |
1172 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 1172 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
1173 'browser/profiles/profile_list_desktop_unittest.cc', | 1173 'browser/profiles/profile_list_desktop_unittest.cc', |
1174 'browser/profiles/profile_manager_unittest.cc', | 1174 'browser/profiles/profile_manager_unittest.cc', |
1175 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 1175 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
1176 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', | 1176 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', |
1177 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 1177 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
1178 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 1178 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
1179 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', | 1179 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', |
1180 'browser/renderer_host/web_cache_manager_unittest.cc', | |
James Cook
2014/09/05 16:53:18
Hooray for moving the unit test!
Xi Han
2014/09/05 19:39:24
:)
| |
1181 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper _unit_test.mm', | 1180 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper _unit_test.mm', |
1182 'browser/resources/chromeos/braille_ime/braille_ime.js', | 1181 'browser/resources/chromeos/braille_ime/braille_ime.js', |
1183 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', | 1182 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', |
1184 'browser/resources/google_now/background.js', | 1183 'browser/resources/google_now/background.js', |
1185 'browser/resources/google_now/background_test_util.js', | 1184 'browser/resources/google_now/background_test_util.js', |
1186 'browser/resources/google_now/background_unittest.gtestjs', | 1185 'browser/resources/google_now/background_unittest.gtestjs', |
1187 'browser/resources/google_now/cards.js', | 1186 'browser/resources/google_now/cards.js', |
1188 'browser/resources/google_now/cards_unittest.gtestjs', | 1187 'browser/resources/google_now/cards_unittest.gtestjs', |
1189 'browser/resources/google_now/common_test_util.js', | 1188 'browser/resources/google_now/common_test_util.js', |
1190 'browser/resources/google_now/utility.js', | 1189 'browser/resources/google_now/utility.js', |
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2862 'dependencies': [ | 2861 'dependencies': [ |
2863 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2862 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2864 ], | 2863 ], |
2865 }], | 2864 }], |
2866 ], | 2865 ], |
2867 }, | 2866 }, |
2868 ], | 2867 ], |
2869 }], | 2868 }], |
2870 ], # 'conditions' | 2869 ], # 'conditions' |
2871 } | 2870 } |
OLD | NEW |