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

Side by Side Diff: component_map.json

Issue 2611803003: Script to extract components from OWNERS files throughout the repo. (Closed)
Patch Set: Shortening name of generated file. Created 3 years, 11 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
OLDNEW
(Empty)
1 {
2 "AAA-README": [
3 "",
4 "This file is generated by src/tools/checkteamtags/extract_components.py",
5 "by parsing the contents of OWNERS files throughout the chromium source code and",
6 "extracting `# TEAM:` and `# COMPONENT:` tags.",
7 "",
8 "Manual edits of this file will be overwritten by an automated process."
9 ],
10 "component-to-team": {
11 "Blink>DOM": "dom-dev@chromium.org",
12 "Blink>Editing": "editing-dev@chromium.org",
13 "Blink>Forms": "dom-dev@chromium.org",
14 "Blink>HTML": "dom-dev@chromium.org",
15 "Blink>HTML>Parser": "loading-dev@chromium.org",
16 "Blink>PushAPI": "push-notifications-dev@chromium.org",
17 "Blink>Scheduling": "scheduler-dev@chromium.org",
18 "Blink>WebMIDI": "midi-dev@chromium.org",
19 "Blink>XML": "dom-dev@chromium.org",
20 "Internals>Network": "net-dev@chromium.org",
21 "UI>Notifications": "push-notifications-dev@chromium.org"
22 },
23 "dir-to-component": {
24 "chrome/android/java/src/org/chromium/chrome/browser/notifications": "UI>Not ifications",
25 "chrome/browser/notifications": "UI>Notifications",
26 "chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/not ifications": "UI>Notifications",
27 "content/browser/loader": "Internals>Network",
28 "content/browser/notifications": "UI>Notifications",
29 "content/browser/push_messaging": "Blink>PushAPI",
30 "content/child/notifications": "UI>Notifications",
31 "media/midi": "Blink>WebMIDI",
32 "third_party/WebKit": "Blink",
33 "third_party/WebKit/Source/core/dom": "Blink>DOM",
34 "third_party/WebKit/Source/core/editing": "Blink>Editing",
35 "third_party/WebKit/Source/core/html": "Blink>HTML",
36 "third_party/WebKit/Source/core/html/forms": "Blink>Forms",
37 "third_party/WebKit/Source/core/html/parser": "Blink>HTML>Parser",
38 "third_party/WebKit/Source/core/xml": "Blink>XML",
39 "third_party/WebKit/Source/modules/notifications": "UI>Notifications",
40 "third_party/WebKit/Source/modules/webmidi": "Blink>WebMIDI",
41 "third_party/WebKit/Source/platform/scheduler": "Blink>Scheduling",
42 "third_party/WebKit/Source/web/resources": "Blink>Forms",
43 "third_party/WebKit/public/platform/modules/notifications": "UI>Notification s",
44 "third_party/WebKit/public/platform/modules/webmidi": "Blink>WebMIDI",
45 "third_party/WebKit/public/platform/scheduler": "Blink>Scheduling"
46 }
47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698