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

Unified Diff: content/common/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/child/blink_platform_impl.cc ('k') | content/common/cursors/webcursor_mac.mm » ('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 152a9f752f4f07fe5907aa5ce5a70c2899f9bd1b..7f5eb7460bab5d71ad6549fce2fce42f68fcbd74 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -96,9 +96,9 @@ source_set("common") {
]
deps += [
+ "//content/app/resources",
"//content:resources",
"//third_party/WebKit/public:resources",
- "//webkit/glue/resources",
]
libs += [ "QuartzCore.framework" ]
}
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/common/cursors/webcursor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698