Index: components/web_view/public/cpp/BUILD.gn |
diff --git a/components/web_view/public/cpp/BUILD.gn b/components/web_view/public/cpp/BUILD.gn |
deleted file mode 100644 |
index 81e6f1237eda546789219246ede37d6662f8d32d..0000000000000000000000000000000000000000 |
--- a/components/web_view/public/cpp/BUILD.gn |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-# Copyright 2015 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("cpp") { |
- sources = [ |
- "web_view.cc", |
- "web_view.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//components/mus/public/cpp", |
- "//components/web_view/public/interfaces", |
- "//mojo/converters/geometry", |
- "//mojo/public/cpp/bindings", |
- "//mojo/public/cpp/system", |
- "//mojo/shell/public/cpp", |
- ] |
-} |