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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing comment. 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 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'browser/safe_browsing/protocol_parser_unittest.cc', 1032 'browser/safe_browsing/protocol_parser_unittest.cc',
1033 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1033 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
1034 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1034 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1035 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1035 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1036 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1036 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1037 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc', 1037 'browser/safe_browsing/safe_browsing_store_unittest_helper.cc',
1038 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1038 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1039 'browser/safe_browsing/signature_util_win_unittest.cc', 1039 'browser/safe_browsing/signature_util_win_unittest.cc',
1040 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1040 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1041 'browser/search/search_unittest.cc', 1041 'browser/search/search_unittest.cc',
1042 'browser/search/suggestion_source_unittest.cc',
1042 'browser/search_engines/search_host_to_urls_map_unittest.cc', 1043 'browser/search_engines/search_host_to_urls_map_unittest.cc',
1043 'browser/search_engines/search_provider_install_data_unittest.cc', 1044 'browser/search_engines/search_provider_install_data_unittest.cc',
1044 'browser/search_engines/template_url_fetcher_unittest.cc', 1045 'browser/search_engines/template_url_fetcher_unittest.cc',
1045 'browser/search_engines/template_url_service_util_unittest.cc', 1046 'browser/search_engines/template_url_service_util_unittest.cc',
1046 'browser/search_engines/template_url_service_sync_unittest.cc', 1047 'browser/search_engines/template_url_service_sync_unittest.cc',
1047 'browser/search_engines/template_url_service_unittest.cc', 1048 'browser/search_engines/template_url_service_unittest.cc',
1048 'browser/search_engines/template_url_parser_unittest.cc', 1049 'browser/search_engines/template_url_parser_unittest.cc',
1049 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 1050 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
1050 'browser/search_engines/template_url_scraper_unittest.cc', 1051 'browser/search_engines/template_url_scraper_unittest.cc',
1051 'browser/search_engines/template_url_unittest.cc', 1052 'browser/search_engines/template_url_unittest.cc',
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 # more details. 2421 # more details.
2421 'DebugInformationFormat': '3', 2422 'DebugInformationFormat': '3',
2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2423 }, 2424 },
2424 }, 2425 },
2425 }, 2426 },
2426 ], 2427 ],
2427 }], 2428 }],
2428 ], # 'conditions' 2429 ], # 'conditions'
2429 } 2430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698