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

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: Rebase + remove redundant notifications define 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698