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

Unified Diff: components/autofill/content/browser/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 | « chrome/common/net/BUILD.gn ('k') | components/autofill/content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 572afcd83853b3cb4dcf7a19e96e468636e998ac..e66f9432863c4123cb823c4d5ee74823e828d2a6 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -6,6 +6,7 @@ import("//third_party/protobuf/proto_library.gni")
# GYP version: components/autofill.gypi:autofill_content_browser
static_library("browser") {
+ output_name = "autofill_content_browser"
sources = [
"content_autofill_driver.cc",
"content_autofill_driver.h",
@@ -75,6 +76,7 @@ proto_library("risk_proto") {
}
static_library("test_support") {
+ output_name = "autofill_content_test_support"
sources = [
"wallet/mock_wallet_client.cc",
"wallet/mock_wallet_client.h",
« no previous file with comments | « chrome/common/net/BUILD.gn ('k') | components/autofill/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698