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

Unified Diff: content/shell/BUILD.gn

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 6 years, 4 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/content_tests.gypi ('k') | content/shell/DEPS » ('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 591e3956bdb51c1103a4641edc1cf687a1fe27a8..7e18991ff9391c9617f95d032794b522b9ace710 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -206,6 +206,7 @@ static_library("content_shell_lib") {
"//components/breakpad/app",
"//content:resources",
"//content/app:both",
+ "//content/app/strings",
"//content/gpu",
"//content/ppapi_plugin",
"//content/public/browser",
@@ -387,8 +388,9 @@ group("resources") {
repack("pak") {
sources = [
- "$root_gen_dir/content/content_resources.pak",
+ "$root_gen_dir/content/app/strings/content_strings_en-US.pak",
"$root_gen_dir/content/browser/tracing/tracing_resources.pak",
+ "$root_gen_dir/content/content_resources.pak",
"$root_gen_dir/content/shell/shell_resources.pak",
"$root_gen_dir/net/net_resources.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
@@ -397,18 +399,17 @@ repack("pak") {
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
"$root_gen_dir/webkit/blink_resources.pak",
"$root_gen_dir/webkit/webkit_resources_100_percent.pak",
- "$root_gen_dir/webkit/webkit_strings_en-US.pak",
]
deps = [
":resources",
"//content:resources",
+ "//content/app/strings",
"//content/browser/tracing:resources",
"//net:net_resources",
"//ui/resources",
"//ui/strings",
"//webkit:resources",
- "//webkit:strings",
]
if (is_android) {
« no previous file with comments | « content/content_tests.gypi ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698