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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2397103002: Move SurfaceSequenceGenerator => cc/surfaces (Closed)
Patch Set: Remove export Created 4 years, 2 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/layers/surface_layer.cc ('k') | cc/surfaces/surface_sequence_generator.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 e3f50f9be01a1028d7ecc560a74674ee5a6947ff..3dbd0319bf18c0abb8e2bce3616d0c41bdad55b2 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -8,6 +8,8 @@ source_set("surface_id") {
"local_frame_id.h",
"surface_id.h",
"surface_sequence.h",
+ "surface_sequence_generator.cc",
+ "surface_sequence_generator.h",
]
deps = [
@@ -41,7 +43,6 @@ 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/layers/surface_layer.cc ('k') | cc/surfaces/surface_sequence_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698