Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1303)

Unified Diff: content/shell/BUILD.gn

Issue 569923003: Make content_shell_apk build completely (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-fix-apk-resources
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698