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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2149883002: Use the same codepath for NOTIFICATIONS and PUSH_MESSAGING permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 '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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 210 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
211 'browser/profiles/profile_attributes_storage_unittest.cc', 211 'browser/profiles/profile_attributes_storage_unittest.cc',
212 'browser/profiles/profile_avatar_icon_util_unittest.cc', 212 'browser/profiles/profile_avatar_icon_util_unittest.cc',
213 'browser/profiles/profile_downloader_unittest.cc', 213 'browser/profiles/profile_downloader_unittest.cc',
214 'browser/profiles/profile_info_cache_unittest.cc', 214 'browser/profiles/profile_info_cache_unittest.cc',
215 'browser/profiles/profile_info_cache_unittest.h', 215 'browser/profiles/profile_info_cache_unittest.h',
216 'browser/profiles/profile_manager_unittest.cc', 216 'browser/profiles/profile_manager_unittest.cc',
217 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 217 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
218 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', 218 'browser/push_messaging/push_messaging_app_identifier_unittest.cc',
219 'browser/push_messaging/push_messaging_notification_manager_unittest.cc', 219 'browser/push_messaging/push_messaging_notification_manager_unittest.cc',
220 'browser/push_messaging/push_messaging_permission_context_unittest.cc',
221 'browser/push_messaging/push_messaging_service_unittest.cc', 220 'browser/push_messaging/push_messaging_service_unittest.cc',
222 'browser/renderer_host/chrome_navigation_data_unittest.cc', 221 'browser/renderer_host/chrome_navigation_data_unittest.cc',
223 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm', 222 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u nit_test.mm',
224 'browser/renderer_host/chrome_resource_dispatcher_host_delegate_unittest.c c', 223 'browser/renderer_host/chrome_resource_dispatcher_host_delegate_unittest.c c',
225 'browser/resources_util_unittest.cc', 224 'browser/resources_util_unittest.cc',
226 'browser/search/contextual_search_policy_handler_android_unittest.cc', 225 'browser/search/contextual_search_policy_handler_android_unittest.cc',
227 'browser/search/iframe_source_unittest.cc', 226 'browser/search/iframe_source_unittest.cc',
228 'browser/search/thumbnail_source_unittest.cc', 227 'browser/search/thumbnail_source_unittest.cc',
229 'browser/search_engines/search_provider_install_data_unittest.cc', 228 'browser/search_engines/search_provider_install_data_unittest.cc',
230 229
(...skipping 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 'dependencies': [ 3026 'dependencies': [
3028 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3029 ], 3028 ],
3030 }], 3029 }],
3031 ], 3030 ],
3032 }, 3031 },
3033 ], 3032 ],
3034 }], 3033 }],
3035 ], # 'conditions' 3034 ], # 'conditions'
3036 } 3035 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698