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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 339433007: Componentize URLDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'browser/history/in_memory_url_index_unittest.cc', 1035 'browser/history/in_memory_url_index_unittest.cc',
1036 'browser/history/most_visited_tiles_experiment_unittest.cc', 1036 'browser/history/most_visited_tiles_experiment_unittest.cc',
1037 'browser/history/scored_history_match_unittest.cc', 1037 'browser/history/scored_history_match_unittest.cc',
1038 'browser/history/select_favicon_frames_unittest.cc', 1038 'browser/history/select_favicon_frames_unittest.cc',
1039 'browser/history/shortcuts_database_unittest.cc', 1039 'browser/history/shortcuts_database_unittest.cc',
1040 'browser/history/thumbnail_database_unittest.cc', 1040 'browser/history/thumbnail_database_unittest.cc',
1041 'browser/history/top_sites_cache_unittest.cc', 1041 'browser/history/top_sites_cache_unittest.cc',
1042 'browser/history/top_sites_database_unittest.cc', 1042 'browser/history/top_sites_database_unittest.cc',
1043 'browser/history/top_sites_impl_unittest.cc', 1043 'browser/history/top_sites_impl_unittest.cc',
1044 'browser/history/typed_url_syncable_service_unittest.cc', 1044 'browser/history/typed_url_syncable_service_unittest.cc',
1045 'browser/history/url_database_unittest.cc',
1046 'browser/history/url_utils_unittest.cc', 1045 'browser/history/url_utils_unittest.cc',
1047 'browser/history/visit_database_unittest.cc', 1046 'browser/history/visit_database_unittest.cc',
1048 'browser/history/visit_filter_unittest.cc', 1047 'browser/history/visit_filter_unittest.cc',
1049 'browser/history/visit_tracker_unittest.cc', 1048 'browser/history/visit_tracker_unittest.cc',
1050 'browser/image_holder_unittest.cc', 1049 'browser/image_holder_unittest.cc',
1051 'browser/importer/firefox_profile_lock_unittest.cc', 1050 'browser/importer/firefox_profile_lock_unittest.cc',
1052 'browser/importer/profile_writer_unittest.cc', 1051 'browser/importer/profile_writer_unittest.cc',
1053 'browser/internal_auth_unittest.cc', 1052 'browser/internal_auth_unittest.cc',
1054 'browser/install_verification/win/imported_module_verification_unittest. cc', 1053 'browser/install_verification/win/imported_module_verification_unittest. cc',
1055 'browser/install_verification/win/loaded_module_verification_unittest.cc ', 1054 'browser/install_verification/win/loaded_module_verification_unittest.cc ',
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'unit_tests.isolate', 2887 'unit_tests.isolate',
2889 ], 2888 ],
2890 'sources': [ 2889 'sources': [
2891 'unit_tests.isolate', 2890 'unit_tests.isolate',
2892 ], 2891 ],
2893 }, 2892 },
2894 ], 2893 ],
2895 }], 2894 }],
2896 ], # 'conditions' 2895 ], # 'conditions'
2897 } 2896 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698