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

Unified Diff: chrome/common/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 | « build/secondary/chrome/BUILD.gn ('k') | chrome/common/net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index b1eaffb3676496c38227eed8928a7c4bcb62bb0f..62a9c9aa66cbaf999f061cbf37adb4f0d20bfd7b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -24,6 +24,7 @@ grit("extensions_api_resources") {
# GYP version: chrome/chrome_common.gyp:common
static_library("common") {
+ output_name = "chrome_common"
sources = rebase_path(gypi_values.chrome_common_sources, ".", "//chrome")
configs += [ "//build/config/compiler:wexit_time_destructors" ]
« no previous file with comments | « build/secondary/chrome/BUILD.gn ('k') | chrome/common/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698