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

Unified Diff: blimp/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 | « no previous file | blimp/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index ec23917556bc32c2df2322fdce37fbe7c6b98cd5..61e216fca12c5847ea79147a50a6dd457b91893d 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -14,8 +14,8 @@ group("blimp") {
deps = [
":blimp_tests",
- "//blimp/client:blimp_client",
- "//blimp/common:blimp_common",
+ "//blimp/client",
+ "//blimp/common",
]
if (is_android) {
@@ -27,7 +27,7 @@ group("blimp") {
if (is_linux) {
deps += [
- "//blimp/engine:blimp_engine",
+ "//blimp/engine",
"//blimp/engine:blimp_engine_bundle",
]
}
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698