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

Unified Diff: chrome/renderer/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 | « chrome/browser/ui/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 64d423fc0012899703a21360d8e5e4d44f992e7b..9121399423633d62b8cab582660a0cea20ef3089 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -47,6 +47,7 @@ static_library("renderer") {
"//net",
"//skia",
"//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:resources",
"//third_party/icu",
"//third_party/npapi",
"//third_party/re2",
@@ -55,7 +56,7 @@ static_library("renderer") {
"//v8:v8",
"//webkit/child",
"//webkit/common",
- "//webkit:resources",
+ "//webkit/glue/resources",
#"../components/components.gyp:cdm_renderer", TODO(GYP)
#"../extensions/extensions.gyp:extensions_renderer", TODO(GYP)
#"../media/cast/cast.gyp:cast_sender", TODO(GYP)
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698