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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 437803003: [Most Visited] Removing Most Visited Tiles experiment code, which is obsolete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 6 years, 4 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 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 'browser/history/expire_history_backend_unittest.cc', 1003 'browser/history/expire_history_backend_unittest.cc',
1004 'browser/history/history_backend_unittest.cc', 1004 'browser/history/history_backend_unittest.cc',
1005 'browser/history/history_database_unittest.cc', 1005 'browser/history/history_database_unittest.cc',
1006 'browser/history/history_querying_unittest.cc', 1006 'browser/history/history_querying_unittest.cc',
1007 'browser/history/history_types_unittest.cc', 1007 'browser/history/history_types_unittest.cc',
1008 'browser/history/history_unittest.cc', 1008 'browser/history/history_unittest.cc',
1009 'browser/history/history_unittest_base.cc', 1009 'browser/history/history_unittest_base.cc',
1010 'browser/history/history_unittest_base.h', 1010 'browser/history/history_unittest_base.h',
1011 'browser/history/in_memory_url_index_types_unittest.cc', 1011 'browser/history/in_memory_url_index_types_unittest.cc',
1012 'browser/history/in_memory_url_index_unittest.cc', 1012 'browser/history/in_memory_url_index_unittest.cc',
1013 'browser/history/most_visited_tiles_experiment_unittest.cc',
1014 'browser/history/scored_history_match_unittest.cc', 1013 'browser/history/scored_history_match_unittest.cc',
1015 'browser/history/select_favicon_frames_unittest.cc', 1014 'browser/history/select_favicon_frames_unittest.cc',
1016 'browser/history/shortcuts_database_unittest.cc', 1015 'browser/history/shortcuts_database_unittest.cc',
1017 'browser/history/thumbnail_database_unittest.cc', 1016 'browser/history/thumbnail_database_unittest.cc',
1018 'browser/history/top_sites_cache_unittest.cc', 1017 'browser/history/top_sites_cache_unittest.cc',
1019 'browser/history/top_sites_database_unittest.cc', 1018 'browser/history/top_sites_database_unittest.cc',
1020 'browser/history/top_sites_impl_unittest.cc', 1019 'browser/history/top_sites_impl_unittest.cc',
1021 'browser/history/typed_url_syncable_service_unittest.cc', 1020 'browser/history/typed_url_syncable_service_unittest.cc',
1022 'browser/history/url_utils_unittest.cc', 1021 'browser/history/url_utils_unittest.cc',
1023 'browser/history/visit_database_unittest.cc', 1022 'browser/history/visit_database_unittest.cc',
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 'dependencies': [ 2870 'dependencies': [
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2873 ], 2872 ],
2874 }], 2873 }],
2875 ], 2874 ],
2876 }, 2875 },
2877 ], 2876 ],
2878 }], 2877 }],
2879 ], # 'conditions' 2878 ], # 'conditions'
2880 } 2879 }
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