Index: components/view_manager/native_viewport/BUILD.gn |
diff --git a/components/view_manager/native_viewport/BUILD.gn b/components/view_manager/native_viewport/BUILD.gn |
deleted file mode 100644 |
index 70144a6801615edd8387bfc1eaf67588d481e7ae..0000000000000000000000000000000000000000 |
--- a/components/view_manager/native_viewport/BUILD.gn |
+++ /dev/null |
@@ -1,24 +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. |
- |
-import("//build/config/ui.gni") |
- |
-source_set("native_viewport") { |
- sources = [ |
- "onscreen_context_provider.cc", |
- "onscreen_context_provider.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//components/view_manager/gles2", |
- "//components/view_manager/public/interfaces", |
- "//gpu/command_buffer/service", |
- "//mojo/application/public/cpp", |
- "//mojo/common:tracing_impl", |
- "//ui/gfx", |
- "//ui/gl", |
- "//ui/mojo/geometry:interfaces", |
- ] |
-} |