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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 501082: Implement delaying resource requests until privacy blacklists are ready. (Closed)
Patch Set: don't get stuck on errors Created 10 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') | net/url_request/url_request_unittest.h » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/find_bar_host_browsertest.cc', 9 'browser/views/find_bar_host_browsertest.cc',
10 ], 10 ],
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'browser/net/url_fetcher_unittest.cc', 738 'browser/net/url_fetcher_unittest.cc',
739 'browser/net/url_fixer_upper_unittest.cc', 739 'browser/net/url_fixer_upper_unittest.cc',
740 'browser/notifications/desktop_notifications_unittest.cc', 740 'browser/notifications/desktop_notifications_unittest.cc',
741 'browser/notifications/desktop_notifications_unittest.h', 741 'browser/notifications/desktop_notifications_unittest.h',
742 'browser/page_menu_model_unittest.cc', 742 'browser/page_menu_model_unittest.cc',
743 'browser/password_manager/encryptor_unittest.cc', 743 'browser/password_manager/encryptor_unittest.cc',
744 'browser/password_manager/login_database_unittest.cc', 744 'browser/password_manager/login_database_unittest.cc',
745 'browser/password_manager/password_form_manager_unittest.cc', 745 'browser/password_manager/password_form_manager_unittest.cc',
746 'browser/password_manager/password_store_mac_unittest.cc', 746 'browser/password_manager/password_store_mac_unittest.cc',
747 'browser/printing/print_job_unittest.cc', 747 'browser/printing/print_job_unittest.cc',
748 'browser/privacy_blacklist/blacklist_interceptor_unittest.cc',
749 'browser/privacy_blacklist/blacklist_io_unittest.cc',
750 'browser/privacy_blacklist/blacklist_listener_unittest.cc',
748 'browser/privacy_blacklist/blacklist_manager_unittest.cc', 751 'browser/privacy_blacklist/blacklist_manager_unittest.cc',
752 'browser/privacy_blacklist/blacklist_test_util.cc',
753 'browser/privacy_blacklist/blacklist_test_util.h',
749 'browser/privacy_blacklist/blacklist_unittest.cc', 754 'browser/privacy_blacklist/blacklist_unittest.cc',
750 'browser/privacy_blacklist/blacklist_io_unittest.cc',
751 'browser/process_info_snapshot_mac_unittest.cc', 755 'browser/process_info_snapshot_mac_unittest.cc',
752 'browser/profile_manager_unittest.cc', 756 'browser/profile_manager_unittest.cc',
753 'browser/renderer_host/audio_renderer_host_unittest.cc', 757 'browser/renderer_host/audio_renderer_host_unittest.cc',
754 'browser/renderer_host/render_widget_host_unittest.cc', 758 'browser/renderer_host/render_widget_host_unittest.cc',
755 'browser/renderer_host/resource_dispatcher_host_unittest.cc', 759 'browser/renderer_host/resource_dispatcher_host_unittest.cc',
756 'browser/renderer_host/resource_queue_unittest.cc', 760 'browser/renderer_host/resource_queue_unittest.cc',
757 'browser/renderer_host/test/render_view_host_unittest.cc', 761 'browser/renderer_host/test/render_view_host_unittest.cc',
758 'browser/renderer_host/test/site_instance_unittest.cc', 762 'browser/renderer_host/test/site_instance_unittest.cc',
759 'browser/renderer_host/web_cache_manager_unittest.cc', 763 'browser/renderer_host/web_cache_manager_unittest.cc',
760 'browser/rlz/rlz_unittest.cc', 764 'browser/rlz/rlz_unittest.cc',
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 ] 1830 ]
1827 }], # 'coverage!=0' 1831 }], # 'coverage!=0'
1828 ], # 'conditions' 1832 ], # 'conditions'
1829 } 1833 }
1830 1834
1831 # Local Variables: 1835 # Local Variables:
1832 # tab-width:2 1836 # tab-width:2
1833 # indent-tabs-mode:nil 1837 # indent-tabs-mode:nil
1834 # End: 1838 # End:
1835 # vim: set expandtab tabstop=2 shiftwidth=2: 1839 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | net/url_request/url_request_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698