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

Unified Diff: cc/BUILD.gn

Issue 416273002: BSP Tree perf tests to match LayerSorter perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit test issue. Created 6 years, 5 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/base/math_util.h » ('j') | no next file with comments »
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 1c04a8977a77bfe5e8ead5879cb815897709864b..aabbdf685ef872ecff504e3b44837bee0ee5b797 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -215,6 +215,10 @@ component("cc") {
"layers/video_layer_impl.h",
"output/begin_frame_args.cc",
"output/begin_frame_args.h",
+ "output/bsp_tree.cc",
+ "output/bsp_tree.h",
+ "output/bsp_walk_action.cc",
+ "output/bsp_walk_action.h",
"output/compositor_frame.cc",
"output/compositor_frame.h",
"output/compositor_frame_ack.cc",
@@ -279,6 +283,8 @@ component("cc") {
"quads/content_draw_quad_base.h",
"quads/debug_border_draw_quad.cc",
"quads/debug_border_draw_quad.h",
+ "quads/draw_polygon.cc",
+ "quads/draw_polygon.h",
"quads/draw_quad.cc",
"quads/draw_quad.h",
"quads/io_surface_draw_quad.cc",
« no previous file with comments | « no previous file | cc/base/math_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698