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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12703036: [Sync] Add interface and backend impl for typed URL syncable service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor backend change handling and style cleanup Created 7 years, 8 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 'browser/history/scored_history_match_unittest.cc', 845 'browser/history/scored_history_match_unittest.cc',
846 'browser/history/select_favicon_frames_unittest.cc', 846 'browser/history/select_favicon_frames_unittest.cc',
847 'browser/history/shortcuts_backend_unittest.cc', 847 'browser/history/shortcuts_backend_unittest.cc',
848 'browser/history/shortcuts_database_unittest.cc', 848 'browser/history/shortcuts_database_unittest.cc',
849 'browser/history/snippet_unittest.cc', 849 'browser/history/snippet_unittest.cc',
850 'browser/history/text_database_manager_unittest.cc', 850 'browser/history/text_database_manager_unittest.cc',
851 'browser/history/text_database_unittest.cc', 851 'browser/history/text_database_unittest.cc',
852 'browser/history/thumbnail_database_unittest.cc', 852 'browser/history/thumbnail_database_unittest.cc',
853 'browser/history/top_sites_database_unittest.cc', 853 'browser/history/top_sites_database_unittest.cc',
854 'browser/history/top_sites_unittest.cc', 854 'browser/history/top_sites_unittest.cc',
855 'browser/history/typed_url_syncable_service_unittest.cc',
855 'browser/history/url_database_unittest.cc', 856 'browser/history/url_database_unittest.cc',
856 'browser/history/visit_database_unittest.cc', 857 'browser/history/visit_database_unittest.cc',
857 'browser/history/visit_filter_unittest.cc', 858 'browser/history/visit_filter_unittest.cc',
858 'browser/history/visit_tracker_unittest.cc', 859 'browser/history/visit_tracker_unittest.cc',
859 'browser/importer/firefox_importer_unittest.cc', 860 'browser/importer/firefox_importer_unittest.cc',
860 'browser/importer/firefox_importer_unittest_messages_internal.h', 861 'browser/importer/firefox_importer_unittest_messages_internal.h',
861 'browser/importer/firefox_importer_unittest_utils.h', 862 'browser/importer/firefox_importer_unittest_utils.h',
862 'browser/importer/firefox_importer_unittest_utils_mac.cc', 863 'browser/importer/firefox_importer_unittest_utils_mac.cc',
863 'browser/importer/firefox_importer_utils_unittest.cc', 864 'browser/importer/firefox_importer_utils_unittest.cc',
864 'browser/importer/firefox_profile_lock_unittest.cc', 865 'browser/importer/firefox_profile_lock_unittest.cc',
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2440 # more details. 2441 # more details.
2441 'DebugInformationFormat': '3', 2442 'DebugInformationFormat': '3',
2442 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2443 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2443 }, 2444 },
2444 }, 2445 },
2445 }, 2446 },
2446 ], 2447 ],
2447 }], 2448 }],
2448 ], # 'conditions' 2449 ], # 'conditions'
2449 } 2450 }
OLDNEW
« chrome/browser/history/typed_url_syncable_service.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698