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

Unified Diff: blimp/BUILD.gn

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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 df3f4b61aee00bd6b3c635c31beb9e3e3ee3c40e..f4732f827a0f68ec6a0776739962363809f0748c 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -14,7 +14,6 @@ group("blimp") {
deps = [
":blimp_tests",
- "//blimp/client",
"//blimp/common",
]
@@ -37,7 +36,6 @@ group("blimp_tests") {
deps = [
":blimp_unittests",
- "//blimp/client:test_binaries",
]
if (is_linux) {
@@ -47,7 +45,6 @@ group("blimp_tests") {
test("blimp_unittests") {
deps = [
- "//blimp/client:unit_tests",
"//blimp/common:unit_tests",
"//blimp/net:unit_tests",
"//blimp/test:run_all_unittests",
@@ -59,7 +56,6 @@ test("blimp_unittests") {
if (is_android) {
enable_multidex = true
- deps += [ "//blimp/client:blimp_unittests_java_deps" ]
}
}
« 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