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
889e35b3
Unverified
Commit
889e35b3
authored
Jan 03, 2023
by
CicadaCinema
Committed by
GitHub
Jan 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos (#117592)
parent
6b9f1c22
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
dart_test.yaml
dev/conductor/core/dart_test.yaml
+1
-1
CMakeLists.txt.tmpl
...tools/templates/plugin_ffi/linux.tmpl/CMakeLists.txt.tmpl
+2
-2
CMakeLists.txt.tmpl
...ols/templates/plugin_ffi/windows.tmpl/CMakeLists.txt.tmpl
+2
-2
No files found.
dev/conductor/core/dart_test.yaml
View file @
889e35b3
# codesign_integration_test takes longer than the default timeout which is 30s
# since it has to clone both the engine and framework repos, and that test is running
# asynchronously. The async function is being awaited more than 30s which counts as inactivity
# The default timeout needs to be extended to accomodate codesign_integration_test
# The default timeout needs to be extended to accom
m
odate codesign_integration_test
timeout
:
5m
packages/flutter_tools/templates/plugin_ffi/linux.tmpl/CMakeLists.txt.tmpl
View file @
889e35b3
...
...
@@ -8,7 +8,7 @@ set(PROJECT_NAME "{{projectName}}")
project(${PROJECT_NAME} LANGUAGES CXX)
# Invoke the build for native code shared with the other target platforms.
# This can be changed to accomodate different builds.
# This can be changed to accom
m
odate different builds.
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DIR}/shared")
# List of absolute paths to libraries that should be bundled with the plugin.
...
...
@@ -16,7 +16,7 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DI
# external build triggered from this build file.
set({{projectName}}_bundled_libraries
# Defined in ../src/CMakeLists.txt.
# This can be changed to accomodate different builds.
# This can be changed to accom
m
odate different builds.
$<TARGET_FILE:{{projectName}}>
PARENT_SCOPE
)
packages/flutter_tools/templates/plugin_ffi/windows.tmpl/CMakeLists.txt.tmpl
View file @
889e35b3
...
...
@@ -9,7 +9,7 @@ set(PROJECT_NAME "{{projectName}}")
project(${PROJECT_NAME} LANGUAGES CXX)
# Invoke the build for native code shared with the other target platforms.
# This can be changed to accomodate different builds.
# This can be changed to accom
m
odate different builds.
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DIR}/shared")
# List of absolute paths to libraries that should be bundled with the plugin.
...
...
@@ -17,7 +17,7 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DI
# external build triggered from this build file.
set({{projectName}}_bundled_libraries
# Defined in ../src/CMakeLists.txt.
# This can be changed to accomodate different builds.
# This can be changed to accom
m
odate different builds.
$<TARGET_FILE:{{projectName}}>
PARENT_SCOPE
)
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