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

Unified Diff: cc/ipc/BUILD.gn

Issue 2020993004: Implement TransferableResource StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 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
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/ipc/struct_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index fedd4f5ae791f28d15ceb4ee420fa78e6c98705f..54763a2aaadbdbbe5314dab8d518cc2325c12dbb 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -2,6 +2,7 @@
# 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")
import("//mojo/public/tools/bindings/mojom.gni")
component("ipc") {
@@ -19,13 +20,13 @@ component("ipc") {
public_deps = [
"//cc",
"//cc/surfaces",
+ "//skia",
]
deps = [
"//base",
"//gpu/ipc/common",
"//ipc",
- "//skia",
"//ui/events/ipc",
"//ui/gfx",
"//ui/gfx/ipc",
@@ -39,10 +40,12 @@ mojom("interfaces") {
"render_pass_id.mojom",
"returned_resource.mojom",
"surface_id.mojom",
+ "transferable_resource.mojom",
]
public_deps = [
"//gpu/ipc/common:interfaces",
+ "//ui/gfx/geometry/mojo",
]
}
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/ipc/struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698