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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2105863002: Verify that the notification response contains sensible data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add upstream branch Created 4 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 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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 ], 752 ],
753 'chrome_unit_tests_speech_sources': [ 753 'chrome_unit_tests_speech_sources': [
754 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 754 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
755 'browser/speech/tts_controller_unittest.cc', 755 'browser/speech/tts_controller_unittest.cc',
756 ], 756 ],
757 'chrome_unit_tests_notifications_sources': [ 757 'chrome_unit_tests_notifications_sources': [
758 'browser/notifications/desktop_notification_profile_util_unittest.cc', 758 'browser/notifications/desktop_notification_profile_util_unittest.cc',
759 'browser/notifications/message_center_notifications_unittest.cc', 759 'browser/notifications/message_center_notifications_unittest.cc',
760 'browser/notifications/message_center_settings_controller_unittest.cc', 760 'browser/notifications/message_center_settings_controller_unittest.cc',
761 'browser/notifications/notification_permission_context_unittest.cc', 761 'browser/notifications/notification_permission_context_unittest.cc',
762 'browser/notifications/notification_platform_bridge_mac_unittest.mm',
762 'browser/notifications/platform_notification_service_unittest.cc', 763 'browser/notifications/platform_notification_service_unittest.cc',
763 ], 764 ],
764 # Used by Full Safe Browsing (safe_browsing==1) 765 # Used by Full Safe Browsing (safe_browsing==1)
765 # and by Mobile Safe Browsing (==2) modes. 766 # and by Mobile Safe Browsing (==2) modes.
766 'chrome_unit_tests_shared_safe_browsing_sources': [ 767 'chrome_unit_tests_shared_safe_browsing_sources': [
767 'browser/safe_browsing/ping_manager_unittest.cc', 768 'browser/safe_browsing/ping_manager_unittest.cc',
768 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 769 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
769 'browser/safe_browsing/threat_details_unittest.cc', 770 'browser/safe_browsing/threat_details_unittest.cc',
770 'browser/safe_browsing/ui_manager_unittest.cc', 771 'browser/safe_browsing/ui_manager_unittest.cc',
771 'common/safe_browsing/file_type_policies_unittest.cc', 772 'common/safe_browsing/file_type_policies_unittest.cc',
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3018 'dependencies': [ 3019 'dependencies': [
3019 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3020 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3020 ], 3021 ],
3021 }], 3022 }],
3022 ], 3023 ],
3023 }, 3024 },
3024 ], 3025 ],
3025 }], 3026 }],
3026 ], # 'conditions' 3027 ], # 'conditions'
3027 } 3028 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698