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

Unified Diff: mojo/converters/native_viewport/BUILD.gn

Issue 1168993002: Update the native_viewport interface to allow specification of the surface configuration, currently… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Final cleanups 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: mojo/converters/native_viewport/BUILD.gn
diff --git a/mojo/converters/native_viewport/BUILD.gn b/mojo/converters/native_viewport/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..c70f119a7eabb23b56ccbe48c8885c3f7864872d
--- /dev/null
+++ b/mojo/converters/native_viewport/BUILD.gn
@@ -0,0 +1,18 @@
+# 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.
+
+component("native_viewport") {
+ sources = [
+ "surface_configuration_type_converters.cc",
+ "surface_configuration_type_converters.h",
+ ]
+
+ deps = [
+ "//base",
+ "//ui/gl",
+ "//mojo/environment:chromium",
+ "//mojo/public/c/system",
+ "//mojo/services/native_viewport/public/interfaces",
+ ]
+}
« no previous file with comments | « gpu/config/gpu_info_collector.cc ('k') | mojo/converters/native_viewport/surface_configuration_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698