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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2842043: Add a default content setting to the notifications service. (Closed)
Patch Set: '' Created 10 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 'browser/metrics/metrics_service_unittest.cc', 878 'browser/metrics/metrics_service_unittest.cc',
879 'browser/mock_configuration_policy_provider.h', 879 'browser/mock_configuration_policy_provider.h',
880 'browser/mock_configuration_policy_store.h', 880 'browser/mock_configuration_policy_store.h',
881 'browser/net/chrome_url_request_context_unittest.cc', 881 'browser/net/chrome_url_request_context_unittest.cc',
882 'browser/net/connection_tester_unittest.cc', 882 'browser/net/connection_tester_unittest.cc',
883 'browser/net/passive_log_collector_unittest.cc', 883 'browser/net/passive_log_collector_unittest.cc',
884 'browser/net/predictor_unittest.cc', 884 'browser/net/predictor_unittest.cc',
885 'browser/net/resolve_proxy_msg_helper_unittest.cc', 885 'browser/net/resolve_proxy_msg_helper_unittest.cc',
886 'browser/net/url_fixer_upper_unittest.cc', 886 'browser/net/url_fixer_upper_unittest.cc',
887 'browser/net/url_info_unittest.cc', 887 'browser/net/url_info_unittest.cc',
888 'browser/notifications/desktop_notifications_unittest.cc', 888 'browser/notifications/desktop_notification_service_unittest.cc',
889 'browser/notifications/desktop_notifications_unittest.h', 889 'browser/notifications/desktop_notifications_unittest.h',
890 'browser/notifications/notification_exceptions_table_model_unittest.cc', 890 'browser/notifications/notification_exceptions_table_model_unittest.cc',
891 'browser/notifications/notification_test_util.h', 891 'browser/notifications/notification_test_util.h',
892 'browser/notifications/notifications_prefs_cache_unittest.cc',
892 'browser/page_menu_model_unittest.cc', 893 'browser/page_menu_model_unittest.cc',
893 'browser/parsers/metadata_parser_filebase_unittest.cc', 894 'browser/parsers/metadata_parser_filebase_unittest.cc',
894 'browser/password_manager/encryptor_unittest.cc', 895 'browser/password_manager/encryptor_unittest.cc',
895 'browser/password_manager/login_database_unittest.cc', 896 'browser/password_manager/login_database_unittest.cc',
896 'browser/password_manager/password_form_data.cc', 897 'browser/password_manager/password_form_data.cc',
897 'browser/password_manager/password_form_manager_unittest.cc', 898 'browser/password_manager/password_form_manager_unittest.cc',
898 'browser/password_manager/password_manager_unittest.cc', 899 'browser/password_manager/password_manager_unittest.cc',
899 'browser/password_manager/password_store_default_unittest.cc', 900 'browser/password_manager/password_store_default_unittest.cc',
900 'browser/password_manager/password_store_mac_unittest.cc', 901 'browser/password_manager/password_store_mac_unittest.cc',
901 'browser/password_manager/password_store_win_unittest.cc', 902 'browser/password_manager/password_store_win_unittest.cc',
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 ] 2528 ]
2528 }], # 'coverage!=0' 2529 }], # 'coverage!=0'
2529 ], # 'conditions' 2530 ], # 'conditions'
2530 } 2531 }
2531 2532
2532 # Local Variables: 2533 # Local Variables:
2533 # tab-width:2 2534 # tab-width:2
2534 # indent-tabs-mode:nil 2535 # indent-tabs-mode:nil
2535 # End: 2536 # End:
2536 # vim: set expandtab tabstop=2 shiftwidth=2: 2537 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698