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

Unified Diff: blimp/common/BUILD.gn

Issue 1930303002: Simplify GN target names for //blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix blimp_shell Created 4 years, 8 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 | « blimp/client/BUILD.gn ('k') | blimp/docs/container.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index d1911e259d1ff112f48d77036dded6ef4c90933c..122697d32c63f856a4d226f94a2a3c5bc7e4e7ae 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -4,7 +4,8 @@
import("//testing/test.gni")
-component("blimp_common") {
+component("common") {
+ output_name = "blimp_common"
sources = [
"blimp_common_export.h",
"blob_cache/blob_cache.h",
@@ -50,7 +51,7 @@ source_set("unit_tests") {
]
deps = [
- ":blimp_common",
+ ":common",
"//base",
"//blimp/common/proto",
"//blimp/net:test_support",
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/docs/container.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698