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

Unified Diff: content/shell/BUILD.gn

Issue 458053002: Refactor webkit resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/BUILD.gn ('k') | webkit/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 7e18991ff9391c9617f95d032794b522b9ace710..86165647a4c09f6c172f4aef5065f2b490660320 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -222,9 +222,10 @@ static_library("content_shell_lib") {
"//net",
"//net:net_resources",
"//skia",
- "//third_party/icu",
"//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:resources",
"//third_party/WebKit/public:test_support",
+ "//third_party/icu",
"//ui/base",
"//ui/events:events_base",
"//ui/gfx",
@@ -233,8 +234,8 @@ static_library("content_shell_lib") {
"//ui/gl",
"//url",
"//v8",
- "//webkit:resources",
"//webkit/browser:storage",
+ "//webkit/glue/resources",
#'copy_test_netscape_plugin', TODO(GYP)
]
@@ -407,9 +408,10 @@ repack("pak") {
"//content/app/strings",
"//content/browser/tracing:resources",
"//net:net_resources",
+ "//third_party/WebKit/public:resources",
"//ui/resources",
"//ui/strings",
- "//webkit:resources",
+ "//webkit/glue/resources",
]
if (is_android) {
« no previous file with comments | « content/common/BUILD.gn ('k') | webkit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698