File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ group("flutter") {
73
73
74
74
if (is_win ) {
75
75
public_deps += [
76
+ " $flutter_root /shell/platform/windows:flutter_windows_unittests" ,
76
77
" $flutter_root /shell/platform/windows/client_wrapper:client_wrapper_windows_unittests" ,
77
- " $flutter_root /shell/platform/windows:flutter_windows_unittests"
78
78
]
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ if (is_fuchsia_host || is_fuchsia) {
19
19
" //third_party/dart-pkg/pub/path" ,
20
20
" //third_party/dart-pkg/pub/usage" ,
21
21
" //third_party/dart/pkg/build_integration" ,
22
- " //third_party/dart/pkg/frontend_server" ,
23
22
" //third_party/dart/pkg/front_end" ,
23
+ " //third_party/dart/pkg/frontend_server" ,
24
24
" //third_party/dart/pkg/kernel" ,
25
25
" //third_party/dart/pkg/vm" ,
26
26
]
@@ -39,4 +39,3 @@ if (is_fuchsia_host || is_fuchsia) {
39
39
]
40
40
}
41
41
}
42
-
Original file line number Diff line number Diff line change @@ -109,23 +109,24 @@ executable("flutter_windows_unittests") {
109
109
testonly = true
110
110
111
111
sources = [
112
- " win32_window_unittests.cc" ,
113
- " testing/win32_flutter_window_test.h" ,
114
112
" testing/win32_flutter_window_test.cc" ,
113
+ " testing/win32_flutter_window_test.h" ,
114
+ " win32_window_unittests.cc" ,
115
115
]
116
116
117
117
public_configs = [ " $flutter_root :config" ]
118
118
119
119
deps = [
120
- " :flutter_windows_source" ,
121
- " :flutter_windows_headers" ,
122
- " //third_party/rapidjson" ,
123
120
" :flutter_windows_fixtures" ,
121
+ " :flutter_windows_headers" ,
122
+ " :flutter_windows_source" ,
124
123
" $flutter_root /testing" ,
124
+
125
125
# TODO(chunhtai ): Consider refactoring flutter_root/testing so that there's a testing
126
126
# target that doesn't require a Dart runtime to be linked in.
127
127
# https://github.com/flutter/flutter/issues/41414.
128
128
" //third_party/dart/runtime:libdart_jit" ,
129
+ " //third_party/rapidjson" ,
129
130
]
130
131
}
131
132
You can’t perform that action at this time.
0 commit comments