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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2521543003: Add stream operator for SurfaceId/FrameSinkId/LocalFrameId. (Closed)
Patch Set: Add another missing include. Created 4 years, 1 month 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 | « ash/common/devtools/ash_devtools_unittest.cc ('k') | cc/surfaces/frame_sink_id.h » ('j') | 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 c372e972c6d43ce496c3a288d9e0564829242734..efc727d0c00c04a43d44fcc366bd98a14c2d5e7b 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -6,8 +6,11 @@ import("//cc/cc.gni")
cc_source_set("surface_id") {
sources = [
+ "frame_sink_id.cc",
"frame_sink_id.h",
+ "local_frame_id.cc",
"local_frame_id.h",
+ "surface_id.cc",
"surface_id.h",
"surface_sequence.h",
"surface_sequence_generator.cc",
« no previous file with comments | « ash/common/devtools/ash_devtools_unittest.cc ('k') | cc/surfaces/frame_sink_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698