@@ -93,6 +93,16 @@ final Set<String> skippedPaths = <String>{
9393 r'flutter/third_party/libwebp/webp_js' ,
9494 r'flutter/third_party/ninja' , // build system
9595 r'flutter/third_party/ocmock' , // only used for tests
96+ r'flutter/third_party/perfetto/debian' , // contains nothing that ends up in the binary executable
97+ r'flutter/third_party/perfetto/infra' , // contains nothing that ends up in the binary executable
98+ r'flutter/third_party/perfetto/protos' , // contains nothing that ends up in the binary executable
99+ r'flutter/third_party/perfetto/python/perfetto/trace_processor' , // contains nothing that ends up in the binary executable
100+ r'flutter/third_party/perfetto/src/ipc' , // contains nothing that ends up in the binary executable
101+ r'flutter/third_party/perfetto/src/profiling/memory' , // contains nothing that ends up in the binary executable
102+ r'flutter/third_party/perfetto/src/tools' , // contains nothing that ends up in the binary executable
103+ r'flutter/third_party/perfetto/src/trace_processor' , // contains nothing that ends up in the binary executable
104+ r'flutter/third_party/perfetto/src/traced' , // contains nothing that ends up in the binary executable
105+ r'flutter/third_party/perfetto/src/tracing' , // contains nothing that ends up in the binary executable
96106 r'flutter/third_party/pkg/archive' , // contains nothing that ends up in the binary executable
97107 r'flutter/third_party/pkg/equatable' ,
98108 r'flutter/third_party/pkg/flutter_packages' ,
@@ -207,16 +217,6 @@ final Set<String> skippedPaths = <String>{
207217 r'third_party/libcxx/utils' ,
208218 r'third_party/libcxxabi/www' ,
209219 r'third_party/libxml' , // dependency of the testing system that we don't actually use
210- r'third_party/perfetto/debian' , // contains nothing that ends up in the binary executable
211- r'third_party/perfetto/infra' , // contains nothing that ends up in the binary executable
212- r'third_party/perfetto/protos' , // contains nothing that ends up in the binary executable
213- r'third_party/perfetto/python/perfetto/trace_processor' , // contains nothing that ends up in the binary executable
214- r'third_party/perfetto/src/ipc' , // contains nothing that ends up in the binary executable
215- r'third_party/perfetto/src/profiling/memory' , // contains nothing that ends up in the binary executable
216- r'third_party/perfetto/src/tools' , // contains nothing that ends up in the binary executable
217- r'third_party/perfetto/src/trace_processor' , // contains nothing that ends up in the binary executable
218- r'third_party/perfetto/src/traced' , // contains nothing that ends up in the binary executable
219- r'third_party/perfetto/src/tracing' , // contains nothing that ends up in the binary executable
220220 r'third_party/web_dependencies/canvaskit' , // redundant; covered by Skia dependencies
221221 r'third_party/zlib/contrib/minizip/miniunz.c' , // sample file
222222 r'third_party/zlib/contrib/minizip/minizip.c' , // sample file
0 commit comments