This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ deps = {
1008
1008
'dep_type' : 'cipd' ,
1009
1009
},
1010
1010
1011
- 'src/third_party/impeller-cmake-example' : {
1011
+ 'src/flutter/ third_party/impeller-cmake-example' : {
1012
1012
'url' : Var ('flutter_git' ) + '/third_party/impeller-cmake-example.git' + '@' + '9f8298ec31dcbebbf019bd487888166abf2f55e6' ,
1013
1013
'condition' : 'download_impeller_cmake_example' ,
1014
1014
},
@@ -1136,7 +1136,7 @@ hooks = [
1136
1136
'python3' ,
1137
1137
'src/flutter/ci/impeller_cmake_build_test.py' ,
1138
1138
'--path' ,
1139
- 'third_party/impeller-cmake-example' ,
1139
+ 'flutter/ third_party/impeller-cmake-example' ,
1140
1140
'--setup' ,
1141
1141
]
1142
1142
},
Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ def to_gn_wasm_args(args, gn_args):
824
824
825
825
826
826
def run_impeller_cmake(args):
827
- impeller_cmake_dir = os.path.join('third_party', 'impeller-cmake-example')
827
+ impeller_cmake_dir = os.path.join('flutter', ' third_party', 'impeller-cmake-example')
828
828
if not os.path.isdir(os.path.join(SRC_ROOT, impeller_cmake_dir)):
829
829
print('The Impeller cmake example directory "{}" does not exist'.format(impeller_cmake_dir))
830
830
return 1
You can’t perform that action at this time.
0 commit comments