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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2043833002: Add SurfaceSequence mojom file to cc/ipc and edit corresponding GYP file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit Created 4 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
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 1c5ca5cc08578caf592c1fd6df8068bc48a17ba6..a576585be36ea14475193633a1d7c4bcc5c08304 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -5,6 +5,7 @@
source_set("surface_id") {
sources = [
"surface_id.h",
+ "surface_sequence.h",
]
deps = [
@@ -40,6 +41,7 @@ component("surfaces") {
"surface_manager.h",
"surface_resource_holder.cc",
"surface_resource_holder.h",
+ "surface_sequence.h",
"surfaces_export.h",
]
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698