Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
afe79077
Unverified
Commit
afe79077
authored
Jan 15, 2021
by
Niklas Schulze
Committed by
GitHub
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] copy flutter_texture_registrar.h header on Windows (#61098)
parent
ac1ebf48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
windows.dart
...s/flutter_tools/lib/src/build_system/targets/windows.dart
+1
-0
CMakeLists.txt
...r_tools/templates/app/windows.tmpl/flutter/CMakeLists.txt
+1
-0
windows_test.dart
...test/general.shard/build_system/targets/windows_test.dart
+4
-0
No files found.
packages/flutter_tools/lib/src/build_system/targets/windows.dart
View file @
afe79077
...
...
@@ -22,6 +22,7 @@ const List<String> _kWindowsArtifacts = <String>[
'flutter_export.h'
,
'flutter_messenger.h'
,
'flutter_plugin_registrar.h'
,
'flutter_texture_registrar.h'
,
'flutter_windows.h'
,
];
...
...
packages/flutter_tools/templates/app/windows.tmpl/flutter/CMakeLists.txt
View file @
afe79077
...
...
@@ -23,6 +23,7 @@ list(APPEND FLUTTER_LIBRARY_HEADERS
"flutter_windows.h"
"flutter_messenger.h"
"flutter_plugin_registrar.h"
"flutter_texture_registrar.h"
)
list
(
TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND
"
${
EPHEMERAL_DIR
}
/"
)
add_library
(
flutter INTERFACE
)
...
...
packages/flutter_tools/test/general.shard/build_system/targets/windows_test.dart
View file @
afe79077
...
...
@@ -56,6 +56,7 @@ void main() {
'
$windowsDesktopPath
\\
flutter_windows.dll.lib'
,
'
$windowsDesktopPath
\\
flutter_windows.dll.pdb'
,
'
$windowsDesktopPath
\\
flutter_plugin_registrar.h'
,
'
$windowsDesktopPath
\\
flutter_texture_registrar.h'
,
'
$windowsDesktopPath
\\
flutter_windows.h'
,
icuData
,
'
$windowsCppClientWrapper
\\
foo'
,
...
...
@@ -79,6 +80,7 @@ void main() {
expect
(
fileSystem
.
file
(
r'C:\windows\flutter\ephemeral\flutter_export.h'
),
exists
);
expect
(
fileSystem
.
file
(
r'C:\windows\flutter\ephemeral\flutter_messenger.h'
),
exists
);
expect
(
fileSystem
.
file
(
r'C:\windows\flutter\ephemeral\flutter_plugin_registrar.h'
),
exists
);
expect
(
fileSystem
.
file
(
r'C:\windows\flutter\ephemeral\flutter_texture_registrar.h'
),
exists
);
expect
(
fileSystem
.
file
(
r'C:\windows\flutter\ephemeral\flutter_windows.h'
),
exists
);
expect
(
fileSystem
.
file
(
'C:
\\
windows
\\
flutter
\\
ephemeral
\\
$icuData
'
),
exists
);
expect
(
fileSystem
.
file
(
'C:
\\
windows
\\
flutter
\\
ephemeral
\\
$windowsCppClientWrapper
\\
foo'
),
exists
);
...
...
@@ -103,6 +105,7 @@ void main() {
'
$windowsDesktopPath
\\
flutter_windows.dll.lib'
,
'
$windowsDesktopPath
\\
flutter_windows.dll.pdb'
,
'
$windowsDesktopPath
\\
flutter_plugin_registrar.h'
,
'
$windowsDesktopPath
\\
flutter_texture_registrar.h'
,
'
$windowsDesktopPath
\\
flutter_windows.h'
,
icuData
,
'
$windowsCppClientWrapper
\\
foo'
,
...
...
@@ -115,6 +118,7 @@ void main() {
r'C:\windows\flutter\ephemeral\flutter_windows.dll.lib'
,
r'C:\windows\flutter\ephemeral\flutter_windows.dll.pdb'
,
r'C:\windows\flutter\ephemeral\flutter_plugin_registrar.h'
,
r'C:\windows\flutter\ephemeral\flutter_texture_registrar.h'
,
r'C:\windows\flutter\ephemeral\flutter_windows.h'
,
'C:
\\
windows
\\
flutter
\\
ephemeral
\\
$icuData
'
,
'C:
\\
windows
\\
flutter
\\
ephemeral
\\
$windowsCppClientWrapper
\\
foo'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment