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

Unified Diff: components/view_manager/native_viewport/BUILD.gn

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove context_provider.mojom Created 5 years, 4 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
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",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698