Skip to content

Commit

Permalink
Minor build fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored and dnfield committed Apr 27, 2022
1 parent f920d37 commit 55396bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions impeller/compiler/code_gen_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions impeller/fixtures/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ impeller_shaders("shader_fixtures") {
shaders = [
"box_fade.vert",
"box_fade.frag",
"sandbox.vert",
"sandbox.frag",
]
}

Expand Down

0 comments on commit 55396bc

Please sign in to comment.