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

Unified Diff: chrome/renderer/BUILD.gn

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index e622f4eecd037522e95d2e51c227362ec74d0154..64d423fc0012899703a21360d8e5e4d44f992e7b 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -40,15 +40,16 @@ static_library("renderer") {
"//components/translate/core/common",
"//components/translate/core/language_detection",
"//components/visitedlink/renderer",
+ "//content/app/strings",
"//content/public/renderer",
"//extensions:extensions_resources",
"//media/cast/logging/proto",
- "//third_party/re2",
"//net",
"//skia",
"//third_party/WebKit/public:blink",
"//third_party/icu",
"//third_party/npapi",
+ "//third_party/re2",
"//third_party/widevine/cdm:version_h",
"//ui/surface",
"//v8:v8",

Powered by Google App Engine
This is Rietveld 408576698