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

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: Test added 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
« cc/ipc/surface_sequence.typemap ('K') | « 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..a420265b4a2664525084f2d840bf9f45bc1259e5 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -12,6 +12,16 @@ source_set("surface_id") {
]
}
+source_set("surface_sequence") {
Fady Samuel 2016/06/06 18:34:30 Do we need this? Can't you just dep on all of surf
xlai (Olivia) 2016/06/06 19:04:32 Same rationale as above. I think it's better to is
+ sources = [
+ "surface_sequence.h",
+ ]
+
+ deps = [
+ "//base",
+ ]
+}
+
component("surfaces") {
output_name = "cc_surfaces"
sources = [
@@ -40,6 +50,7 @@ component("surfaces") {
"surface_manager.h",
"surface_resource_holder.cc",
"surface_resource_holder.h",
+ "surface_sequence.h",
"surfaces_export.h",
]
@@ -47,6 +58,7 @@ component("surfaces") {
public_deps = [
":surface_id",
+ ":surface_sequence",
]
deps = [
"//base",
« cc/ipc/surface_sequence.typemap ('K') | « cc/ipc/typemaps.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698