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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 16766003: Move ProfileLoader to chrome/browser/profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Take AppShimHost changes out of this CL. Add profile_loader_unittest. Created 7 years, 6 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 | Annotate | Revision Log
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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'browser/process_singleton_linux_unittest.cc', 1055 'browser/process_singleton_linux_unittest.cc',
1056 'browser/process_singleton_mac_unittest.cc', 1056 'browser/process_singleton_mac_unittest.cc',
1057 'browser/profile_resetter/profile_resetter_unittest.cc', 1057 'browser/profile_resetter/profile_resetter_unittest.cc',
1058 'browser/profiles/avatar_menu_model_unittest.cc', 1058 'browser/profiles/avatar_menu_model_unittest.cc',
1059 'browser/profiles/gaia_info_update_service_unittest.cc', 1059 'browser/profiles/gaia_info_update_service_unittest.cc',
1060 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1060 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1061 'browser/profiles/profile_downloader_unittest.cc', 1061 'browser/profiles/profile_downloader_unittest.cc',
1062 'browser/profiles/profile_info_cache_unittest.cc', 1062 'browser/profiles/profile_info_cache_unittest.cc',
1063 'browser/profiles/profile_info_cache_unittest.h', 1063 'browser/profiles/profile_info_cache_unittest.h',
1064 'browser/profiles/profile_info_util_unittest.cc', 1064 'browser/profiles/profile_info_util_unittest.cc',
1065 'browser/profiles/profile_loader_unittest.cc',
1065 'browser/profiles/profile_manager_unittest.cc', 1066 'browser/profiles/profile_manager_unittest.cc',
1066 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1067 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1067 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1068 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1068 'browser/renderer_host/web_cache_manager_unittest.cc', 1069 'browser/renderer_host/web_cache_manager_unittest.cc',
1069 'browser/resources/print_preview/data/measurement_system.js', 1070 'browser/resources/print_preview/data/measurement_system.js',
1070 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1071 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1071 'browser/resources/print_preview/print_preview_utils.js', 1072 'browser/resources/print_preview/print_preview_utils.js',
1072 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1073 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1073 'browser/resources_util_unittest.cc', 1074 'browser/resources_util_unittest.cc',
1074 'browser/rlz/rlz_unittest.cc', 1075 'browser/rlz/rlz_unittest.cc',
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2565 # more details. 2566 # more details.
2566 'DebugInformationFormat': '3', 2567 'DebugInformationFormat': '3',
2567 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2568 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2568 }, 2569 },
2569 }, 2570 },
2570 }, 2571 },
2571 ], 2572 ],
2572 }], 2573 }],
2573 ], # 'conditions' 2574 ], # 'conditions'
2574 } 2575 }
OLDNEW
« chrome/browser/profiles/profile_loader.h ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698