Commit 3fc077c8 authored by Miyoung Shin's avatar Miyoung Shin Committed by Commit Bot

Update watchlist in accordance with changing mojo directories.

The */interfaces and */mojo directories paths were changed to
*/mojom recently.
This CL updates mojo paths in accordance with that changes and
fixes the wrong path of wallpaper.mojom.

Bug: 990423
Change-Id: I8f9415f161b2fb82765ce7f9294d39bf55b1774c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1734174Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Cr-Commit-Position: refs/heads/master@{#684194}
parent 4906c103
...@@ -119,9 +119,6 @@ ...@@ -119,9 +119,6 @@
'arc_auth': { 'arc_auth': {
'filepath': 'chrome/browser/chromeos/arc/arc_auth' 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
}, },
'arc_common': {
'filepath': 'components/arc/common/',
},
'arc_ime': { 'arc_ime': {
'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\ 'filepath': 'chrome/browser/chromeos/arc/input_method_manager/'\
'|components/arc/ime/' '|components/arc/ime/'
...@@ -131,6 +128,9 @@ ...@@ -131,6 +128,9 @@
'|components/arc/kiosk/'\ '|components/arc/kiosk/'\
'|arc_kiosk' '|arc_kiosk'
}, },
'arc_mojom': {
'filepath': 'components/arc/mojom/',
},
'arc_net': { 'arc_net': {
'filepath': 'components/arc/net/', 'filepath': 'components/arc/net/',
}, },
...@@ -1015,7 +1015,7 @@ ...@@ -1015,7 +1015,7 @@
'extensions/browser/api/guest_view|'\ 'extensions/browser/api/guest_view|'\
'extensions/browser/guest_view|'\ 'extensions/browser/guest_view|'\
'extensions/common/guest_view|'\ 'extensions/common/guest_view|'\
'extensions/common/mojo/guest_view.mojom|'\ 'extensions/common/mojom/guest_view.mojom|'\
'extensions/common/api/*view*.json|'\ 'extensions/common/api/*view*.json|'\
'extensions/renderer/guest_view', 'extensions/renderer/guest_view',
}, },
...@@ -1168,7 +1168,7 @@ ...@@ -1168,7 +1168,7 @@
'media_remoting': { 'media_remoting': {
'filepath': 'chrome/browser/media/cast_remoting'\ 'filepath': 'chrome/browser/media/cast_remoting'\
'|media/blink/webmediaplayer_'\ '|media/blink/webmediaplayer_'\
'|media/mojo/interfaces/remoting.mojom'\ '|media/mojo/mojom/remoting.mojom'\
'|media/remoting/', '|media/remoting/',
}, },
'media_router': { 'media_router': {
...@@ -1663,7 +1663,7 @@ ...@@ -1663,7 +1663,7 @@
'|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\
'|media/base/video_frame\.h'\ '|media/base/video_frame\.h'\
'|media/capture/'\ '|media/capture/'\
'|services/viz/privileged/interfaces/compositing/frame_sink', '|services/viz/privileged/mojom/compositing/frame_sink',
}, },
'tab_contents': { 'tab_contents': {
'filepath': 'chrome/browser/tab_contents/|'\ 'filepath': 'chrome/browser/tab_contents/|'\
...@@ -1814,7 +1814,7 @@ ...@@ -1814,7 +1814,7 @@
'filepath': 'wake_lock', 'filepath': 'wake_lock',
}, },
'wallpapers': { 'wallpapers': {
'filepath': 'ash/public/interfaces/wallpaper.mojom'\ 'filepath': 'components/arc/common/wallpaper.mojom'\
'|ash/wallpaper/'\ '|ash/wallpaper/'\
'|chrome/browser/resources/chromeos/wallpaper_manager/', '|chrome/browser/resources/chromeos/wallpaper_manager/',
}, },
...@@ -1952,9 +1952,9 @@ ...@@ -1952,9 +1952,9 @@
'yusukes+watch@chromium.org', 'yusukes+watch@chromium.org',
'arc-reviews+chromium@google.com'], 'arc-reviews+chromium@google.com'],
'arc_auth': ['khmel+watch@chromium.org'], 'arc_auth': ['khmel+watch@chromium.org'],
'arc_common': ['hashimoto+watch@chromium.org'],
'arc_ime': ['yhanada+watch@chromium.org'], 'arc_ime': ['yhanada+watch@chromium.org'],
'arc_kiosk': ['poromov+watch@chromium.org'], 'arc_kiosk': ['poromov+watch@chromium.org'],
'arc_mojom': ['hashimoto+watch@chromium.org'],
'arc_net': ['abhishekbh@chromium.org', 'arc_net': ['abhishekbh@chromium.org',
'cernekee@chromium.org', 'cernekee@chromium.org',
'snanda@chromium.org'], 'snanda@chromium.org'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment