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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 376253005: Migrate the notification permission to the new common permission classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 'browser/net/predictor_unittest.cc', 1150 'browser/net/predictor_unittest.cc',
1151 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 1151 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
1152 'browser/net/probe_message_unittest.cc', 1152 'browser/net/probe_message_unittest.cc',
1153 'browser/net/proxy_policy_handler_unittest.cc', 1153 'browser/net/proxy_policy_handler_unittest.cc',
1154 'browser/net/safe_search_util_unittest.cc', 1154 'browser/net/safe_search_util_unittest.cc',
1155 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest .cc', 1155 'browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest .cc',
1156 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc ', 1156 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc ',
1157 'browser/net/sqlite_server_bound_cert_store_unittest.cc', 1157 'browser/net/sqlite_server_bound_cert_store_unittest.cc',
1158 'browser/net/ssl_config_service_manager_pref_unittest.cc', 1158 'browser/net/ssl_config_service_manager_pref_unittest.cc',
1159 'browser/net/url_info_unittest.cc', 1159 'browser/net/url_info_unittest.cc',
1160 'browser/notifications/desktop_notification_service_unittest.cc', 1160 'browser/notifications/desktop_notification_profile_util_unittest.cc',
1161 'browser/notifications/extension_welcome_notification_unittest.cc', 1161 'browser/notifications/extension_welcome_notification_unittest.cc',
1162 'browser/notifications/login_state_notification_blocker_chromeos_unittes t.cc', 1162 'browser/notifications/login_state_notification_blocker_chromeos_unittes t.cc',
1163 'browser/notifications/message_center_notifications_unittest.cc', 1163 'browser/notifications/message_center_notifications_unittest.cc',
1164 'browser/notifications/message_center_settings_controller_unittest.cc', 1164 'browser/notifications/message_center_settings_controller_unittest.cc',
1165 'browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest. cc', 1165 'browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest. cc',
1166 'browser/omnibox/omnibox_field_trial_unittest.cc', 1166 'browser/omnibox/omnibox_field_trial_unittest.cc',
1167 'browser/password_manager/chrome_password_manager_client_unittest.cc', 1167 'browser/password_manager/chrome_password_manager_client_unittest.cc',
1168 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1168 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1169 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1169 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1170 'browser/password_manager/password_manager_internals_service_unittest.cc ', 1170 'browser/password_manager/password_manager_internals_service_unittest.cc ',
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
2940 'dependencies': [ 2940 'dependencies': [
2941 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2941 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2942 ], 2942 ],
2943 }], 2943 }],
2944 ], 2944 ],
2945 }, 2945 },
2946 ], 2946 ],
2947 }], 2947 }],
2948 ], # 'conditions' 2948 ], # 'conditions'
2949 } 2949 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698