Index: mandoline/ui/common/BUILD.gn |
diff --git a/mandoline/ui/common/BUILD.gn b/mandoline/ui/common/BUILD.gn |
deleted file mode 100644 |
index a695e430620f305c6f40a355b399e6f3a3346558..0000000000000000000000000000000000000000 |
--- a/mandoline/ui/common/BUILD.gn |
+++ /dev/null |
@@ -1,17 +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("common") { |
- sources = [ |
- "util.cc", |
- "util.h", |
- ] |
- |
- deps = [ |
- "//components/mus/public/cpp", |
- "//mojo/converters/geometry", |
- "//ui/gfx", |
- "//ui/gfx/geometry", |
- ] |
-} |