File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ deps = {
644
644
'packages' : [
645
645
{
646
646
'package' : 'gn/gn/${{platform}}' ,
647
- 'version' : 'git_revision:b79031308cc878488202beb99883ec1f2efd9a6d '
647
+ 'version' : 'git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd '
648
648
},
649
649
],
650
650
'dep_type' : 'cipd' ,
Original file line number Diff line number Diff line change @@ -114,10 +114,9 @@ if (is_mac) {
114
114
]
115
115
116
116
deps = [
117
- " //flutter/testing" ,
118
117
" :gpu_surface_metal" ,
119
- " //flutter/impeller/fixtures" ,
120
118
" //flutter/fml" ,
119
+ " //flutter/impeller/fixtures" ,
121
120
" //flutter/runtime" ,
122
121
" //flutter/runtime:libdart" ,
123
122
" //flutter/testing" ,
Original file line number Diff line number Diff line change @@ -520,11 +520,11 @@ if (enable_unittests) {
520
520
]
521
521
522
522
deps = [
523
- " tests/fakes" ,
524
523
" :flutter_runner_fixtures" ,
525
524
" :flutter_runner_sources" ,
526
525
" ${ fuchsia_sdk } /pkg/async-testing" ,
527
526
" ${ fuchsia_sdk } /pkg/sys_cpp_testing" ,
527
+ " tests/fakes" ,
528
528
" //flutter/shell/platform/common/client_wrapper:client_wrapper_library_stubs" ,
529
529
" //flutter/testing" ,
530
530
] + flutter_deps
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ template("make_utils") {
44
44
" ${ fuchsia_sdk } /pkg/async-loop-cpp" ,
45
45
" ${ fuchsia_sdk } /pkg/async-loop-default" ,
46
46
" ${ fuchsia_sdk } /pkg/fdio" ,
47
- " ${ fuchsia_sdk } /pkg/sys_cpp" ,
48
47
" ${ fuchsia_sdk } /pkg/inspect_component_cpp" ,
48
+ " ${ fuchsia_sdk } /pkg/sys_cpp" ,
49
49
" ${ fuchsia_sdk } /pkg/trace" ,
50
50
" ${ fuchsia_sdk } /pkg/vfs_cpp" ,
51
51
" ${ fuchsia_sdk } /pkg/zx" ,
Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ source_set("flutter_linux_sources") {
80
80
" fl_binary_messenger_private.h" ,
81
81
" fl_dart_project_private.h" ,
82
82
" fl_engine_private.h" ,
83
- " fl_keyboard_handler.h" ,
84
- " fl_keyboard_manager.h" ,
85
- " fl_key_event.h" ,
86
83
" fl_key_channel_responder.h" ,
87
84
" fl_key_embedder_responder.h" ,
88
85
" fl_key_embedder_responder_private.h" ,
86
+ " fl_key_event.h" ,
87
+ " fl_keyboard_handler.h" ,
88
+ " fl_keyboard_manager.h" ,
89
89
" fl_method_call_private.h" ,
90
90
" fl_method_channel_private.h" ,
91
91
" fl_method_codec_private.h" ,
You can’t perform that action at this time.
0 commit comments