summaryrefslogtreecommitdiffstats
path: root/components/translate
diff options
context:
space:
mode:
authorandrewhayden <andrewhayden@chromium.org>2016-01-12 10:00:43 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-12 18:02:27 +0000
commit9320048dfce9634c41c7cf92c53a4aec3a8282a3 (patch)
tree9d3f3f4fce017f228cf8be2465b51ee60de96cf9 /components/translate
parentd285d7244aadcbb1e58984d27ffa2b790d75c357 (diff)
downloadchromium_src-9320048dfce9634c41c7cf92c53a4aec3a8282a3.zip
chromium_src-9320048dfce9634c41c7cf92c53a4aec3a8282a3.tar.gz
chromium_src-9320048dfce9634c41c7cf92c53a4aec3a8282a3.tar.bz2
Partial revert of 1466173002 now that CLD static initialization is fixed.
BUG=559766,565129 Review URL: https://codereview.chromium.org/1576203003 Cr-Commit-Position: refs/heads/master@{#368912}
Diffstat (limited to 'components/translate')
-rw-r--r--components/translate/content/browser/BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn
index 77090f6..4553d25 100644
--- a/components/translate/content/browser/BUILD.gn
+++ b/components/translate/content/browser/BUILD.gn
@@ -4,10 +4,7 @@
import("//build/config/features.gni")
-static_library("browser") {
- # TODO(crbug.com/565129) this should be a source_set but
- # there are static initializers that get accidentally linked
- # into chrome from that need to be addressed first.
+source_set("browser") {
sources = [
"browser_cld_data_provider.cc",
"browser_cld_data_provider.h",