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

Unified Diff: content/browser/BUILD.gn

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort 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/app/strings/translations/content_strings_zh-TW.xtb ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index cb200d380b0ac5cf5feb50686102b79c14154267..87abb7f77f54676d840b9a47af835b245f52c28a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -87,25 +87,25 @@ source_set("browser") {
# Non-iOS deps.
deps += [
- "//content/browser/devtools:resources",
- "//content/common:mojo_bindings",
"//cc",
"//cc/surfaces",
+ "//content/app/strings",
+ "//content/browser/devtools:resources",
+ "//content/common:mojo_bindings",
"//mojo/public/cpp/bindings",
"//mojo/public/interfaces/application",
"//mojo/public/js/bindings",
"//net:http_server",
+ "//third_party/angle:commit_id",
"//third_party/icu",
"//third_party/leveldatabase",
"//third_party/libyuv",
"//ui/resources",
"//ui/surface",
"//webkit:resources",
- "//webkit:strings",
"//webkit/browser:storage",
"//webkit/common",
"//webkit/common:storage",
- "//third_party/angle:commit_id",
]
}
« no previous file with comments | « content/app/strings/translations/content_strings_zh-TW.xtb ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698