Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 61586de

Browse files
authored
Move impeller-cmake-example to flutter/third_party. (#53589)
... as part of buildmoot. I _think_ this is all that is needed but am not confident.
1 parent e03cf86 commit 61586de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ deps = {
10081008
'dep_type': 'cipd',
10091009
},
10101010

1011-
'src/third_party/impeller-cmake-example': {
1011+
'src/flutter/third_party/impeller-cmake-example': {
10121012
'url': Var('flutter_git') + '/third_party/impeller-cmake-example.git' + '@' + '9f8298ec31dcbebbf019bd487888166abf2f55e6',
10131013
'condition': 'download_impeller_cmake_example',
10141014
},
@@ -1136,7 +1136,7 @@ hooks = [
11361136
'python3',
11371137
'src/flutter/ci/impeller_cmake_build_test.py',
11381138
'--path',
1139-
'third_party/impeller-cmake-example',
1139+
'flutter/third_party/impeller-cmake-example',
11401140
'--setup',
11411141
]
11421142
},

tools/gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def to_gn_wasm_args(args, gn_args):
824824

825825

826826
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')
828828
if not os.path.isdir(os.path.join(SRC_ROOT, impeller_cmake_dir)):
829829
print('The Impeller cmake example directory "{}" does not exist'.format(impeller_cmake_dir))
830830
return 1

0 commit comments

Comments
 (0)