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

Unified Diff: mojo/services/public/cpp/surfaces/BUILD.gn

Issue 694923002: Update mojo sdk to rev 91d94d6993c9b0c4135a95687a7d541ce90629b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/services/public/cpp/surfaces/BUILD.gn
diff --git a/mojo/services/public/interfaces/gpu/BUILD.gn b/mojo/services/public/cpp/surfaces/BUILD.gn
similarity index 60%
copy from mojo/services/public/interfaces/gpu/BUILD.gn
copy to mojo/services/public/cpp/surfaces/BUILD.gn
index 6541063024f2ea8fdd1775f73db78cea8e2c7af5..02e2d30c94e02aabd78896fab1524dc81da33175 100644
--- a/mojo/services/public/interfaces/gpu/BUILD.gn
+++ b/mojo/services/public/cpp/surfaces/BUILD.gn
@@ -2,16 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
-
-# GYP version: mojo/mojo_services.gypi:mojo_gpu_bindings
-mojom("gpu") {
+source_set("surfaces") {
sources = [
- "command_buffer.mojom",
- "gpu.mojom",
+ "surfaces_utils.cc",
+ "surfaces_utils.h",
]
deps = [
"//mojo/services/public/interfaces/geometry",
+ "//mojo/services/public/interfaces/surfaces",
]
}
« no previous file with comments | « mojo/services/public/cpp/geometry/geometry_util.h ('k') | mojo/services/public/cpp/surfaces/surfaces_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698