Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 528363002: Move webCacheManager to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'browser/profiles/profile_info_cache_unittest.cc', 1157 'browser/profiles/profile_info_cache_unittest.cc',
1158 'browser/profiles/profile_info_cache_unittest.h', 1158 'browser/profiles/profile_info_cache_unittest.h',
1159 'browser/profiles/profile_avatar_icon_util_unittest.cc', 1159 'browser/profiles/profile_avatar_icon_util_unittest.cc',
1160 'browser/profiles/profile_list_desktop_unittest.cc', 1160 'browser/profiles/profile_list_desktop_unittest.cc',
1161 'browser/profiles/profile_manager_unittest.cc', 1161 'browser/profiles/profile_manager_unittest.cc',
1162 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1162 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1163 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', 1163 'browser/renderer_context_menu/context_menu_content_type_unittest.cc',
1164 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 1164 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
1165 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 1165 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
1166 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', 1166 'browser/renderer_context_menu/render_view_context_menu_unittest.cc',
1167 'browser/renderer_host/web_cache_manager_unittest.cc',
1168 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper _unit_test.mm', 1167 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper _unit_test.mm',
1169 'browser/resources/chromeos/braille_ime/braille_ime.js', 1168 'browser/resources/chromeos/braille_ime/braille_ime.js',
1170 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', 1169 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs',
1171 'browser/resources/google_now/background.js', 1170 'browser/resources/google_now/background.js',
1172 'browser/resources/google_now/background_test_util.js', 1171 'browser/resources/google_now/background_test_util.js',
1173 'browser/resources/google_now/background_unittest.gtestjs', 1172 'browser/resources/google_now/background_unittest.gtestjs',
1174 'browser/resources/google_now/cards.js', 1173 'browser/resources/google_now/cards.js',
1175 'browser/resources/google_now/cards_unittest.gtestjs', 1174 'browser/resources/google_now/cards_unittest.gtestjs',
1176 'browser/resources/google_now/common_test_util.js', 1175 'browser/resources/google_now/common_test_util.js',
1177 'browser/resources/google_now/utility.js', 1176 'browser/resources/google_now/utility.js',
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 'dependencies': [ 2873 'dependencies': [
2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2876 ], 2875 ],
2877 }], 2876 }],
2878 ], 2877 ],
2879 }, 2878 },
2880 ], 2879 ],
2881 }], 2880 }],
2882 ], # 'conditions' 2881 ], # 'conditions'
2883 } 2882 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698