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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14615010: [Sync] Add interface and backend impl for typed URL syncable service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 7 years, 7 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') | no next file » | 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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'browser/history/select_favicon_frames_unittest.cc', 873 'browser/history/select_favicon_frames_unittest.cc',
874 'browser/history/shortcuts_backend_unittest.cc', 874 'browser/history/shortcuts_backend_unittest.cc',
875 'browser/history/shortcuts_database_unittest.cc', 875 'browser/history/shortcuts_database_unittest.cc',
876 'browser/history/snippet_unittest.cc', 876 'browser/history/snippet_unittest.cc',
877 'browser/history/text_database_manager_unittest.cc', 877 'browser/history/text_database_manager_unittest.cc',
878 'browser/history/text_database_unittest.cc', 878 'browser/history/text_database_unittest.cc',
879 'browser/history/thumbnail_database_unittest.cc', 879 'browser/history/thumbnail_database_unittest.cc',
880 'browser/history/top_sites_database_unittest.cc', 880 'browser/history/top_sites_database_unittest.cc',
881 'browser/history/top_sites_impl_unittest.cc', 881 'browser/history/top_sites_impl_unittest.cc',
882 'browser/history/top_sites_likely_impl_unittest.cc', 882 'browser/history/top_sites_likely_impl_unittest.cc',
883 'browser/history/typed_url_syncable_service_unittest.cc',
883 'browser/history/url_database_unittest.cc', 884 'browser/history/url_database_unittest.cc',
884 'browser/history/visit_database_unittest.cc', 885 'browser/history/visit_database_unittest.cc',
885 'browser/history/visit_filter_unittest.cc', 886 'browser/history/visit_filter_unittest.cc',
886 'browser/history/visit_tracker_unittest.cc', 887 'browser/history/visit_tracker_unittest.cc',
887 'browser/importer/firefox_importer_unittest.cc', 888 'browser/importer/firefox_importer_unittest.cc',
888 'browser/importer/firefox_importer_unittest_messages_internal.h', 889 'browser/importer/firefox_importer_unittest_messages_internal.h',
889 'browser/importer/firefox_importer_unittest_utils.h', 890 'browser/importer/firefox_importer_unittest_utils.h',
890 'browser/importer/firefox_importer_unittest_utils_mac.cc', 891 'browser/importer/firefox_importer_unittest_utils_mac.cc',
891 'browser/importer/firefox_importer_utils_unittest.cc', 892 'browser/importer/firefox_importer_utils_unittest.cc',
892 'browser/importer/firefox_profile_lock_unittest.cc', 893 'browser/importer/firefox_profile_lock_unittest.cc',
(...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 # more details. 2505 # more details.
2505 'DebugInformationFormat': '3', 2506 'DebugInformationFormat': '3',
2506 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2507 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2507 }, 2508 },
2508 }, 2509 },
2509 }, 2510 },
2510 ], 2511 ],
2511 }], 2512 }],
2512 ], # 'conditions' 2513 ], # 'conditions'
2513 } 2514 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698