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

Unified Diff: mojo/services/gfx/images/interfaces/BUILD.gn

Issue 1595773002: Added ImagePipe (Closed) Base URL: https://github.com/domokit/mojo.git@submit-2
Patch Set: rebased Created 4 years, 9 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/gfx/images/interfaces/BUILD.gn
diff --git a/mojo/services/ui/input/interfaces/BUILD.gn b/mojo/services/gfx/images/interfaces/BUILD.gn
similarity index 64%
copy from mojo/services/ui/input/interfaces/BUILD.gn
copy to mojo/services/gfx/images/interfaces/BUILD.gn
index d122c9630e6c42d120139ec20434435454722073..a4bac309b10cd60ef06790c66f11f04ea8c64bd4 100644
--- a/mojo/services/ui/input/interfaces/BUILD.gn
+++ b/mojo/services/gfx/images/interfaces/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 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.
@@ -7,13 +7,13 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "input_connection.mojom",
- "input_dispatcher.mojom",
+ "image.mojom",
+ "image_pipe.mojom",
]
import_dirs = [ get_path_info("../../../", "abspath") ]
- deps = [
- "../../../input_events/interfaces",
+ public_deps = [
+ "../../../geometry/interfaces",
]
}
« no previous file with comments | « mojo/services/gfx/images/cpp/image_pipe_producer_endpoint.cc ('k') | mojo/services/gfx/images/interfaces/image.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698