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

Unified Diff: chrome/renderer/BUILD.gn

Issue 361373002: components: Add bookmarks to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 da268fb32c48ccd0630b2f06196094e1f905b67d..c9c7b8764674a507a08bb526ef41f6bc5fc356f3 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -34,7 +34,7 @@ static_library("renderer") {
#"../components/components.gyp:data_reduction_proxy_common", TODO(GYP)
#"../components/components.gyp:startup_metric_utils", TODO(GYP)
#"../components/components.gyp:plugins_renderer", TODO(GYP)
- "//components/translate:translate_core_common",
+ "//components/translate/core/common",
#"../components/components.gyp:translate_core_language_detection", TODO(GYP)
"//components/visitedlink/renderer",
"//content/public/renderer",

Powered by Google App Engine
This is Rietveld 408576698