mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Minor build fixups.
This commit is contained in:
parent
351bb6d019
commit
e8a632c8e5
@ -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
|
||||
|
||||
@ -12,8 +12,6 @@ impeller_shaders("shader_fixtures") {
|
||||
shaders = [
|
||||
"box_fade.vert",
|
||||
"box_fade.frag",
|
||||
"sandbox.vert",
|
||||
"sandbox.frag",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user