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 1207363002: Simplify permission-related code for Web Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'browser/extensions/policy_handlers_unittest.cc', 988 'browser/extensions/policy_handlers_unittest.cc',
989 ], 989 ],
990 'chrome_unit_tests_speech_sources': [ 990 'chrome_unit_tests_speech_sources': [
991 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 991 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
992 'browser/speech/tts_controller_unittest.cc', 992 'browser/speech/tts_controller_unittest.cc',
993 ], 993 ],
994 'chrome_unit_tests_notifications_sources': [ 994 'chrome_unit_tests_notifications_sources': [
995 'browser/notifications/desktop_notification_profile_util_unittest.cc', 995 'browser/notifications/desktop_notification_profile_util_unittest.cc',
996 'browser/notifications/message_center_notifications_unittest.cc', 996 'browser/notifications/message_center_notifications_unittest.cc',
997 'browser/notifications/message_center_settings_controller_unittest.cc', 997 'browser/notifications/message_center_settings_controller_unittest.cc',
998 'browser/notifications/notification_permission_context_unittest.cc',
998 'browser/notifications/platform_notification_service_unittest.cc', 999 'browser/notifications/platform_notification_service_unittest.cc',
999 ], 1000 ],
1000 'chrome_unit_tests_full_safe_browsing_sources': [ 1001 'chrome_unit_tests_full_safe_browsing_sources': [
1001 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1002 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1002 'browser/safe_browsing/chunk_range_unittest.cc', 1003 'browser/safe_browsing/chunk_range_unittest.cc',
1003 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1004 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1004 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1005 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1005 'browser/safe_browsing/client_side_model_loader_unittest.cc', 1006 'browser/safe_browsing/client_side_model_loader_unittest.cc',
1006 'browser/safe_browsing/download_feedback_service_unittest.cc', 1007 'browser/safe_browsing/download_feedback_service_unittest.cc',
1007 'browser/safe_browsing/download_feedback_unittest.cc', 1008 'browser/safe_browsing/download_feedback_unittest.cc',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 'dependencies': [ 2870 'dependencies': [
2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2871 ], 2872 ],
2872 }], 2873 }],
2873 ], 2874 ],
2874 }, 2875 },
2875 ], 2876 ],
2876 }], 2877 }],
2877 ], # 'conditions' 2878 ], # 'conditions'
2878 } 2879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698