File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,29 @@ def __step_config(ctx, step_config):
67
67
"canonicalize_dir" : True ,
68
68
"timeout" : "2m" ,
69
69
},
70
- {
71
- # TODO: crbug.com/396220357 - fix too many remote input files.
72
- "name" : "android/turbine/b396220357" ,
73
- "action_outs" : ["./obj/chrome/test/unit_tests__apk.turbine.jar" ],
74
- "remote" : False ,
75
- },
76
70
{
77
71
"name" : "android/turbine" ,
78
72
"command_prefix" : "python3 ../../build/android/gyp/turbine.py" ,
79
73
"handler" : "android_turbine" ,
74
+ # TODO: crbug.com/396220357 - fix gn to remove unnecessary deps
75
+ "exclude_input_patterns" : [
76
+ "*.a" ,
77
+ "*.cc" ,
78
+ "*.cpp" ,
79
+ "*.h" ,
80
+ "*.html" ,
81
+ "*.inc" ,
82
+ "*.info" ,
83
+ "*.js" ,
84
+ "*.map" ,
85
+ "*.o" ,
86
+ "*.pak" ,
87
+ "*.proto" ,
88
+ "*.sql" ,
89
+ "*.stamp" ,
90
+ "*.svg" ,
91
+ "*.xml" ,
92
+ ],
80
93
"remote" : remote_run ,
81
94
"platform_ref" : "large" ,
82
95
"canonicalize_dir" : True ,
You can’t perform that action at this time.
0 commit comments