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

Unified Diff: cc/cc.gyp

Issue 384083002: WIP BSP Tree for 3D Layer Sorting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/cc_tests.gyp » ('j') | cc/cc_tests.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 22fc65b706db54f4a1a9701af8c786115b068ef5..a672135cbb6c803b40a69669676e4c5b070ec32b 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -244,6 +244,11 @@
'layers/video_layer_impl.h',
'output/begin_frame_args.cc',
'output/begin_frame_args.h',
+ 'output/bsp_compare_result.h',
enne (OOO) 2014/07/29 00:28:08 Isn't this supposed to be in the DrawPolygon patch
troyhildebrandt 2014/07/29 19:05:19 Yea, this should be included in the DrawPolygon pa
+ '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',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/cc_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698