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

Unified Diff: components/autofill/core/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 | « components/autofill/content/renderer/BUILD.gn ('k') | components/autofill/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index c479470ba9c49badb6118506a3e8b201e655a8e5..264fade3656319545b66fe322f454ff46fe1b7df 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -33,6 +33,7 @@ action("regexes") {
# GYP version: components/autofill.gyp:autofill_core_browser
static_library("browser") {
+ output_name = "autofill_core_browser"
sources = [
"address.cc",
"address.h",
@@ -176,6 +177,7 @@ static_library("browser") {
}
static_library("test_support") {
+ output_name = "autofill_browser_test_support"
sources = [
"android/test_auxiliary_profile_loader_android.cc",
"android/test_auxiliary_profile_loader_android.h",
« no previous file with comments | « components/autofill/content/renderer/BUILD.gn ('k') | components/autofill/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698