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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 133923002: Use a Finch Experiment to control the Browser Blacklist (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix unittests Created 6 years, 11 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') | chrome_elf/blacklist.gypi » ('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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'browser/browsing_data/browsing_data_remover_unittest.cc', 584 'browser/browsing_data/browsing_data_remover_unittest.cc',
585 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c', 585 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c',
586 'browser/browsing_data/cookies_tree_model_unittest.cc', 586 'browser/browsing_data/cookies_tree_model_unittest.cc',
587 'browser/captive_portal/captive_portal_detector_unittest.cc', 587 'browser/captive_portal/captive_portal_detector_unittest.cc',
588 'browser/captive_portal/captive_portal_service_unittest.cc', 588 'browser/captive_portal/captive_portal_service_unittest.cc',
589 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', 589 'browser/captive_portal/captive_portal_tab_helper_unittest.cc',
590 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', 590 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc',
591 'browser/captive_portal/testing_utils.cc', 591 'browser/captive_portal/testing_utils.cc',
592 'browser/captive_portal/testing_utils.h', 592 'browser/captive_portal/testing_utils.h',
593 'browser/chrome_browser_application_mac_unittest.mm', 593 'browser/chrome_browser_application_mac_unittest.mm',
594 'browser/chrome_elf_init_unittest_win.cc',
594 'browser/chrome_page_zoom_unittest.cc', 595 'browser/chrome_page_zoom_unittest.cc',
595 'browser/chrome_process_singleton_win_unittest.cc', 596 'browser/chrome_process_singleton_win_unittest.cc',
596 'browser/chromeos/accessibility/magnification_manager_unittest.cc', 597 'browser/chromeos/accessibility/magnification_manager_unittest.cc',
597 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', 598 'browser/chromeos/attestation/attestation_ca_client_unittest.cc',
598 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', 599 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc',
599 'browser/chromeos/attestation/fake_certificate.cc', 600 'browser/chromeos/attestation/fake_certificate.cc',
600 'browser/chromeos/attestation/fake_certificate.h', 601 'browser/chromeos/attestation/fake_certificate.h',
601 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', 602 'browser/chromeos/attestation/platform_verification_flow_unittest.cc',
602 'browser/chromeos/contacts/contact_database_unittest.cc', 603 'browser/chromeos/contacts/contact_database_unittest.cc',
603 'browser/chromeos/contacts/contact_manager_stub.cc', 604 'browser/chromeos/contacts/contact_manager_stub.cc',
(...skipping 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 'browser/ui/app_list/test/fake_profile_store.h', 2875 'browser/ui/app_list/test/fake_profile_store.h',
2875 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2876 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2876 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2877 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2877 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2878 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2878 ], 2879 ],
2879 }, 2880 },
2880 ], 2881 ],
2881 }], 2882 }],
2882 ], # 'conditions' 2883 ], # 'conditions'
2883 } 2884 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome_elf/blacklist.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698