diff --git a/DEPS b/DEPS index 55f75ea2ca115..a4ae0e63801d2 100644 --- a/DEPS +++ b/DEPS @@ -1008,7 +1008,7 @@ deps = { 'dep_type': 'cipd', }, - 'src/third_party/impeller-cmake-example': { + 'src/flutter/third_party/impeller-cmake-example': { 'url': Var('flutter_git') + '/third_party/impeller-cmake-example.git' + '@' + '9f8298ec31dcbebbf019bd487888166abf2f55e6', 'condition': 'download_impeller_cmake_example', }, @@ -1136,7 +1136,7 @@ hooks = [ 'python3', 'src/flutter/ci/impeller_cmake_build_test.py', '--path', - 'third_party/impeller-cmake-example', + 'flutter/third_party/impeller-cmake-example', '--setup', ] }, diff --git a/tools/gn b/tools/gn index e90065d524864..ac3cd935881a0 100755 --- a/tools/gn +++ b/tools/gn @@ -824,7 +824,7 @@ def to_gn_wasm_args(args, gn_args): def run_impeller_cmake(args): - impeller_cmake_dir = os.path.join('third_party', 'impeller-cmake-example') + impeller_cmake_dir = os.path.join('flutter', 'third_party', 'impeller-cmake-example') if not os.path.isdir(os.path.join(SRC_ROOT, impeller_cmake_dir)): print('The Impeller cmake example directory "{}" does not exist'.format(impeller_cmake_dir)) return 1