Minor build fixups.

This commit is contained in:
Chinmay Garde 2021-11-03 14:11:49 -07:00 committed by Dan Field
parent 351bb6d019
commit e8a632c8e5
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -12,8 +12,6 @@ impeller_shaders("shader_fixtures") {
shaders = [
"box_fade.vert",
"box_fade.frag",
"sandbox.vert",
"sandbox.frag",
]
}