Index: chromecast/browser/android/BUILD.gn |
diff --git a/chromecast/browser/android/BUILD.gn b/chromecast/browser/android/BUILD.gn |
index 9ab6299cf5dc4ec9c1cbac967c09cb2d0f9bc230..51f4ed60e97c0022c2f9ee12c2cf1e20f26e8653 100644 |
--- a/chromecast/browser/android/BUILD.gn |
+++ b/chromecast/browser/android/BUILD.gn |
@@ -15,10 +15,8 @@ jinja_template("cast_shell_manifest") { |
# GYP target: n/a |
android_resources("cast_shell_android_resources") { |
android_manifest = "$root_gen_dir/cast_shell_manifest/AndroidManifest.xml" |
+ android_manifest_dep = ":cast_shell_manifest" |
resource_dirs = [ "//chromecast/browser/android/apk/res" ] |
- deps = [ |
- ":cast_shell_manifest", |
- ] |
} |
# GYP target: chromecast.gyp:cast_shell_java |