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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 120963002: Use a Finch Experiment to control the Browser Blacklist (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Responding to comments 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'browser/browsing_data/browsing_data_remover_unittest.cc', 582 'browser/browsing_data/browsing_data_remover_unittest.cc',
583 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c', 583 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c',
584 'browser/browsing_data/cookies_tree_model_unittest.cc', 584 'browser/browsing_data/cookies_tree_model_unittest.cc',
585 'browser/captive_portal/captive_portal_detector_unittest.cc', 585 'browser/captive_portal/captive_portal_detector_unittest.cc',
586 'browser/captive_portal/captive_portal_service_unittest.cc', 586 'browser/captive_portal/captive_portal_service_unittest.cc',
587 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', 587 'browser/captive_portal/captive_portal_tab_helper_unittest.cc',
588 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', 588 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc',
589 'browser/captive_portal/testing_utils.cc', 589 'browser/captive_portal/testing_utils.cc',
590 'browser/captive_portal/testing_utils.h', 590 'browser/captive_portal/testing_utils.h',
591 'browser/chrome_browser_application_mac_unittest.mm', 591 'browser/chrome_browser_application_mac_unittest.mm',
592 'browser/chrome_elf_init_unittest_win.cc',
592 'browser/chrome_page_zoom_unittest.cc', 593 'browser/chrome_page_zoom_unittest.cc',
593 'browser/chrome_process_singleton_win_unittest.cc', 594 'browser/chrome_process_singleton_win_unittest.cc',
594 'browser/chromeos/accessibility/magnification_manager_unittest.cc', 595 'browser/chromeos/accessibility/magnification_manager_unittest.cc',
595 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', 596 'browser/chromeos/attestation/attestation_ca_client_unittest.cc',
596 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', 597 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc',
597 'browser/chromeos/attestation/fake_certificate.cc', 598 'browser/chromeos/attestation/fake_certificate.cc',
598 'browser/chromeos/attestation/fake_certificate.h', 599 'browser/chromeos/attestation/fake_certificate.h',
599 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', 600 'browser/chromeos/attestation/platform_verification_flow_unittest.cc',
600 'browser/chromeos/contacts/contact_database_unittest.cc', 601 'browser/chromeos/contacts/contact_database_unittest.cc',
601 'browser/chromeos/contacts/contact_manager_stub.cc', 602 'browser/chromeos/contacts/contact_manager_stub.cc',
(...skipping 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 'browser/ui/app_list/test/fake_profile_store.h', 2870 'browser/ui/app_list/test/fake_profile_store.h',
2870 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2871 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2871 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2872 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2872 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2873 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2873 ], 2874 ],
2874 }, 2875 },
2875 ], 2876 ],
2876 }], 2877 }],
2877 ], # 'conditions' 2878 ], # 'conditions'
2878 } 2879 }
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