| 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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 'browser/profiles/profile_info_cache_unittest.cc', | 1163 'browser/profiles/profile_info_cache_unittest.cc', |
| 1164 'browser/profiles/profile_info_cache_unittest.h', | 1164 'browser/profiles/profile_info_cache_unittest.h', |
| 1165 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 1165 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
| 1166 'browser/profiles/profile_list_desktop_unittest.cc', | 1166 'browser/profiles/profile_list_desktop_unittest.cc', |
| 1167 'browser/profiles/profile_manager_unittest.cc', | 1167 'browser/profiles/profile_manager_unittest.cc', |
| 1168 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 1168 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 1169 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', | 1169 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', |
| 1170 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 1170 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 1171 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 1171 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 1172 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', | 1172 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', |
| 1173 'browser/renderer_host/web_cache_manager_unittest.cc', | |
| 1174 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper
_unit_test.mm', | 1173 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper
_unit_test.mm', |
| 1175 'browser/resources/chromeos/braille_ime/braille_ime.js', | 1174 'browser/resources/chromeos/braille_ime/braille_ime.js', |
| 1176 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', | 1175 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', |
| 1177 'browser/resources/google_now/background.js', | 1176 'browser/resources/google_now/background.js', |
| 1178 'browser/resources/google_now/background_test_util.js', | 1177 'browser/resources/google_now/background_test_util.js', |
| 1179 'browser/resources/google_now/background_unittest.gtestjs', | 1178 'browser/resources/google_now/background_unittest.gtestjs', |
| 1180 'browser/resources/google_now/cards.js', | 1179 'browser/resources/google_now/cards.js', |
| 1181 'browser/resources/google_now/cards_unittest.gtestjs', | 1180 'browser/resources/google_now/cards_unittest.gtestjs', |
| 1182 'browser/resources/google_now/common_test_util.js', | 1181 'browser/resources/google_now/common_test_util.js', |
| 1183 'browser/resources/google_now/utility.js', | 1182 'browser/resources/google_now/utility.js', |
| (...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2854 'dependencies': [ | 2853 'dependencies': [ |
| 2855 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2854 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2856 ], | 2855 ], |
| 2857 }], | 2856 }], |
| 2858 ], | 2857 ], |
| 2859 }, | 2858 }, |
| 2860 ], | 2859 ], |
| 2861 }], | 2860 }], |
| 2862 ], # 'conditions' | 2861 ], # 'conditions' |
| 2863 } | 2862 } |
| OLD | NEW |