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

Unified Diff: cc/BUILD.gn

Issue 666163006: Allow layers to signal that additional sequences are needed before surface destruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | cc/cc.gyp » ('j') | cc/layers/surface_holder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 84b7675503e7446be8621cba585a8a37a1ff0dfe..a86370a21e2fac214e23b415304f85468ccc51ee 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -191,6 +191,8 @@ component("cc") {
"layers/solid_color_scrollbar_layer.h",
"layers/solid_color_scrollbar_layer_impl.cc",
"layers/solid_color_scrollbar_layer_impl.h",
+ "layers/surface_holder.cc",
+ "layers/surface_holder.h",
"layers/surface_layer.cc",
"layers/surface_layer.h",
"layers/surface_layer_impl.cc",
@@ -699,6 +701,7 @@ test("cc_unittests") {
"layers/scrollbar_layer_unittest.cc",
"layers/solid_color_layer_impl_unittest.cc",
"layers/solid_color_scrollbar_layer_impl_unittest.cc",
+ "layers/surface_layer_unittest.cc",
"layers/surface_layer_impl_unittest.cc",
"layers/texture_layer_unittest.cc",
"layers/texture_layer_impl_unittest.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/layers/surface_holder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698