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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 17114002: Field trial removing tiles from NTP if URL is already open - for 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed failing tests 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'browser/history/expire_history_backend_unittest.cc', 890 'browser/history/expire_history_backend_unittest.cc',
891 'browser/history/history_backend_unittest.cc', 891 'browser/history/history_backend_unittest.cc',
892 'browser/history/history_database_unittest.cc', 892 'browser/history/history_database_unittest.cc',
893 'browser/history/history_querying_unittest.cc', 893 'browser/history/history_querying_unittest.cc',
894 'browser/history/history_types_unittest.cc', 894 'browser/history/history_types_unittest.cc',
895 'browser/history/history_unittest.cc', 895 'browser/history/history_unittest.cc',
896 'browser/history/history_unittest_base.cc', 896 'browser/history/history_unittest_base.cc',
897 'browser/history/history_unittest_base.h', 897 'browser/history/history_unittest_base.h',
898 'browser/history/in_memory_url_index_types_unittest.cc', 898 'browser/history/in_memory_url_index_types_unittest.cc',
899 'browser/history/in_memory_url_index_unittest.cc', 899 'browser/history/in_memory_url_index_unittest.cc',
900 'browser/history/most_visited_tiles_experiment_unittest.cc',
900 'browser/history/query_parser_unittest.cc', 901 'browser/history/query_parser_unittest.cc',
901 'browser/history/scored_history_match_unittest.cc', 902 'browser/history/scored_history_match_unittest.cc',
902 'browser/history/select_favicon_frames_unittest.cc', 903 'browser/history/select_favicon_frames_unittest.cc',
903 'browser/history/shortcuts_backend_unittest.cc', 904 'browser/history/shortcuts_backend_unittest.cc',
904 'browser/history/shortcuts_database_unittest.cc', 905 'browser/history/shortcuts_database_unittest.cc',
905 'browser/history/snippet_unittest.cc', 906 'browser/history/snippet_unittest.cc',
906 'browser/history/thumbnail_database_unittest.cc', 907 'browser/history/thumbnail_database_unittest.cc',
907 'browser/history/top_sites_database_unittest.cc', 908 'browser/history/top_sites_database_unittest.cc',
908 'browser/history/top_sites_impl_unittest.cc', 909 'browser/history/top_sites_impl_unittest.cc',
909 'browser/history/top_sites_likely_impl_unittest.cc', 910 'browser/history/top_sites_likely_impl_unittest.cc',
(...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
2651 # more details. 2652 # more details.
2652 'DebugInformationFormat': '3', 2653 'DebugInformationFormat': '3',
2653 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2654 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2654 }, 2655 },
2655 }, 2656 },
2656 }, 2657 },
2657 ], 2658 ],
2658 }], 2659 }],
2659 ], # 'conditions' 2660 ], # 'conditions'
2660 } 2661 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698