diff --git a/BUILD.gn b/BUILD.gn index b5be7064e977d..670040f4e9c14 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -17,9 +17,7 @@ group("flutter") { public_deps += [ "$flutter_root/shell/testing" ] } - if (flutter_runtime_mode != "debug") { - public_deps += [ "$flutter_root/lib/snapshot:entry_points_json_files" ] - } + public_deps += [ "$flutter_root/lib/snapshot:entry_points_json_files" ] if (!is_fuchsia && !is_fuchsia_host) { if (current_toolchain == host_toolchain) {