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

Unified Diff: build/secondary/chrome/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 | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/chrome/BUILD.gn
diff --git a/build/secondary/chrome/BUILD.gn b/build/secondary/chrome/BUILD.gn
index cbea517f5690f25e361e557d08f789f74cb6bb2e..b01d1c37636e740671f89c478b454a69bd4a0eee 100644
--- a/build/secondary/chrome/BUILD.gn
+++ b/build/secondary/chrome/BUILD.gn
@@ -76,6 +76,7 @@ static_library("browser") {
}
static_library("common") {
+ output_name = "chrome_common"
if (!use_openssl && is_linux) {
# common/net uses NSS.
# TODO(brettw) have a better way to express this without having to do
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698