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

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

Issue 1149083010: Mandoline: Remove native_viewport.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified headless logic Created 5 years, 6 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
index 1201bd4176a8488db0e3f157f41ceeb514280b72..0478dc937d53da5fc021cc1bc54abe853baf8204 100644
--- a/components/view_manager/native_viewport/BUILD.gn
+++ b/components/view_manager/native_viewport/BUILD.gn
@@ -7,8 +7,8 @@ import("//third_party/mojo/src/mojo/public/mojo_application.gni")
source_set("native_viewport") {
sources = [
- "native_viewport_impl.cc",
- "native_viewport_impl.h",
+ "native_viewport.cc",
+ "native_viewport.h",
"onscreen_context_provider.cc",
"onscreen_context_provider.h",
"platform_viewport.h",

Powered by Google App Engine
This is Rietveld 408576698