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

Side by Side Diff: WATCHLISTS

Issue 20873002: Added support for the content protection profile to AttestationFlow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 4 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 | « no previous file | chrome/browser/chromeos/attestation/attestation_policy_observer.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'filepath': 'chrome/browser/ui/views', 149 'filepath': 'chrome/browser/ui/views',
150 }, 150 },
151 'chromedriver': { 151 'chromedriver': {
152 'filepath': 'chrome/test/chromedriver' 152 'filepath': 'chrome/test/chromedriver'
153 }, 153 },
154 'chromeos': { 154 'chromeos': {
155 'filepath': 'chromeos/', 155 'filepath': 'chromeos/',
156 }, 156 },
157 'chromeos_attestation': { 157 'chromeos_attestation': {
158 'filepath': 'chromeos/attestation/|'\ 158 'filepath': 'chromeos/attestation/|'\
159 'chrome/browser/chromeos/attestation/', 159 'chrome/browser/chromeos/attestation/|'\
160 'chrome/browser/extensions/api/enterprise_platform_keys_privat e/',
160 }, 161 },
161 'chromeos_calculator': { 162 'chromeos_calculator': {
162 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', 163 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/',
163 }, 164 },
164 'chromeos_login': { 165 'chromeos_login': {
165 'filepath': 'chrome/browser/chromeos/login/|'\ 166 'filepath': 'chrome/browser/chromeos/login/|'\
166 'chrome/browser/ui/webui/chromeos/login/|'\ 167 'chrome/browser/ui/webui/chromeos/login/|'\
167 'chrome/browser/resources/chromeos/login/', 168 'chrome/browser/resources/chromeos/login/',
168 }, 169 },
169 'chromeos_net': { 170 'chromeos_net': {
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'views': ['tfarina@chromium.org'], 788 'views': ['tfarina@chromium.org'],
788 'views_core': ['ben+watch@chromium.org'], 789 'views_core': ['ben+watch@chromium.org'],
789 'website_settings': ['markusheintz@chromium.org'], 790 'website_settings': ['markusheintz@chromium.org'],
790 'webkit': ['darin-cc@chromium.org'], 791 'webkit': ['darin-cc@chromium.org'],
791 'worker': ['jam@chromium.org'], 792 'worker': ['jam@chromium.org'],
792 'x11': ['derat+watch@chromium.org', 793 'x11': ['derat+watch@chromium.org',
793 'sadrul@chromium.org', 794 'sadrul@chromium.org',
794 'yusukes+watch@chromium.org'], 795 'yusukes+watch@chromium.org'],
795 }, 796 },
796 } 797 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/attestation/attestation_policy_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698