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

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: fix content browsertests 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') | 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 8bdc2c733ac05b38d06eea063f8aa7de7396321c..618b74c549b54b4bd30d6176da3b9804038ffa7c 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",
@@ -857,6 +859,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698