From 55396bc38a871fe226558dd23849c780699d628c Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Wed, 3 Nov 2021 14:11:49 -0700 Subject: [PATCH] Minor build fixups. --- impeller/compiler/code_gen_template.h | 5 +++-- impeller/fixtures/BUILD.gn | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/impeller/compiler/code_gen_template.h b/impeller/compiler/code_gen_template.h index 8783c5573e5c8..7eef094987810 100644 --- a/impeller/compiler/code_gen_template.h +++ b/impeller/compiler/code_gen_template.h @@ -13,8 +13,9 @@ constexpr std::string_view kReflectionHeaderTemplate = #pragma once -// Note: The nogncheck decorations are only to make GN not mad at the template. -// There are no GN rule violations in the generated file itself. +// Note: The nogncheck decorations are only to make GN not mad at the template +// this file is generated from. There are no GN rule violations in the generated +// file itself. #include "impeller/renderer/buffer_view.h" // nogncheck #include "impeller/renderer/command.h" // nogncheck #include "impeller/renderer/sampler.h" // nogncheck diff --git a/impeller/fixtures/BUILD.gn b/impeller/fixtures/BUILD.gn index 9f6dba1e4d81c..3bbffb60917aa 100644 --- a/impeller/fixtures/BUILD.gn +++ b/impeller/fixtures/BUILD.gn @@ -12,8 +12,6 @@ impeller_shaders("shader_fixtures") { shaders = [ "box_fade.vert", "box_fade.frag", - "sandbox.vert", - "sandbox.frag", ] }