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

Unified Diff: cc/BUILD.gn

Issue 2120713002: Fix use_image_texture_target inconsistencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 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.gyp » ('j') | ui/compositor/compositor.cc » ('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 4886d7b68af99f4d6f88baa9d431bdbfc2afb698..fabaf6f330efc87c78a0d9b74d5054712dda89c4 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -199,6 +199,8 @@ component("cc") {
"output/bsp_tree.h",
"output/bsp_walk_action.cc",
"output/bsp_walk_action.h",
+ "output/buffer_to_texture_target_map.cc",
+ "output/buffer_to_texture_target_map.h",
"output/ca_layer_overlay.cc",
"output/ca_layer_overlay.h",
"output/compositor_frame.cc",
@@ -849,6 +851,7 @@ test("cc_unittests") {
"layers/viewport_unittest.cc",
"output/begin_frame_args_unittest.cc",
"output/bsp_tree_unittest.cc",
+ "output/buffer_to_texture_target_map_unittest.cc",
"output/delegating_renderer_unittest.cc",
"output/filter_operations_unittest.cc",
"output/gl_renderer_unittest.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698