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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2584643002: Revamp OffscreenCanvas commit flow (Closed)
Patch Set: Furnish Created 4 years 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
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 284f1a10796142bc67aee8f4806eb83006292254..3059f636efab21f515cea3c4bf71371c41a2b562 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -12,6 +12,8 @@ cc_source_set("surface_id") {
"local_frame_id.h",
"surface_id.cc",
"surface_id.h",
+ "surface_id_allocator.cc",
+ "surface_id_allocator.h",
"surface_reference.cc",
"surface_reference.h",
"surface_sequence.h",
@@ -48,8 +50,6 @@ cc_component("surfaces") {
"surface_hittest.cc",
"surface_hittest.h",
"surface_hittest_delegate.h",
- "surface_id_allocator.cc",
- "surface_id_allocator.h",
"surface_manager.cc",
"surface_manager.h",
"surface_reference_manager.h",

Powered by Google App Engine
This is Rietveld 408576698