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

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

Issue 1466173002: Fix the `sizes` regressions in Linux GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@linux_x64_2
Patch Set: just switch //base/allocator:tcmalloc and //components/translate/content/browser to static libs Created 5 years 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 | « base/allocator/BUILD.gn ('k') | tools/perf_expectations/perf_expectations.json » ('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 4553d250edf1c7cfee37325fc071301693183a23..77090f623b55749ab0df4d813a77d535623431f5 100644
--- a/components/translate/content/browser/BUILD.gn
+++ b/components/translate/content/browser/BUILD.gn
@@ -4,7 +4,10 @@
import("//build/config/features.gni")
-source_set("browser") {
+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.
sources = [
"browser_cld_data_provider.cc",
"browser_cld_data_provider.h",
« no previous file with comments | « base/allocator/BUILD.gn ('k') | tools/perf_expectations/perf_expectations.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698