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

Unified Diff: content/common/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/child/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 02efe32b1767100280d005ee3771393953420393..ecb31be1019814f94f2328627497c320c134c245 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -95,8 +95,9 @@ source_set("common") {
]
deps += [
- "//webkit:resources",
"//content:resources",
+ "//third_party/WebKit/public:resources",
+ "//webkit/glue/resources",
]
libs += [ "QuartzCore.framework" ]
}
« no previous file with comments | « content/child/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698