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

Unified Diff: content/shell/BUILD.gn

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix GN 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_shell.gypi ('k') | content/shell/common/shell_content_client.cc » ('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 32973b2e6f990b0477f22354fb017ad658e79e4f..b464832be85ce3d8816679aad261ce8341952684 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -210,6 +210,7 @@ static_library("content_shell_lib") {
"//components/breakpad/app",
"//content:resources",
"//content/app:both",
+ "//content/app/resources",
"//content/app/strings",
"//content/gpu",
"//content/ppapi_plugin",
@@ -239,7 +240,6 @@ static_library("content_shell_lib") {
"//url",
"//v8",
"//webkit/browser:storage",
- "//webkit/glue/resources",
#'copy_test_netscape_plugin', TODO(GYP)
]
@@ -394,6 +394,7 @@ group("resources") {
repack("pak") {
sources = [
"$root_gen_dir/blink/public/resources/blink_resources.pak",
+ "$root_gen_dir/content/app/resources/content_resources_100_percent.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",
@@ -403,19 +404,18 @@ repack("pak") {
"$root_gen_dir/ui/resources/webui_resources.pak",
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
"$root_gen_dir/ui/strings/ui_strings_en-US.pak",
- "$root_gen_dir/webkit/webkit_resources_100_percent.pak",
]
deps = [
":resources",
"//content:resources",
+ "//content/app/resources",
"//content/app/strings",
"//content/browser/tracing:resources",
"//net:net_resources",
"//third_party/WebKit/public:resources",
"//ui/resources",
"//ui/strings",
- "//webkit/glue/resources",
]
if (is_android) {
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/common/shell_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698