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

Unified Diff: content/test/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/metrics/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4ea50c2e54ccaeba36b094c844c8377da7b4df89..d0bc89bec8bfd3988babf40b8c4d6f9f5ec97fc7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -13,7 +13,8 @@ content_tests_gypi_values = exec_script(
[ "../content_tests.gypi" ])
static_library("test_support") {
-# GYP version //content/content_tests.gypi:test_support_content
+ # GYP version //content/content_tests.gypi:test_support_content
+ output_name = "content_test_support"
deps = [
"//net:test_support",
"//skia",
« no previous file with comments | « components/metrics/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698