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

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

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 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: components/translate/content/common/BUILD.gn
diff --git a/components/translate/content/common/BUILD.gn b/components/translate/content/common/BUILD.gn
index a5f59bf0a05a0203b56edc1338bc47903f406957..37e271535adef1e13d0eb63f886fc396e0425cac 100644
--- a/components/translate/content/common/BUILD.gn
+++ b/components/translate/content/common/BUILD.gn
@@ -6,10 +6,6 @@ import("//build/config/features.gni")
static_library("common") {
sources = [
- "cld_data_source.cc",
- "cld_data_source.h",
- "data_file_cld_data_provider_messages.cc",
- "data_file_cld_data_provider_messages.h",
"translate_messages.cc",
"translate_messages.h",
]

Powered by Google App Engine
This is Rietveld 408576698