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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 661643002: Adds a context message of the security origin for web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses comments and adds some unit tests. Created 6 years, 2 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 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'browser/net/predictor_unittest.cc', 544 'browser/net/predictor_unittest.cc',
545 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 545 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
546 'browser/net/probe_message_unittest.cc', 546 'browser/net/probe_message_unittest.cc',
547 'browser/net/proxy_policy_handler_unittest.cc', 547 'browser/net/proxy_policy_handler_unittest.cc',
548 'browser/net/quota_policy_channel_id_store_unittest.cc', 548 'browser/net/quota_policy_channel_id_store_unittest.cc',
549 'browser/net/safe_search_util_unittest.cc', 549 'browser/net/safe_search_util_unittest.cc',
550 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c c', 550 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.c c',
551 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', 551 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc',
552 'browser/net/ssl_config_service_manager_pref_unittest.cc', 552 'browser/net/ssl_config_service_manager_pref_unittest.cc',
553 'browser/net/url_info_unittest.cc', 553 'browser/net/url_info_unittest.cc',
554 'browser/notifications/desktop_notification_profile_util_unittest.cc', 554 'browser/notifications/desktop_notification_service_unittest.cc',
555 'browser/notifications/extension_welcome_notification_unittest.cc', 555 'browser/notifications/extension_welcome_notification_unittest.cc',
556 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc', 556 'browser/notifications/login_state_notification_blocker_chromeos_unittest. cc',
557 'browser/notifications/message_center_notifications_unittest.cc', 557 'browser/notifications/message_center_notifications_unittest.cc',
558 'browser/notifications/message_center_settings_controller_unittest.cc', 558 'browser/notifications/message_center_settings_controller_unittest.cc',
559 'browser/notifications/notification_conversion_helper_unittest.cc', 559 'browser/notifications/notification_conversion_helper_unittest.cc',
560 'browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest.cc ', 560 'browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest.cc ',
561 'browser/password_manager/chrome_password_manager_client_unittest.cc', 561 'browser/password_manager/chrome_password_manager_client_unittest.cc',
562 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 562 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
563 'browser/password_manager/password_manager_internals_service_unittest.cc', 563 'browser/password_manager/password_manager_internals_service_unittest.cc',
564 'browser/password_manager/password_manager_metrics_util_unittest.cc', 564 'browser/password_manager/password_manager_metrics_util_unittest.cc',
(...skipping 2301 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'dependencies': [ 2866 'dependencies': [
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2868 ], 2868 ],
2869 }], 2869 }],
2870 ], 2870 ],
2871 }, 2871 },
2872 ], 2872 ],
2873 }], 2873 }],
2874 ], # 'conditions' 2874 ], # 'conditions'
2875 } 2875 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698