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

Unified Diff: components/translate/content/browser/BUILD.gn

Issue 1410683002: Add some components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « .gn ('k') | components/translate/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/content/browser/BUILD.gn
diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn
index ea4eb15bcc6a4012a4247758009e81a87446b9b1..4553d250edf1c7cfee37325fc071301693183a23 100644
--- a/components/translate/content/browser/BUILD.gn
+++ b/components/translate/content/browser/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/features.gni")
-static_library("browser") {
+source_set("browser") {
sources = [
"browser_cld_data_provider.cc",
"browser_cld_data_provider.h",
@@ -20,7 +20,12 @@ static_library("browser") {
deps = [
"//base",
+ "//components/translate/content/common",
"//components/translate/core/browser",
+ "//components/translate/core/common",
"//content/public/browser",
+ "//content/public/common",
+ "//ipc",
+ "//net",
]
}
« no previous file with comments | « .gn ('k') | components/translate/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698