Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index d5c38f43cfa5449ab21ef1270d2968f3d2f9241c..d06a30fd053f56d12297b39bdd0b1cbb211f1ab5 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -429,13 +429,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 |