Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 6d52357aab6978fe1d50200c6a97f9e96aeedfba..6a360f786a00daf0102723dca49256c63b4e2a4b 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -432,13 +432,9 @@ repack("pak") { |
"//ui/strings", |
] |
- if (is_android) { |
- output = "$root_out_dir/content_shell/assets/content_shell.pak" |
- } else { |
- sources += [ "$root_gen_dir/webkit/devtools_resources.pak" ] |
- deps += [ "//content/browser/devtools:resources" ] |
- output = "$root_out_dir/content_shell.pak" |
- } |
+ sources += [ "$root_gen_dir/webkit/devtools_resources.pak" ] |
+ deps += [ "//content/browser/devtools:resources" ] |
+ output = "$root_out_dir/content_shell.pak" |
} |
# TODO(GYP): Figure out what this should be on android |