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", ] }