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

Unified Diff: utils/compiler/BUILD.gn

Issue 2446473002: GN: Fix build (Closed)
Patch Set: Remove redundant print Created 4 years, 2 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 | « tools/dart_for_gn.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/BUILD.gn
diff --git a/utils/compiler/BUILD.gn b/utils/compiler/BUILD.gn
index 02a96e078627420532fdf68ef445469830e15d4b..2095edb8bf6ae64bfaa3d13fe4e36b4282736af0 100644
--- a/utils/compiler/BUILD.gn
+++ b/utils/compiler/BUILD.gn
@@ -71,10 +71,3 @@ application_snapshot("utils_wrapper") {
main_dart = "$root_gen_dir/utils_wrapper.dart"
training_args = [ "--help" ]
}
-
-group("compiler") {
- deps = [
- ":dart2js",
- ":utils_wrapper",
- ]
-}
« no previous file with comments | « tools/dart_for_gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698