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

Unified Diff: chrome/renderer/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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/DEPS » ('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 1a027fc28755b283be87d01f0088da48d2e26449..634570da555b2a1e6554c1b00aba1f9c030b0bf1 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -43,6 +43,7 @@ static_library("renderer") {
"//components/translate/core/common",
"//components/translate/core/language_detection",
"//components/visitedlink/renderer",
+ "//content/app/resources",
"//content/app/strings",
"//content/public/renderer",
"//extensions:extensions_resources",
@@ -62,7 +63,6 @@ static_library("renderer") {
"//v8:v8",
"//webkit/child",
"//webkit/common",
- "//webkit/glue/resources",
]
if (enable_nacl) {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698