Index: mojo/public/c/environment/BUILD.gn |
diff --git a/mojo/public/c/environment/BUILD.gn b/mojo/public/c/environment/BUILD.gn |
deleted file mode 100644 |
index 26e8256009b95811b7698353f406d9292dea2f15..0000000000000000000000000000000000000000 |
--- a/mojo/public/c/environment/BUILD.gn |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-source_set("environment") { |
- sources = [ |
- "async_waiter.h", |
- "logger.h", |
- ] |
- |
- deps = [ |
- "//mojo/public/c/system", |
- ] |
-} |