Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 26765c68ec923075bbe8bab8e04823de820b8713..bfb2927f0fd16a3d5c018d7e236fab9d7eee9360 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -427,13 +427,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 |