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

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: further comments 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 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'browser/extensions/policy_handlers_unittest.cc', 990 'browser/extensions/policy_handlers_unittest.cc',
991 ], 991 ],
992 'chrome_unit_tests_speech_sources': [ 992 'chrome_unit_tests_speech_sources': [
993 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', 993 'browser/speech/extension_api/extension_manifests_tts_unittest.cc',
994 'browser/speech/tts_controller_unittest.cc', 994 'browser/speech/tts_controller_unittest.cc',
995 ], 995 ],
996 'chrome_unit_tests_notifications_sources': [ 996 'chrome_unit_tests_notifications_sources': [
997 'browser/notifications/desktop_notification_profile_util_unittest.cc', 997 'browser/notifications/desktop_notification_profile_util_unittest.cc',
998 'browser/notifications/message_center_notifications_unittest.cc', 998 'browser/notifications/message_center_notifications_unittest.cc',
999 'browser/notifications/message_center_settings_controller_unittest.cc', 999 'browser/notifications/message_center_settings_controller_unittest.cc',
1000 'browser/notifications/notification_permission_context_unittest.cc',
1000 'browser/notifications/platform_notification_service_unittest.cc', 1001 'browser/notifications/platform_notification_service_unittest.cc',
1001 ], 1002 ],
1002 'chrome_unit_tests_full_safe_browsing_sources': [ 1003 'chrome_unit_tests_full_safe_browsing_sources': [
1003 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1004 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1004 'browser/safe_browsing/chunk_range_unittest.cc', 1005 'browser/safe_browsing/chunk_range_unittest.cc',
1005 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1006 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1006 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1007 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1007 'browser/safe_browsing/client_side_model_loader_unittest.cc', 1008 'browser/safe_browsing/client_side_model_loader_unittest.cc',
1008 'browser/safe_browsing/download_feedback_service_unittest.cc', 1009 'browser/safe_browsing/download_feedback_service_unittest.cc',
1009 'browser/safe_browsing/download_feedback_unittest.cc', 1010 'browser/safe_browsing/download_feedback_unittest.cc',
(...skipping 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'dependencies': [ 2879 'dependencies': [
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2880 ], 2881 ],
2881 }], 2882 }],
2882 ], 2883 ],
2883 }, 2884 },
2884 ], 2885 ],
2885 }], 2886 }],
2886 ], # 'conditions' 2887 ], # 'conditions'
2887 } 2888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698