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

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: Add OWNERS. 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'browser/profiles/profile_info_cache_unittest.cc', 1164 'browser/profiles/profile_info_cache_unittest.cc',
1165 'browser/profiles/profile_info_cache_unittest.h', 1165 'browser/profiles/profile_info_cache_unittest.h',
1166 'browser/profiles/profile_avatar_icon_util_unittest.cc', 1166 'browser/profiles/profile_avatar_icon_util_unittest.cc',
1167 'browser/profiles/profile_list_desktop_unittest.cc', 1167 'browser/profiles/profile_list_desktop_unittest.cc',
1168 'browser/profiles/profile_manager_unittest.cc', 1168 'browser/profiles/profile_manager_unittest.cc',
1169 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1169 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1170 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', 1170 'browser/renderer_context_menu/context_menu_content_type_unittest.cc',
1171 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', 1171 'browser/renderer_context_menu/render_view_context_menu_test_util.cc',
1172 'browser/renderer_context_menu/render_view_context_menu_test_util.h', 1172 'browser/renderer_context_menu/render_view_context_menu_test_util.h',
1173 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', 1173 'browser/renderer_context_menu/render_view_context_menu_unittest.cc',
1174 'browser/renderer_host/web_cache_manager_unittest.cc',
1175 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper _unit_test.mm', 1174 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper _unit_test.mm',
1176 'browser/resources/chromeos/braille_ime/braille_ime.js', 1175 'browser/resources/chromeos/braille_ime/braille_ime.js',
1177 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', 1176 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs',
1178 'browser/resources/google_now/background.js', 1177 'browser/resources/google_now/background.js',
1179 'browser/resources/google_now/background_test_util.js', 1178 'browser/resources/google_now/background_test_util.js',
1180 'browser/resources/google_now/background_unittest.gtestjs', 1179 'browser/resources/google_now/background_unittest.gtestjs',
1181 'browser/resources/google_now/cards.js', 1180 'browser/resources/google_now/cards.js',
1182 'browser/resources/google_now/cards_unittest.gtestjs', 1181 'browser/resources/google_now/cards_unittest.gtestjs',
1183 'browser/resources/google_now/common_test_util.js', 1182 'browser/resources/google_now/common_test_util.js',
1184 'browser/resources/google_now/utility.js', 1183 'browser/resources/google_now/utility.js',
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
2857 'dependencies': [ 2856 'dependencies': [
2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2857 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2859 ], 2858 ],
2860 }], 2859 }],
2861 ], 2860 ],
2862 }, 2861 },
2863 ], 2862 ],
2864 }], 2863 }],
2865 ], # 'conditions' 2864 ], # 'conditions'
2866 } 2865 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.h » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698