|
25 | 25 | - '**/linux/**/*' |
26 | 26 | - '**/macos/**/*' |
27 | 27 | - '**/windows/**/*' |
| 28 | + - engine/src/flutter/shell/platform/darwin/common/**/* |
28 | 29 |
|
29 | 30 | 'a: internationalization': |
30 | 31 | - changed-files: |
|
60 | 61 | - any-glob-to-any-file: |
61 | 62 | - examples/**/* |
62 | 63 |
|
| 64 | +'e: embedder': |
| 65 | + - changed-files: |
| 66 | + - any-glob-to-any-file: |
| 67 | + - engine/src/flutter/shell/platform/embedder |
| 68 | + |
| 69 | +'e: impeller': |
| 70 | + - changed-files: |
| 71 | + - any-glob-to-any-file: |
| 72 | + - engine/src/flutter/impeller/**/* |
| 73 | + |
63 | 74 | engine: |
64 | 75 | - changed-files: |
65 | 76 | - any-glob-to-any-file: |
@@ -139,18 +150,44 @@ platform-android: |
139 | 150 | - changed-files: |
140 | 151 | - any-glob-to-any-file: |
141 | 152 | - docs/platform/android/**/* |
| 153 | + - engine/src/flutter/shell/platform/android/**/* |
142 | 154 | - packages/flutter_tools/*android*' |
143 | 155 | - packages/flutter_tools/gradle/**/* |
144 | 156 |
|
145 | 157 | platform-ios: |
146 | 158 | - changed-files: |
147 | 159 | - any-glob-to-any-file: |
| 160 | + - engine/src/flutter/shell/platform/darwin/common/**/* |
| 161 | + - engine/src/flutter/shell/platform/darwin/ios/**/* |
148 | 162 | - packages/flutter_tools/lib/src/ios/**/* |
149 | 163 |
|
| 164 | +platform-fuchsia: |
| 165 | + - changed-files: |
| 166 | + - any-glob-to-any-file: |
| 167 | + - engine/src/flutter/shell/platform/fuchsia/**/* |
| 168 | + |
| 169 | +platform-linux: |
| 170 | + - changed-files: |
| 171 | + - any-glob-to-any-file: |
| 172 | + - engine/src/flutter/shell/platform/linux/**/* |
| 173 | + |
| 174 | +platform-macos: |
| 175 | + - changed-files: |
| 176 | + - any-glob-to-any-file: |
| 177 | + - engine/src/flutter/src/flutter/shell/platform/darwin/common/**/* |
| 178 | + - engine/src/flutter/shell/platform/darwin/macos/**/* |
| 179 | + |
150 | 180 | platform-web: |
151 | 181 | - changed-files: |
152 | 182 | - any-glob-to-any-file: |
153 | | - - packages/flutter_web_plugins/**/* |
| 183 | + - '**/web_sdk/**/*' |
| 184 | + - engine/src/flutter/lib/web_ui/**/* |
| 185 | + - packages/flutter_web_plugins |
| 186 | + |
| 187 | +platform-windows: |
| 188 | + - changed-files: |
| 189 | + - any-glob-to-any-file: |
| 190 | + - engine/src/flutter/shell/platform/windows/**/* |
154 | 191 |
|
155 | 192 | 'customer: gallery': |
156 | 193 | - changed-files: |
|
0 commit comments