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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1803973002: Content Settings: Add RevocationObserver to measure when permissions are revoked (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/browser/ui/website_settings/website_settings.cc ('k') | tools/metrics/rappor/rappor.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 '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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'browser/password_manager/chrome_password_manager_client_unittest.cc', 160 'browser/password_manager/chrome_password_manager_client_unittest.cc',
161 'browser/password_manager/password_manager_internals_service_unittest.cc', 161 'browser/password_manager/password_manager_internals_service_unittest.cc',
162 'browser/password_manager/password_store_mac_unittest.cc', 162 'browser/password_manager/password_store_mac_unittest.cc',
163 'browser/password_manager/password_store_proxy_mac_unittest.cc', 163 'browser/password_manager/password_store_proxy_mac_unittest.cc',
164 'browser/password_manager/password_store_win_unittest.cc', 164 'browser/password_manager/password_store_win_unittest.cc',
165 'browser/password_manager/password_store_x_unittest.cc', 165 'browser/password_manager/password_store_x_unittest.cc',
166 'browser/password_manager/simple_password_store_mac_unittest.cc', 166 'browser/password_manager/simple_password_store_mac_unittest.cc',
167 'browser/permissions/chooser_context_base_unittest.cc', 167 'browser/permissions/chooser_context_base_unittest.cc',
168 'browser/permissions/permission_context_base_unittest.cc', 168 'browser/permissions/permission_context_base_unittest.cc',
169 'browser/permissions/permission_manager_unittest.cc', 169 'browser/permissions/permission_manager_unittest.cc',
170 'browser/permissions/permission_util_unittest.cc',
170 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', 171 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc',
171 'browser/policy/cloud/remote_commands_invalidator_unittest.cc', 172 'browser/policy/cloud/remote_commands_invalidator_unittest.cc',
172 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 173 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
173 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 174 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
174 'browser/policy/javascript_policy_handler_unittest.cc', 175 'browser/policy/javascript_policy_handler_unittest.cc',
175 'browser/policy/managed_bookmarks_policy_handler_unittest.cc', 176 'browser/policy/managed_bookmarks_policy_handler_unittest.cc',
176 'browser/policy/policy_path_parser_unittest.cc', 177 'browser/policy/policy_path_parser_unittest.cc',
177 'browser/policy/profile_policy_connector_unittest.cc', 178 'browser/policy/profile_policy_connector_unittest.cc',
178 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 179 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
179 'browser/predictors/autocomplete_action_predictor_unittest.cc', 180 'browser/predictors/autocomplete_action_predictor_unittest.cc',
(...skipping 2817 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'dependencies': [ 2998 'dependencies': [
2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2999 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2999 ], 3000 ],
3000 }], 3001 }],
3001 ], 3002 ],
3002 }, 3003 },
3003 ], 3004 ],
3004 }], 3005 }],
3005 ], # 'conditions' 3006 ], # 'conditions'
3006 } 3007 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698