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

Unified Diff: components/metrics/BUILD.gn

Issue 376773002: GN: Give static_libs with common names unique output_name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « components/dom_distiller/core/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 689c0e841c653da716505733902e3d0b7b0208d5..bf18f1327fc54711317423eb61522a012ff0db80 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -50,6 +50,7 @@ source_set("metrics") {
# GYP version: components/metrics.gypi:metrics_net
static_library("net") {
+ output_name = "metrics_net"
sources = [
"net/net_metrics_log_uploader.cc",
"net/net_metrics_log_uploader.h",
@@ -65,6 +66,7 @@ static_library("net") {
# GYP version: components/metrics.gypi:metrics_test_support
static_library("test_support") {
+ output_name = "metrics_test_support"
sources = [
"test_metrics_service_client.cc",
"test_metrics_service_client.h",
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698