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

Unified Diff: gpu/tools/compositor_model_bench/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 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 | « gpu/gles2_conform_support/BUILD.gn ('k') | ios/chrome/browser/ui/bookmarks/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/tools/compositor_model_bench/BUILD.gn
diff --git a/gpu/tools/compositor_model_bench/BUILD.gn b/gpu/tools/compositor_model_bench/BUILD.gn
index 94e57dadd73e2f00fbf508126b5a9810ecaad379..e6c89f1ec0a8b0718ce0a32544c37329c911b411 100644
--- a/gpu/tools/compositor_model_bench/BUILD.gn
+++ b/gpu/tools/compositor_model_bench/BUILD.gn
@@ -9,10 +9,15 @@ if (is_linux && !is_chromeos && current_cpu != "arm" && use_x11) {
sources = [
"compositor_model_bench.cc",
"forward_render_model.cc",
+ "forward_render_model.h",
"render_model_utils.cc",
+ "render_model_utils.h",
"render_models.cc",
+ "render_models.h",
"render_tree.cc",
+ "render_tree.h",
"shaders.cc",
+ "shaders.h",
]
libs = [ "GL" ]
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | ios/chrome/browser/ui/bookmarks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698