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

Side by Side Diff: WATCHLISTS

Issue 2710573004: Create Android Studio chromium style configuration. (Closed)
Patch Set: Update checkstyle error message to refer to Android Studio setup too Created 3 years, 10 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 | « no previous file | docs/android_studio.md » ('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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 }, 59 },
60 'android_media': { 60 'android_media': {
61 'filepath': 'content/browser/media/android' \ 61 'filepath': 'content/browser/media/android' \
62 '|content/renderer/media/android' \ 62 '|content/renderer/media/android' \
63 '|media/audio/android' \ 63 '|media/audio/android' \
64 '|media/base/android' \ 64 '|media/base/android' \
65 '|media/midi/*_android.*' \ 65 '|media/midi/*_android.*' \
66 '|media/video/capture/android' 66 '|media/video/capture/android'
67 }, 67 },
68 'android_studio': { 68 'android_studio': {
69 'filepath': 'build/android/gradle/' 69 'filepath': 'build/android/gradle/' \
70 '|docs/android_studio.md' \
71 '|tools/android/android_studio'
agrieve 2017/02/23 01:41:36 hmm, perhaps we should move build/android/gradle u
nyquist 2017/02/24 07:26:27 Yeah, I guess that might make sense. I guess it de
70 }, 72 },
71 'android_tab': { 73 'android_tab': {
72 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' 74 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab'
73 }, 75 },
74 'android_uma_settings': { 76 'android_uma_settings': {
75 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferenc es/privacy/UsageAndCrashReportsPreferenceFragment.java|'\ 77 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferenc es/privacy/UsageAndCrashReportsPreferenceFragment.java|'\
76 'chrome/android/java/src/org/chromium/chrome/browser/preferenc es/privacy/PrivacyPreferencesManager.java|'\ 78 'chrome/android/java/src/org/chromium/chrome/browser/preferenc es/privacy/PrivacyPreferencesManager.java|'\
77 'chrome/android/java/src/org/chromium/chrome/browser/preferenc es/privacy/PrivacyPreferences.java|'\ 79 'chrome/android/java/src/org/chromium/chrome/browser/preferenc es/privacy/PrivacyPreferences.java|'\
78 'chrome/android/java/src/org/chromium/chrome/browser/metrics/U maSessionStats.java', 80 'chrome/android/java/src/org/chromium/chrome/browser/metrics/U maSessionStats.java',
79 }, 81 },
(...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 'raymes+watch@chromium.org'], 2137 'raymes+watch@chromium.org'],
2136 'windows_sandboxing': ['pennymac+watch@chromium.org', 2138 'windows_sandboxing': ['pennymac+watch@chromium.org',
2137 'wfh+watch@chromium.org'], 2139 'wfh+watch@chromium.org'],
2138 'x11': ['derat+watch@chromium.org', 2140 'x11': ['derat+watch@chromium.org',
2139 'sadrul@chromium.org', 2141 'sadrul@chromium.org',
2140 'yusukes+watch@chromium.org'], 2142 'yusukes+watch@chromium.org'],
2141 'xml': ['dominicc+watchlist@chromium.org'], 2143 'xml': ['dominicc+watchlist@chromium.org'],
2142 'zoom': ['wjmaclean@chromium.org'], 2144 'zoom': ['wjmaclean@chromium.org'],
2143 }, 2145 },
2144 } 2146 }
OLDNEW
« no previous file with comments | « no previous file | docs/android_studio.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698