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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: component_map.json
diff --git a/component_map.json b/component_map.json
new file mode 100644
index 0000000000000000000000000000000000000000..f89bae1c45fb82f28cd52257864d61702866bb88
--- /dev/null
+++ b/component_map.json
@@ -0,0 +1,47 @@
+{
+ "AAA-README": [
+ "",
+ "This file is generated by src/tools/checkteamtags/extract_components.py",
+ "by parsing the contents of OWNERS files throughout the chromium source code and",
+ "extracting `# TEAM:` and `# COMPONENT:` tags.",
+ "",
+ "Manual edits of this file will be overwritten by an automated process."
+ ],
+ "component-to-team": {
+ "Blink>DOM": "dom-dev@chromium.org",
+ "Blink>Editing": "editing-dev@chromium.org",
+ "Blink>Forms": "dom-dev@chromium.org",
+ "Blink>HTML": "dom-dev@chromium.org",
+ "Blink>HTML>Parser": "loading-dev@chromium.org",
+ "Blink>PushAPI": "push-notifications-dev@chromium.org",
+ "Blink>Scheduling": "scheduler-dev@chromium.org",
+ "Blink>WebMIDI": "midi-dev@chromium.org",
+ "Blink>XML": "dom-dev@chromium.org",
+ "Internals>Network": "net-dev@chromium.org",
+ "UI>Notifications": "push-notifications-dev@chromium.org"
+ },
+ "dir-to-component": {
+ "chrome/android/java/src/org/chromium/chrome/browser/notifications": "UI>Notifications",
+ "chrome/browser/notifications": "UI>Notifications",
+ "chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/notifications": "UI>Notifications",
+ "content/browser/loader": "Internals>Network",
+ "content/browser/notifications": "UI>Notifications",
+ "content/browser/push_messaging": "Blink>PushAPI",
+ "content/child/notifications": "UI>Notifications",
+ "media/midi": "Blink>WebMIDI",
+ "third_party/WebKit": "Blink",
+ "third_party/WebKit/Source/core/dom": "Blink>DOM",
+ "third_party/WebKit/Source/core/editing": "Blink>Editing",
+ "third_party/WebKit/Source/core/html": "Blink>HTML",
+ "third_party/WebKit/Source/core/html/forms": "Blink>Forms",
+ "third_party/WebKit/Source/core/html/parser": "Blink>HTML>Parser",
+ "third_party/WebKit/Source/core/xml": "Blink>XML",
+ "third_party/WebKit/Source/modules/notifications": "UI>Notifications",
+ "third_party/WebKit/Source/modules/webmidi": "Blink>WebMIDI",
+ "third_party/WebKit/Source/platform/scheduler": "Blink>Scheduling",
+ "third_party/WebKit/Source/web/resources": "Blink>Forms",
+ "third_party/WebKit/public/platform/modules/notifications": "UI>Notifications",
+ "third_party/WebKit/public/platform/modules/webmidi": "Blink>WebMIDI",
+ "third_party/WebKit/public/platform/scheduler": "Blink>Scheduling"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698