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

Side by Side Diff: trunk/src/chrome/chrome_tests_unit.gypi

Issue 19637009: Revert 212459 "Remove TextDatabase from the history service." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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 | « trunk/src/chrome/chrome_browser.gypi ('k') | trunk/src/chrome/common/render_messages.h » ('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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 'browser/history/history_unittest_base.cc', 910 'browser/history/history_unittest_base.cc',
911 'browser/history/history_unittest_base.h', 911 'browser/history/history_unittest_base.h',
912 'browser/history/in_memory_url_index_types_unittest.cc', 912 'browser/history/in_memory_url_index_types_unittest.cc',
913 'browser/history/in_memory_url_index_unittest.cc', 913 'browser/history/in_memory_url_index_unittest.cc',
914 'browser/history/query_parser_unittest.cc', 914 'browser/history/query_parser_unittest.cc',
915 'browser/history/scored_history_match_unittest.cc', 915 'browser/history/scored_history_match_unittest.cc',
916 'browser/history/select_favicon_frames_unittest.cc', 916 'browser/history/select_favicon_frames_unittest.cc',
917 'browser/history/shortcuts_backend_unittest.cc', 917 'browser/history/shortcuts_backend_unittest.cc',
918 'browser/history/shortcuts_database_unittest.cc', 918 'browser/history/shortcuts_database_unittest.cc',
919 'browser/history/snippet_unittest.cc', 919 'browser/history/snippet_unittest.cc',
920 'browser/history/text_database_manager_unittest.cc',
921 'browser/history/text_database_unittest.cc',
920 'browser/history/thumbnail_database_unittest.cc', 922 'browser/history/thumbnail_database_unittest.cc',
921 'browser/history/top_sites_database_unittest.cc', 923 'browser/history/top_sites_database_unittest.cc',
922 'browser/history/top_sites_impl_unittest.cc', 924 'browser/history/top_sites_impl_unittest.cc',
923 'browser/history/top_sites_likely_impl_unittest.cc', 925 'browser/history/top_sites_likely_impl_unittest.cc',
924 'browser/history/typed_url_syncable_service_unittest.cc', 926 'browser/history/typed_url_syncable_service_unittest.cc',
925 'browser/history/url_database_unittest.cc', 927 'browser/history/url_database_unittest.cc',
926 'browser/history/visit_database_unittest.cc', 928 'browser/history/visit_database_unittest.cc',
927 'browser/history/visit_filter_unittest.cc', 929 'browser/history/visit_filter_unittest.cc',
928 'browser/history/visit_tracker_unittest.cc', 930 'browser/history/visit_tracker_unittest.cc',
929 'browser/importer/firefox_profile_lock_unittest.cc', 931 'browser/importer/firefox_profile_lock_unittest.cc',
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2654 # more details. 2656 # more details.
2655 'DebugInformationFormat': '3', 2657 'DebugInformationFormat': '3',
2656 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2658 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2657 }, 2659 },
2658 }, 2660 },
2659 }, 2661 },
2660 ], 2662 ],
2661 }], 2663 }],
2662 ], # 'conditions' 2664 ], # 'conditions'
2663 } 2665 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_browser.gypi ('k') | trunk/src/chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698