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

Unified Diff: BUILD.gn

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. 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 | « .gn ('k') | WATCHLISTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 54d16bab670c8e3734d615bb835f40cddf45a4c9..0cd96299ae288af8e0ed20dec103de8c92222ee1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -872,13 +872,6 @@ group("gn_only") {
"//headless:headless_tests",
]
}
-
- if (!is_chromecast && (is_android || is_linux || is_chromeos)) {
- deps += [
- "//blimp",
- "//blimp:blimp_tests",
- ]
- }
}
group("gn_mojo_targets") {
« no previous file with comments | « .gn ('k') | WATCHLISTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698